diff --git a/poetry.lock b/poetry.lock index d303e240..1e4c5555 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1045,14 +1045,14 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.1" +version = "3.3.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.2.1-py2.py3-none-any.whl", hash = "sha256:a06a7fcce7f420047a71213c175714216498b49ebc81fe106f7716ca265f5bb6"}, - {file = "pre_commit-3.2.1.tar.gz", hash = "sha256:b5aee7d75dbba21ee161ba641b01e7ae10c5b91967ebf7b2ab0dfae12d07e1f1"}, + {file = "pre_commit-3.3.2-py2.py3-none-any.whl", hash = "sha256:8056bc52181efadf4aac792b1f4f255dfd2fb5a350ded7335d251a68561e8cb6"}, + {file = "pre_commit-3.3.2.tar.gz", hash = "sha256:66e37bec2d882de1f17f88075047ef8962581f83c234ac08da21a0c58953d1f0"}, ] [package.dependencies] @@ -1745,4 +1745,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "3671be40074a8c5ba103968bf203b0a7bafdcbcff079996f91065154c7ef8a50" +content-hash = "2844dd3c74cc73f51484987bcdafba19ebb3f39bf9aa9f1c34bd1f9ee5e2b6e8" diff --git a/pyproject.toml b/pyproject.toml index 0b1cfc87..6f9cc1ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ uvloop = {version = "^0.17.0", platform = "linux"} [tool.poetry.group.dev.dependencies] black = "^23.3.0" isort = "^5.12.0" -pre-commit = "^3.2.1" +pre-commit = "^3.3.2" pylint = "^2.17.1" flake8 = "^6.0.0" pytest = "^7.2.2"