Skip to content

Commit

Permalink
build: Bump playwright from v1.35 to v1.36
Browse files Browse the repository at this point in the history
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] <support@github.com>

    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] <support@github.com>

Signed-off-by: Florian Scherf <mail@florianscherf.de>
  • Loading branch information
dependabot[bot] authored and fscherf committed Jul 17, 2023
1 parent e865598 commit 0edf7e1
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.35.1-jammy
FROM mcr.microsoft.com/playwright:v1.36.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 @@ -62,7 +62,7 @@ test = [
"pytest-aiohttp==1.0.4",
"pytest-mock==3.11.1",
"pytest-timeout==2.1.0",
"playwright==1.35.0",
"playwright==1.36.0",
]

lint = [
Expand Down

0 comments on commit 0edf7e1

Please sign in to comment.