Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump playwright to 1.49.1 #1569

Merged
merged 1 commit into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ glom==20.11.0
# via
# -r requirements/base.in
# mozilla-django-oidc-db
greenlet==3.0.3
greenlet==3.1.1
# via playwright
html5lib==1.1
# via
Expand Down Expand Up @@ -434,7 +434,7 @@ pillow==10.3.0
# easy-thumbnails
# reportlab
# weasyprint
playwright==1.47.0
playwright==1.49.1
# via -r requirements/base.in
prompt-toolkit==3.0.36
# via click-repl
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ glom==20.11.0
# -c requirements/base.txt
# -r requirements/base.txt
# mozilla-django-oidc-db
greenlet==3.0.3
greenlet==3.1.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -815,7 +815,7 @@ platformdirs==2.4.0
# via
# black
# pylint
playwright==1.47.0
playwright==1.49.1
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ glom==20.11.0
# mozilla-django-oidc-db
gprof2dot==2022.7.29
# via django-silk
greenlet==3.0.3
greenlet==3.1.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -939,7 +939,7 @@ platformdirs==2.4.0
# -r requirements/ci.txt
# black
# pylint
playwright==1.47.0
playwright==1.49.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down
Loading