diff --git a/poetry.lock b/poetry.lock index 740dd7f..4515ca1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1641,13 +1641,13 @@ type = ["mypy (>=1.11.2)"] [[package]] name = "pre-commit" -version = "4.0.0" +version = "4.0.1" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-4.0.0-py2.py3-none-any.whl", hash = "sha256:0ca2341cf94ac1865350970951e54b1a50521e57b7b500403307aed4315a1234"}, - {file = "pre_commit-4.0.0.tar.gz", hash = "sha256:5d9807162cc5537940f94f266cbe2d716a75cfad0d78a317a92cac16287cfed6"}, + {file = "pre_commit-4.0.1-py2.py3-none-any.whl", hash = "sha256:efde913840816312445dc98787724647c65473daefe420785f885e8ed9a06878"}, + {file = "pre_commit-4.0.1.tar.gz", hash = "sha256:80905ac375958c0444c65e9cebebd948b3cdb518f335a091a670a89d652139d2"}, ] [package.dependencies] @@ -2336,4 +2336,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "8a3d9475b93ddb7f167d2471debcb407ac2030a3547a651c28ae5cd548008cea" +content-hash = "a53b74ed7095e385415054e62d4096e07b79f9a280da95455dccb25831d18538" diff --git a/pyproject.toml b/pyproject.toml index 6866dfb..84bfb23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ django-storages = { version = "1.14.4", extras = ["azure"] } [tool.poetry.group.dev.dependencies] ipython = "^8.28.0" ipdb = "^0.13.13" -pre-commit = "^4.0.0" +pre-commit = "^4.0.1" coverage = "^7.5.4" [tool.ruff]