diff --git a/poetry.lock b/poetry.lock index 3849497..95b7923 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,14 +258,14 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "3.0.4" +version = "3.1.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.0.4-py2.py3-none-any.whl", hash = "sha256:9e3255edb0c9e7fe9b4f328cb3dc86069f8fdc38026f1bf521018a05eaf4d67b"}, - {file = "pre_commit-3.0.4.tar.gz", hash = "sha256:bc4687478d55578c4ac37272fe96df66f73d9b5cf81be6f28627d4e712e752d5"}, + {file = "pre_commit-3.1.0-py2.py3-none-any.whl", hash = "sha256:7001dfcd174540658822b1fd3630ceadf4f41375a5d1844b5c3b3830f227348c"}, + {file = "pre_commit-3.1.0.tar.gz", hash = "sha256:61bd9f1b96d3d1e763f2a9a0f8522aed341646800642ff6803c73fac5781f5b7"}, ] [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 = "2487793b348aa6708e7e60ae87061e19529137d8fe79fbfdce127c01f8e4130a" +content-hash = "35a845647c5982455144fa048608746893ad24e4f51547ca3a1df6a21f88ce73" diff --git a/pyproject.toml b/pyproject.toml index dce6673..b4903d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "^3.8" [tool.poetry.dev-dependencies] pytest = "^7.2" -pre-commit = "^3.0.4" +pre-commit = "^3.1.0" black = "^23.1.0" [build-system]