diff --git a/poetry.lock b/poetry.lock index e9579eb5..a1ad9f2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -685,7 +685,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 @@ -693,7 +693,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" @@ -1260,7 +1260,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "48ff41357cf6e2a32a54788f0e7e6ae1080dc0f6427ee673ce4b03bc22ac5140" +content-hash = "260d24f4dd6444b95aeee6c3f535e4b8029c7cb2e2945852b37aad43b732ba71" [metadata.files] alabaster = [ @@ -1710,8 +1710,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 8caafd09..12971f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8-rst-docstrings = "^0.2.5" pep8-naming = "^0.13.0" darglint = "^1.8.1" reorder-python-imports = "^3.1.0" -pre-commit-hooks = "^4.2.0" +pre-commit-hooks = "^4.3.0" pytest_mock = "^3.7.0" black = "^22.3" sphinx-click = "^4.1.0"