diff --git a/requirements_dev.txt b/requirements_dev.txt index 8a242a5b..defb745c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ coverage==7.6.12 flake8==7.1.2 mypy==1.15.0 -numpy==2.2.3 +numpy==2.2.4 pre-commit==4.1.0 pytest==8.3.5 pytest-cov==6.0.0 diff --git a/setup.cfg b/setup.cfg index c88835a2..152a38cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ testing = coverage==7.6.12 flake8==7.1.2 mypy==1.15.0 - numpy==2.2.3 + numpy==2.2.4 pytest==8.3.5 pytest-cov==6.0.0 tox==4.24.2