Skip to content

Commit

Permalink
Merge pull request #487 from lona-web-org/playwright-1.38.0
Browse files Browse the repository at this point in the history
build: Bump playwright from 1.37.0 to 1.38.0
  • Loading branch information
fscherf authored Sep 19, 2023
2 parents 439dac5 + 7bbb94a commit 3ce7857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playwright.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.37.1-jammy
FROM mcr.microsoft.com/playwright:v1.38.0-jammy

ARG UID=1000 GID=1000

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test = [
"pytest-aiohttp==1.0.5",
"pytest-mock==3.11.1",
"pytest-timeout==2.1.0",
"playwright==1.37.0",
"playwright==1.38.0",
]

lint = [
Expand Down

0 comments on commit 3ce7857

Please sign in to comment.