diff --git a/poetry.lock b/poetry.lock index 344b75a..b89e267 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "anyascii" @@ -923,13 +923,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest- [[package]] name = "pre-commit" -version = "3.7.1" +version = "3.8.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, + {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, ] [package.dependencies] @@ -1372,4 +1372,4 @@ wand = ["Wand (>=0.6,<1.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10.4" -content-hash = "cd4cda0ac0d2d419ff577df8a8b898bbadd0f4bd943f10c7448af2c2b05c8d38" +content-hash = "839a1d816774bfc9c3615df8b8b1b2b2b4820006ecb2f183fd777e33a0cf0446" diff --git a/pyproject.toml b/pyproject.toml index 07792d1..157e42c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ wagtail-modeladmin = "2.0.0" [tool.poetry.dev-dependencies] black = "^24.1" -pre-commit = "^3.7.1" +pre-commit = "^3.8.0" [build-system] requires = ["poetry-core>=1.0.0"]