diff --git a/poetry.lock b/poetry.lock index 12bc5a3..3849497 100644 --- a/poetry.lock +++ b/poetry.lock @@ -258,14 +258,14 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "3.0.3" +version = "3.0.4" 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.3-py2.py3-none-any.whl", hash = "sha256:83e2e8cc5cbb3691cff9474494816918d865120768aa36c9eda6185126667d21"}, - {file = "pre_commit-3.0.3.tar.gz", hash = "sha256:4187e74fda38f0f700256fb2f757774385503b04292047d0899fc913207f314b"}, + {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"}, ] [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 = "507c20090253ad81da54e503335ef1310f34a176bd4156ae403949046da57775" +content-hash = "2487793b348aa6708e7e60ae87061e19529137d8fe79fbfdce127c01f8e4130a" diff --git a/pyproject.toml b/pyproject.toml index 67000b3..dce6673 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.3" +pre-commit = "^3.0.4" black = "^23.1.0" [build-system]