diff --git a/poetry.lock b/poetry.lock index b8b6ff6..8609381 100644 --- a/poetry.lock +++ b/poetry.lock @@ -933,13 +933,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.4.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, - {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -1492,4 +1492,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "104610ec5c62d8a7b9bf88bfa6b6073722dfa2220c45111ad83337d002c09c88" +content-hash = "9a75fd575316c236bff79828995b56ad4f14834f152b30efaccbed15b5ff0bbb" diff --git a/pyproject.toml b/pyproject.toml index 70f8e8a..e324624 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ mkdocs-material = "^9.4.3" mkdocs-gen-files = "^0.5.0" mkdocs-literate-nav = "^0.6.1" mkdocs-section-index = "^0.3.8" -pre-commit = "^3.4.0" +pre-commit = "^3.5.0" types-urllib3 = "^1.26.25.14" [tool.pytest.ini_options]