diff --git a/poetry.lock b/poetry.lock index 8fd45107..5d332002 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiofile" @@ -1002,13 +1002,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "3.2.1" +version = "3.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." 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.4.0-py2.py3-none-any.whl", hash = "sha256:96d529a951f8b677f730a7212442027e8ba53f9b04d217c4c67dc56c393ad945"}, + {file = "pre_commit-3.4.0.tar.gz", hash = "sha256:6bbd5129a64cad4c0dfaeeb12cd8f7ea7e15b77028d985341478c8af3c759522"}, ] [package.dependencies] @@ -1680,4 +1680,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "88c1b3282873815bd207fa34b6c9670e4b34bb91e0e5079e69ccb5dcd87ede02" +content-hash = "bf2fc885041f23f469087b8dc653c691ab436dc9c4ca37d50a457f27b08bc5fc" diff --git a/pyproject.toml b/pyproject.toml index 5f0dd472..a63094f3 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.4.0" pylint = "^2.17.1" flake8 = "^6.0.0" pytest = "^7.2.2"