diff --git a/poetry.lock b/poetry.lock index bda1d4f..7bd5c31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,14 +258,14 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "3.2.0" +version = "3.2.2" 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.2.2-py2.py3-none-any.whl", hash = "sha256:0b4210aea813fe81144e87c5a291f09ea66f199f367fa1df41b55e1d26e1e2b4"}, + {file = "pre_commit-3.2.2.tar.gz", hash = "sha256:5b808fcbda4afbccf6d6633a56663fed35b6c2bc08096fd3d47ce197ac351d9d"}, ] [package.dependencies] @@ -410,4 +410,4 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6a45c0a692d660c64c38e873019a7b10e2702910a75fa689813e409f52bd4de1" +content-hash = "ae0cd97078607dce0c5344348d445ec0379814736dc0e436e307fa3a9578c7dd" diff --git a/pyproject.toml b/pyproject.toml index da75867..5345843 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] pytest = "^7.2" -pre-commit = "^3.2.0" +pre-commit = "^3.2.2" black = "^23.3.0" [build-system]