diff --git a/requirements/requirements.txt b/requirements/requirements.txt index b3b8509b..afc244c1 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,6 +3,6 @@ scipy == 1.11.4 matplotlib == 3.8.2 cvxpy == 1.4.1 pytest == 7.4.3 # For unit test -pytest-xdist == 3.4.0 # For unit test +pytest-xdist == 3.5.0 # For unit test mypy == 1.7.0 # For unit test ruff == 0.1.6 # For unit test