diff --git a/poetry.lock b/poetry.lock index cfab7cc4c..f14970bc8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1182,14 +1182,14 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.3.0" +version = "4.4.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pre_commit_hooks-4.3.0-py2.py3-none-any.whl", hash = "sha256:9ccaf7c98794659d345080ee1ea0256a55ae059675045eebdbbc17c0be8c7e4b"}, - {file = "pre_commit_hooks-4.3.0.tar.gz", hash = "sha256:fda598a4c834d030727e6a615722718b47510f4bed72df4c949f95ba9f5aaf88"}, + {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"}, ] [package.dependencies] @@ -1897,4 +1897,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "96aabf798dbf28f22dd0d5b4d405bf52f40d44d77ce6d7b5f949be5c800187ea" +content-hash = "25146f2471c5e0ff4e0798985b20b81f56fbc7572cce4dcd3662c1006ee5600d" diff --git a/pyproject.toml b/pyproject.toml index 69d0c9c72..d6d6c2c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ freezegun = "^1.2.1" isort = "^5.10.1" mypy = "^0.961" pre-commit = "^2.19.0" -pre-commit-hooks = "^4.3.0" +pre-commit-hooks = "^4.4.0" pylint = "^2.14.3" pytest = "^7.0.1" pytest-asyncio = "^0.21.0"