diff --git a/poetry.lock b/poetry.lock index 0f01b7c..55f230a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2507,14 +2507,14 @@ files = [ [[package]] name = "pre-commit" -version = "4.3.0" +version = "4.4.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] 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.4.0-py2.py3-none-any.whl", hash = "sha256:b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813"}, + {file = "pre_commit-4.4.0.tar.gz", hash = "sha256:f0233ebab440e9f17cabbb558706eb173d19ace965c68cdce2c081042b4fab15"}, ] [package.dependencies] @@ -4287,4 +4287,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "6b84530412c1d22de3fae98f302f98ee7c0224511d64e5fe9f4fbc658a2f2bd8" +content-hash = "64cc9b15b9da9224d96f3e63dc550d22443e9aec6ad04a00be332572c721cdae" diff --git a/pyproject.toml b/pyproject.toml index 554da0d..725fcfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pylatexenc = "^2.10" ply = "^3.11" qiskit-aer = "^0.17.1" scikit-learn = "^1.7.1" -pre-commit = "^4.2.0" +pre-commit = "^4.4.0" notebook = "7.4.5" qiskit-ibm-runtime = "^0.43.1"