diff --git a/poetry.lock b/poetry.lock index 4e8b397..7b9841d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -386,7 +386,7 @@ description = "A framework for managing and maintaining multi-language pre-commi name = "pre-commit" optional = false python-versions = ">=3.6.1" -version = "2.4.0" +version = "2.5.0" [package.dependencies] cfgv = ">=2.0.0" @@ -650,7 +650,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "dfe206a8f052aba6c483dfbd7aba3b660a0c773935c7d23bcf3557722927c1be" +content-hash = "01219f77fda2793ae5bdef53967c56987a96a6f416c169b5288b47743effaded" python-versions = "^3.7" [metadata.files] @@ -829,8 +829,8 @@ pluggy = [ {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, ] pre-commit = [ - {file = "pre_commit-2.4.0-py2.py3-none-any.whl", hash = "sha256:5559e09afcac7808933951ffaf4ff9aac524f31efbc3f24d021540b6c579813c"}, - {file = "pre_commit-2.4.0.tar.gz", hash = "sha256:703e2e34cbe0eedb0d319eff9f7b83e2022bb5a3ab5289a6a8841441076514d0"}, + {file = "pre_commit-2.5.0-py2.py3-none-any.whl", hash = "sha256:e02328d2a61dc6e0b20a40b6eecda2655b998fed7f561cac5993cbd8bdb3fbde"}, + {file = "pre_commit-2.5.0.tar.gz", hash = "sha256:3f16110d2e5136de8bae11a32e496cc193a68cf02bcf11dba61d8e6aff06efc5"}, ] py = [ {file = "py-1.8.1-py2.py3-none-any.whl", hash = "sha256:c20fdd83a5dbc0af9efd622bee9a5564e278f6380fffcacc43ba6f43db2813b0"}, diff --git a/pyproject.toml b/pyproject.toml index 5768d69..b3d7683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ mypy = "^0.780" codecov = "^2.1.4" pytest-mock = "^3.1.1" typeguard = "^2.9.1" -pre-commit = "^2.4.0" +pre-commit = "^2.5.0" [tool.poetry.scripts] toml-validator = "toml_validator.__main__:main"