diff --git a/poetry.lock b/poetry.lock index 4601192..a5a60e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -528,7 +528,7 @@ description = "A framework for managing and maintaining multi-language pre-commi name = "pre-commit" optional = false python-versions = ">=3.6.1" -version = "2.6.0" +version = "2.7.1" [package.dependencies] cfgv = ">=2.0.0" @@ -1037,7 +1037,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "be49b5b5e0ff72460aaf5dbd5fa1f109f37e6dbc379837409ba07fbc43e9b918" +content-hash = "6627ffa0a7d08589edf0369a89e4df981a3d27b480214e27815a98d22bbda3a1" python-versions = "^3.7" [metadata.files] @@ -1306,8 +1306,8 @@ port-for = [ {file = "port-for-0.3.1.tar.gz", hash = "sha256:b16a84bb29c2954db44c29be38b17c659c9c27e33918dec16b90d375cc596f1c"}, ] pre-commit = [ - {file = "pre_commit-2.6.0-py2.py3-none-any.whl", hash = "sha256:e8b1315c585052e729ab7e99dcca5698266bedce9067d21dc909c23e3ceed626"}, - {file = "pre_commit-2.6.0.tar.gz", hash = "sha256:1657663fdd63a321a4a739915d7d03baedd555b25054449090f97bb0cb30a915"}, + {file = "pre_commit-2.7.1-py2.py3-none-any.whl", hash = "sha256:810aef2a2ba4f31eed1941fc270e72696a1ad5590b9751839c90807d0fff6b9a"}, + {file = "pre_commit-2.7.1.tar.gz", hash = "sha256:c54fd3e574565fe128ecc5e7d2f91279772ddb03f8729645fa812fe809084a70"}, ] pre-commit-hooks = [ {file = "pre_commit_hooks-3.2.0-py2.py3-none-any.whl", hash = "sha256:8a174237326576c5f2279eba18ccbf2ca2a19fcaab8844db80f576c8fe76c2c2"}, diff --git a/pyproject.toml b/pyproject.toml index 7e3901e..f1b39a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ safety = "^1.8.5" mypy = "^0.782" pytest-mock = "^3.2.0" typeguard = "^2.9.1" -pre-commit = "^2.6.0" +pre-commit = "^2.7.1" pygments = "^2.6.1" xdoctest = "^0.13.0" sphinx = "^3.2.1"