diff --git a/poetry.lock b/poetry.lock index fd0eede..3470e69 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1085,13 +1085,13 @@ virtualenv = ">=20.10.0" [[package]] name = "pre-commit-hooks" -version = "4.4.0" +version = "4.5.0" description = "Some out-of-the-box hooks for pre-commit." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit_hooks-4.4.0-py2.py3-none-any.whl", hash = "sha256:fc8837335476221ccccda3d176ed6ae29fe58753ce7e8b7863f5d0f987328fc6"}, - {file = "pre_commit_hooks-4.4.0.tar.gz", hash = "sha256:7011eed8e1a25cde94693da009cba76392194cecc2f3f06c51a44ea6ad6c2af9"}, + {file = "pre_commit_hooks-4.5.0-py2.py3-none-any.whl", hash = "sha256:b779d5c44ede9b1fda48e2d96b08e9aa5b1d2fdb8903ca09f0dbaca22d529edb"}, + {file = "pre_commit_hooks-4.5.0.tar.gz", hash = "sha256:ffbe2af1c85ac9a7695866955680b4dee98822638b748a6f3debefad79748c8a"}, ] [package.dependencies] @@ -1809,4 +1809,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6bcf95437e9215ce3ebd748ec6e698f2c360047a9d73872bcdbcf75dbc25fc30" +content-hash = "c30087ef481a8c88abe43a3593d2bb6ebe2eb5b5cb3756013ab0b3e29a4658f4" diff --git a/pyproject.toml b/pyproject.toml index 6fb9a04..f0041b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ covdefaults = "2.3.0" coverage = {version = "7.3.2", extras = ["toml"]} mypy = "1.5.1" pre-commit = "3.4.0" -pre-commit-hooks = "4.4.0" +pre-commit-hooks = "4.5.0" pylint = "2.17.7" pytest = "7.4.2" pytest-asyncio = "0.21.1"