Skip to content

Commit 0edf7e1

Browse files
dependabot[bot]fscherf
authored andcommitted
build: Bump playwright from v1.35 to v1.36
Since the pip version has to matched with the docker version, this commit contains all changes of the following two dependabot commits: build: Bump playwright from v1.35.1-jammy to v1.36.1-jammy Bumps playwright from v1.35.1-jammy to v1.36.1-jammy. --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> build: Bump playwright from 1.35.0 to 1.36.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.35.0 to 1.36.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.35.0...v1.36.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Florian Scherf <[email protected]>
1 parent e865598 commit 0edf7e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

playwright.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.35.1-jammy
1+
FROM mcr.microsoft.com/playwright:v1.36.1-jammy
22

33
ARG UID=1000 GID=1000
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test = [
6262
"pytest-aiohttp==1.0.4",
6363
"pytest-mock==3.11.1",
6464
"pytest-timeout==2.1.0",
65-
"playwright==1.35.0",
65+
"playwright==1.36.0",
6666
]
6767

6868
lint = [

0 commit comments

Comments
 (0)