diff --git a/poetry.lock b/poetry.lock index 6fc38df..49abd07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -521,7 +521,7 @@ description = "Cross-platform colored terminal text." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" groups = ["dev"] -markers = "sys_platform == \"win32\" or platform_system == \"Windows\"" +markers = "platform_system == \"Windows\" or sys_platform == \"win32\"" files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, @@ -1780,14 +1780,14 @@ testing = ["coverage", "pytest", "pytest-benchmark"] [[package]] name = "pre-commit" -version = "4.3.0" +version = "4.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pre_commit-4.3.0-py2.py3-none-any.whl", hash = "sha256:2b0747ad7e6e967169136edffee14c16e148a778a54e4f967921aa1ebf2308d8"}, - {file = "pre_commit-4.3.0.tar.gz", hash = "sha256:499fe450cc9d42e9d58e606262795ecb64dd05438943c62b66f6a8673da30b16"}, + {file = "pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1"}, + {file = "pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b"}, ] [package.dependencies] @@ -2755,4 +2755,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "e3366e809a57beca15b72b4d27a7dc1b513cd23a7c1ec51043d6f0246a10fb7a" +content-hash = "2c67d2345148d5deb2606d8cc7edbe6f3d4faa9b5d0878fa8024afb26112cf64" diff --git a/pyproject.toml b/pyproject.toml index 9ae8d54..90fcc14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ black = { extras = ["jupyter"], version = "~25.9.0" } flake8 = "^7.3.0" flake8-black = "^0.4.0" flake8-isort = "^7.0.0" -pre-commit = "^4.3.0" +pre-commit = "^4.5.0" PyYAML = "^6.0" [tool.isort]