diff --git a/poetry.lock b/poetry.lock index d624c16..37e48a6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1168,14 +1168,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.0.1" +version = "3.0.2" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pre_commit-3.0.1-py2.py3-none-any.whl", hash = "sha256:61ecb75e0e99939cc30c79181c0394545657855e9172c42ff98ebecb0e02fcb7"}, - {file = "pre_commit-3.0.1.tar.gz", hash = "sha256:3a3f9229e8c19a626a7f91be25b3c8c135e52de1a678da98eb015c0d0baea7a5"}, + {file = "pre_commit-3.0.2-py2.py3-none-any.whl", hash = "sha256:f448d5224c70e196a6c6f87961d2333dfdc49988ebbf660477f9efe991c03597"}, + {file = "pre_commit-3.0.2.tar.gz", hash = "sha256:aa97fa71e7ab48225538e1e91a6b26e483029e6de64824f04760c32557bc91d7"}, ] [package.dependencies] @@ -1942,4 +1942,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "2624ac0a46896d254ebed1b74701a03f65e4d4df3b66b64b396cf2b291af1d39" +content-hash = "aa3336ff1adc4d72522e82204acd7f5c7055658d269d5786e0376e53270bc5d6" diff --git a/pyproject.toml b/pyproject.toml index 4602f8b..6bd751d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ flake8 = "^4.0.1" flake8-docstrings = "^1.7.0" isort = "^5.12.0" mypy = "^0.991" -pre-commit = "^3.0.1" +pre-commit = "^3.0.2" pre-commit-hooks = "^4.4.0" pylint = "^2.15.10" pytest = "^7.2.1"