diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 306d93b736..59056ed336 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,9 +1,9 @@ numpy == 2.3.4 -scipy == 1.16.2 +scipy == 1.16.3 matplotlib == 3.10.7 cvxpy == 1.7.3 ecos == 2.0.14 -pytest == 8.4.2 # For unit test +pytest == 9.0.0 # For unit test pytest-xdist == 3.8.0 # For unit test mypy == 1.18.2 # For unit test -ruff == 0.14.1 # For unit test +ruff == 0.14.4 # For unit test