diff --git a/poetry.lock b/poetry.lock index 9dfe216..8b2ed06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -496,7 +496,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.9.3" +version = "2.11.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -839,7 +839,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a2db9a3f22fa352267247d6dfc35c42bf877e2220c14e1d7c1760884af756dae" +content-hash = "39ee48e85f58ff51951a282a180a3be1f79a540806c728c5dbfa718c7ff7a2e9" [metadata.files] appdirs = [ @@ -1054,8 +1054,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.9.3-py2.py3-none-any.whl", hash = "sha256:6c86d977d00ddc8a60d68eec19f51ef212d9462937acf3ea37c7adec32284ac0"}, - {file = "pre_commit-2.9.3.tar.gz", hash = "sha256:ee784c11953e6d8badb97d19bc46b997a3a9eded849881ec587accd8608d74a4"}, + {file = "pre_commit-2.11.0-py2.py3-none-any.whl", hash = "sha256:c4853e29c24b27d81359357fae891e00bc83e6a0575c93d815e0e8077bd53b3b"}, + {file = "pre_commit-2.11.0.tar.gz", hash = "sha256:06f8cb95e29e56788fb5dc98d7ca7a714969dc96633e1ba654ccd5953b64c195"}, ] py = [ {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"}, diff --git a/pyproject.toml b/pyproject.toml index bfc9225..c1cccfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ safety = "^1.9.0" pytest = "^6.0.1" pylint = "^2.5.3" pydocstyle = "^5.0.2" -pre-commit = "^2.7.1" +pre-commit = "^2.11.0" faker = "^4.1.1" pytest-asyncio = "^0.14.0" python-decouple = "^3.3"