Skip to content

Commit

Permalink
Merge pull request #5014 from open-formulieren/chore/upgrade-playwright
Browse files Browse the repository at this point in the history
⬆️ Bump playwright to latest version
  • Loading branch information
sergei-maertens authored Jan 13, 2025
2 parents 2f76b4b + fc360b8 commit 404689a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- uses: ./.github/actions/report-flaky

e2etests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ glom==23.5.0
# -c requirements/base.txt
# -r requirements/base.txt
# mozilla-django-oidc-db
greenlet==3.0.3
greenlet==3.1.1
# via playwright
html5lib==1.1
# via
Expand Down Expand Up @@ -683,7 +683,7 @@ platformdirs==2.2.0
# -r requirements/base.txt
# black
# zeep
playwright==1.44.0
playwright==1.49.1
# via -r requirements/test-tools.in
pluggy==0.13.1
# via pytest
Expand Down Expand Up @@ -743,7 +743,7 @@ pydyf==0.8.0
# -c requirements/base.txt
# -r requirements/base.txt
# weasyprint
pyee==11.1.0
pyee==12.0.0
# via playwright
pyflakes==3.2.0
# via flake8
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ glom==23.5.0
# mozilla-django-oidc-db
gprof2dot==2021.2.21
# via django-silk
greenlet==3.0.3
greenlet==3.1.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -760,7 +760,7 @@ platformdirs==2.2.0
# -r requirements/ci.txt
# black
# zeep
playwright==1.44.0
playwright==1.49.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -831,7 +831,7 @@ pydyf==0.8.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# weasyprint
pyee==11.1.0
pyee==12.0.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements/type-checking.txt
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ glom==23.5.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# mozilla-django-oidc-db
greenlet==3.0.3
greenlet==3.1.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -751,7 +751,7 @@ platformdirs==2.2.0
# -r requirements/ci.txt
# black
# zeep
playwright==1.44.0
playwright==1.49.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -819,7 +819,7 @@ pydyf==0.8.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# weasyprint
pyee==11.1.0
pyee==12.0.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 404689a

Please sign in to comment.