diff --git a/poetry.lock b/poetry.lock index 4b5da1a..ae0bb02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -526,7 +526,7 @@ dev = ["pre-commit", "tox"] [[package]] name = "pre-commit" -version = "2.14.0" +version = "2.14.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." category = "dev" optional = false @@ -1039,7 +1039,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0fcb9c6eec6ea957de120c1cd3280ae17c2c1e57682b23fac95542d42995580a" +content-hash = "9a8520382ec56677d19fcf4e2a1173a86d0d77725b4a071ebdad8478f17a9e03" [metadata.files] alabaster = [ @@ -1330,8 +1330,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.14.0-py2.py3-none-any.whl", hash = "sha256:ec3045ae62e1aa2eecfb8e86fa3025c2e3698f77394ef8d2011ce0aedd85b2d4"}, - {file = "pre_commit-2.14.0.tar.gz", hash = "sha256:2386eeb4cf6633712c7cc9ede83684d53c8cafca6b59f79c738098b51c6d206c"}, + {file = "pre_commit-2.14.1-py2.py3-none-any.whl", hash = "sha256:a22d12a02da4d8df314187dfe7a61bda6291d57992060522feed30c8cd658b68"}, + {file = "pre_commit-2.14.1.tar.gz", hash = "sha256:7977a3103927932d4823178cbe4719ab55bb336f42a9f3bb2776cff99007a117"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-4.0.1-py2.py3-none-any.whl", hash = "sha256:6efe92c7613c311abc7dd06817fc016f222d9289fe24b261e64412b0af96c662"}, diff --git a/pyproject.toml b/pyproject.toml index d61f656..662bd14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ safety = "^1.10.3" pytest = "^6.2.1" mypy = "^0.910" reorder-python-imports = "^2.6.0" -pre-commit = "^2.14.0" +pre-commit = "^2.14.1" pytest-django = "^4.1.0" pygments = "^2.10.0" xdoctest = "^0.15.6"