Skip to content

Commit

Permalink
build: Bump playwright from v1.44 to v1.45
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fscherf committed Jul 5, 2024
1 parent ebfd57c commit 69f121e
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.44.1-jammy
FROM mcr.microsoft.com/playwright:v1.45.1-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.14.0",
"pytest-timeout==2.3.1",
"playwright==1.44.0",
"playwright==1.45.0",
]

lint = [
Expand Down

0 comments on commit 69f121e

Please sign in to comment.