From 634799b1a0e2190c0f5ce965c616e95e1309b128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 01:06:17 +0000 Subject: [PATCH] chore(deps-dev): bump pre-commit from 3.2.0 to 3.3.0 Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 407e648f..9bc5e125 100644 --- a/poetry.lock +++ b/poetry.lock @@ -996,14 +996,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.3.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.2.0-py2.py3-none-any.whl", hash = "sha256:f712d3688102e13c8e66b7d7dbd8934a6dda157e58635d89f7d6fecdca39ce8a"}, - {file = "pre_commit-3.2.0.tar.gz", hash = "sha256:818f0d998059934d0f81bb3667e3ccdc32da6ed7ccaac33e43dc231561ddaaa9"}, + {file = "pre_commit-3.3.0-py2.py3-none-any.whl", hash = "sha256:7577a012399334d9f001873b5553f9fabc1ccc5b3e2b29e0793f84ce18e9d042"}, + {file = "pre_commit-3.3.0.tar.gz", hash = "sha256:06acda43a7b6b63fdcc29aa90bf1228cf4d4029a4e4d70971347a9d2593c94d4"}, ] [package.dependencies] @@ -1785,4 +1785,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "1ef98e6931f18c6562c405e4d4ced75e80d9d97bf7bfba384e1be35325ae9f81" +content-hash = "4e74622c8a4b36fe02de0c859a5c7683f9abc20ca6c551c352c76640b6ccb148" diff --git a/pyproject.toml b/pyproject.toml index 30aec0dd..d3da98ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python-dateutil = "^2.8.2" python-semantic-release = "^7.33.2" black = "^23.1.0" isort = "^5.12.0" -pre-commit = "^3.2.0" +pre-commit = "^3.3.0" pytest = "^7.3.1" pytest-asyncio = "^0.20.3" pytest-cov = "^4.0.0"