diff --git a/.github/environment.yaml b/.github/environment.yaml index 4e5878ada..2664ba2b5 100644 --- a/.github/environment.yaml +++ b/.github/environment.yaml @@ -44,7 +44,7 @@ dependencies: - pytest >=6.2.5, <=7.1.3 - pytest-django >=4.5.2, <=4.5.2 - python >=3.10 - - pytest-mock >=3.7.0, <=3.8.2 + - pytest-mock >=3.7.0, <3.10.1 - pytest-xdist >=2.5.0, <=2.5.0 - pyyaml >=6.0, <=6.0 - requests >=2.28.1, <=2.28.1 diff --git a/pyproject.toml b/pyproject.toml index 3695abba7..59b03c1ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dependencies=[ DEV = [ "pytest >=6.2.5, <=7.1.3", "pytest-django >=4.5.2, <=4.5.2", - "pytest-mock >=3.7.0, <=3.8.2", + "pytest-mock >=3.7.0, <3.10.1", "pytest-xdist >=2.5.0, <=2.5.0", "black >=22.1.0, <=22.6.0", "coverage >=6.2, <=6.4.4",