diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 30c5330b..616e3c3f 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -3,6 +3,6 @@ scipy == 1.10.1 matplotlib == 3.7.1 cvxpy == 1.3.1 pytest == 7.3.1 # For unit test -pytest-xdist == 3.2.1 # For unit test +pytest-xdist == 3.3.0 # For unit test mypy == 1.3.0 # For unit test ruff == 0.0.265 # For unit test