diff --git a/.github/environment.yaml b/.github/environment.yaml index d8f73fc17..93e123952 100644 --- a/.github/environment.yaml +++ b/.github/environment.yaml @@ -45,7 +45,7 @@ dependencies: - pytest-django >=4.5.2, <=4.5.2 - python >=3.10 - pytest-mock >=3.7.0, <3.10.1 - - pytest-xdist >=2.5.0, <=2.5.0 + - pytest-xdist >=2.5.0, <=3.2.0 - pyyaml >=6.0, <=6.0 - requests >=2.28.1, <=2.28.1 - rich >=11.0, <=12.5.1 diff --git a/pyproject.toml b/pyproject.toml index 2fc563061..85c671493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ DEV = [ "pytest >=6.2.5, <=7.1.3", "pytest-django >=4.5.2, <=4.5.2", "pytest-mock >=3.7.0, <3.10.1", - "pytest-xdist >=2.5.0, <=2.5.0", + "pytest-xdist >=2.5.0, <3.2.0", "black >=22.1.0, <=22.6.0", "coverage >=6.2, <=6.4.4", "isort >=5.10.1, <=5.10.1",