diff --git a/poetry.lock b/poetry.lock index 8759a4b..04694d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -674,13 +674,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.6.2" +version = "3.7.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.6.2-py2.py3-none-any.whl", hash = "sha256:ba637c2d7a670c10daedc059f5c49b5bd0aadbccfcd7ec15592cf9665117532c"}, - {file = "pre_commit-3.6.2.tar.gz", hash = "sha256:c3ef34f463045c88658c5b99f38c1e297abdcc0ff13f98d3370055fbbfabc67e"}, + {file = "pre_commit-3.7.0-py2.py3-none-any.whl", hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab"}, + {file = "pre_commit-3.7.0.tar.gz", hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060"}, ] [package.dependencies] @@ -1035,4 +1035,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "6bf60e836d0aecd4448d05a51d4ad72e93772d9033bcdbdc8fd5350fee531aed" +content-hash = "84066a8d5137952d13873de218e55c79f4844d5ed21d0267f112d4141375ad62" diff --git a/pyproject.toml b/pyproject.toml index cf49f5c..63f87ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ backports-strenum = { version = "^1.3.1", python = "<3.11" } [tool.poetry.dev-dependencies] pytest = "^8.1" -pre-commit = "^3.6.2" +pre-commit = "^3.7.0" black = "^23.12" pylint = "^3.1.0" isort = "^5.10.1"