Skip to content

Commit 56e4d84

Browse files
authored
Merge pull request #435 from maykinmedia/fix/434-webkit
[#434] Fix webkit tests
2 parents 0a0e2b5 + 4eee14a commit 56e4d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/requirements/ci.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pytest==8.2.0
446446
# pytest-playwright
447447
pytest-base-url==2.1.0
448448
# via pytest-playwright
449-
pytest-playwright==0.5.1
449+
pytest-playwright==0.5.2
450450
# via -r requirements/test-tools.in
451451
python-dateutil==2.9.0.post0
452452
# via

backend/requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ pytest-base-url==2.1.0
575575
# -c requirements/ci.txt
576576
# -r requirements/ci.txt
577577
# pytest-playwright
578-
pytest-playwright==0.5.1
578+
pytest-playwright==0.5.2
579579
# via
580580
# -c requirements/ci.txt
581581
# -r requirements/ci.txt

0 commit comments

Comments
 (0)