diff --git a/yafs/poetry.lock b/yafs/poetry.lock index 85ec6ce..8817dd5 100644 --- a/yafs/poetry.lock +++ b/yafs/poetry.lock @@ -2199,13 +2199,13 @@ testing = ["pytest", "pytest-benchmark"] [[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] @@ -3239,4 +3239,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "355263d2e9406cb83f56ae3f5d445b62b2f688450092ae7bf6d88627d422ae6e" +content-hash = "123ab6d99190352e51d7cd91d003c6bdcd36dd7c59f2676d88136ed8f75e10c9" diff --git a/yafs/pyproject.toml b/yafs/pyproject.toml index 561cf97..68e4411 100644 --- a/yafs/pyproject.toml +++ b/yafs/pyproject.toml @@ -35,7 +35,7 @@ ipython = "^8.28.0" jupyter = "^1.1.1" pytest-asyncio = "^0.24.0" jupyter-black = "^0.4.0" -pre-commit = "^4.0.0" +pre-commit = "^4.0.1" [tool.poetry.group.analysis] optional = true