diff --git a/poetry.lock b/poetry.lock index c91e5da2..d4911e51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -603,7 +603,7 @@ virtualenv = ">=20.0.8" [[package]] name = "pre-commit-hooks" -version = "4.2.0" +version = "4.3.0" description = "Some out-of-the-box hooks for pre-commit." category = "dev" optional = false @@ -611,7 +611,7 @@ python-versions = ">=3.7" [package.dependencies] "ruamel.yaml" = ">=0.15" -toml = "*" +tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""} [[package]] name = "py" @@ -961,7 +961,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "6176042d5327c80620234b5211cbde9f8362fa4f39be8e8be1cc8575a5b88437" +content-hash = "2fc3ac3838405598877285cb53e3d16a9c2344303ff33b23ce17804c715cf7c0" [metadata.files] aiohttp = [ @@ -1477,8 +1477,8 @@ pre-commit = [ {file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"}, ] pre-commit-hooks = [ - {file = "pre_commit_hooks-4.2.0-py2.py3-none-any.whl", hash = "sha256:b3a3066c5ecd5fdda9abdc932bd064bd21785ea041659676403e6fc5d964afed"}, - {file = "pre_commit_hooks-4.2.0.tar.gz", hash = "sha256:9726420c7a071e8cb233a066d36bc074b593a40f0b1b491d1b75aafa55390703"}, + {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"}, ] py = [ {file = "py-1.11.0-py2.py3-none-any.whl", hash = "sha256:607c53218732647dff4acdfcd50cb62615cedf612e72d1724fb1a0cc6405b378"}, diff --git a/pyproject.toml b/pyproject.toml index b93f9e93..f7d90425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-docstrings = "^1.5.0" isort = "^5.10.1" mypy = "^0.961" pre-commit = "^2.19.0" -pre-commit-hooks = "^4.2.0" +pre-commit-hooks = "^4.3.0" pylint = "^2.14.1" pytest = "^7.1.2" pytest-asyncio = "^0.18.3"