diff --git a/poetry.lock b/poetry.lock index 695581d..139ab56 100644 --- a/poetry.lock +++ b/poetry.lock @@ -610,11 +610,11 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.17.0" +version = "2.18.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false -python-versions = ">=3.6.1" +python-versions = ">=3.7" [package.dependencies] cfgv = ">=2.0.0" @@ -1260,7 +1260,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "117f81fcc60e67bdfee2339ed2aee13fc92a73c2f16f6147b5f23c059f7fb5c6" +content-hash = "19075d1e91a751c1ea39c82031432a6784b87b53c869a09168ef3f179e54a593" [metadata.files] alabaster = [ @@ -1618,8 +1618,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {file = "pre_commit-2.17.0-py2.py3-none-any.whl", hash = "sha256:725fa7459782d7bec5ead072810e47351de01709be838c2ce1726b9591dad616"}, - {file = "pre_commit-2.17.0.tar.gz", hash = "sha256:c1a8040ff15ad3d648c70cc3e55b93e4d2d5b687320955505587fd79bbaed06a"}, + {file = "pre_commit-2.18.1-py2.py3-none-any.whl", hash = "sha256:02226e69564ebca1a070bd1f046af866aa1c318dbc430027c50ab832ed2b73f2"}, + {file = "pre_commit-2.18.1.tar.gz", hash = "sha256:5d445ee1fa8738d506881c5d84f83c62bb5be6b2838e32207433647e8e5ebe10"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.2.0-py2.py3-none-any.whl", hash = "sha256:b3a3066c5ecd5fdda9abdc932bd064bd21785ea041659676403e6fc5d964afed"}, diff --git a/pyproject.toml b/pyproject.toml index 2da04a1..f12e1d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ typeguard = "^2.13.2" xdoctest = {extras = ["colors"], version = "^1.0.0"} sphinx = "^4.3.2" sphinx-autobuild = ">=2021.3.14" -pre-commit = "^2.17.0" +pre-commit = "^2.18.1" flake8 = "^4.0.1" black = ">=21.10b0" flake8-bandit = "^2.1.2"