Skip to content

Commit

Permalink
build: Bump playwright from v1.36 to v1.37
Browse files Browse the repository at this point in the history
build: Bump playwright from v1.36.2-jammy to v1.37.0-jammy

Bumps playwright from v1.36.2-jammy to v1.37.0-jammy.

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

build: Bump playwright from 1.36.0 to 1.37.0

Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.36.0 to 1.37.0.
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.36.0...v1.37.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fscherf committed Aug 17, 2023
1 parent 321ab17 commit b304412
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.36.2-jammy
FROM mcr.microsoft.com/playwright:v1.37.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 @@ -62,7 +62,7 @@ test = [
"pytest-aiohttp==1.0.4",
"pytest-mock==3.11.1",
"pytest-timeout==2.1.0",
"playwright==1.36.0",
"playwright==1.37.0",
]

lint = [
Expand Down

0 comments on commit b304412

Please sign in to comment.