aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-14 05:56:40 +0000
committerGravatar GitHub <[email protected]>2023-06-14 05:56:40 +0000
commit703cba49c68d15b7994c6296ae600c54ed44c739 (patch)
tree29ef49eb7f7afb7a390de8dc2f6148b13b4d51d3
parentRemove Dennis from CODEOWNERS by request (diff)
Bump pre-commit from 3.3.2 to 3.3.3
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3. - [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.3.2...v3.3.3) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index 7295b048..a987ff39 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -652,13 +652,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest-
[[package]]
name = "pre-commit"
-version = "3.3.2"
+version = "3.3.3"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.8"
files = [
- {file = "pre_commit-3.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"},
- {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"},
+ {file = "pre_commit-3.3.3-py2.py3-none-any.whl", hash = "sha256:10badb65d6a38caff29703362271d7dca483d01da88f9d7e05d0b97171c136cb"},
+ {file = "pre_commit-3.3.3.tar.gz", hash = "sha256:a2256f489cd913d575c145132ae196fe335da32d91a8294b7afe6622335dd023"},
]
[package.dependencies]
@@ -1168,4 +1168,4 @@ brotli = ["Brotli"]
[metadata]
lock-version = "2.0"
python-versions = "3.11.*"
-content-hash = "b4516a212ecb3fc63b5a79db9e284c04b72213fcec8cba9a170a8d1cb2ca5171"
+content-hash = "9f3c6bedc33d35c3345af5842854a87f66c5b07bc150a02e2231b9515980cb30"
diff --git a/pyproject.toml b/pyproject.toml
index 731e3d70..ea73d6b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,7 +32,7 @@ taskipy = "1.11.0"
ruff = "0.0.272"
[tool.poetry.group.lint.dependencies]
-pre-commit = "3.3.2"
+pre-commit = "3.3.3"
[tool.poetry.group.test.dependencies]
coverage = "7.2.7"