diff --git a/poetry.lock b/poetry.lock index ac8410a..9d9a27d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -877,7 +877,7 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "2.18.1" +version = "2.19.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1431,7 +1431,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "68dc4f789972255d5d5a2641c9f9e982f5666d259531644e4a512d819568c639" +content-hash = "cb2e98135cf24ea8f088be58c7a5575699e965feb614cab4790e70e10912d89f" [metadata.files] aiomysql = [ @@ -2016,8 +2016,8 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] pre-commit = [ - {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"}, + {file = "pre_commit-2.19.0-py2.py3-none-any.whl", hash = "sha256:10c62741aa5704faea2ad69cb550ca78082efe5697d6f04e5710c3c229afdd10"}, + {file = "pre_commit-2.19.0.tar.gz", hash = "sha256:4233a1e38621c87d9dda9808c6606d7e7ba0e087cd56d3fe03202a01d2919615"}, ] psycopg2-binary = [ {file = "psycopg2-binary-2.9.3.tar.gz", hash = "sha256:761df5313dc15da1502b21453642d7599d26be88bff659382f8f9747c7ebea4e"}, diff --git a/pyproject.toml b/pyproject.toml index 23b7264..8844a3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" } # Performance testing yappi = "^1.3.3" -pre-commit = "^2.18.1" +pre-commit = "^2.19.0" [tool.poetry.extras] postgresql = ["asyncpg", "psycopg2-binary"]