diff --git a/pyproject.toml b/pyproject.toml index 785c6c344..a893a43ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ allauth = [ ] ci = [ "rdmo[dev]", - "pytest-github-actions-annotate-failures>=0.2.0,<0.3.0", + "pytest-github-actions-annotate-failures>=0.2.0,<0.4.0", ] dev = [ "build>=1.0,<2.0", @@ -99,7 +99,7 @@ pytest = [ "pytest-cov>=4.1,<7.0", "pytest-django>=4.5,<5.0", "pytest-mock>=3.11,<4.0", - "pytest-playwright>=0.4.3,<0.7.0", + "pytest-playwright>=0.4.3,<0.8.0", "pytest-randomly>=3.15,<4.0", "pytest-xdist>=3.3,<4.0", ]