Skip to content

Commit

Permalink
build(deps): update playwright requirement from ~=1.44.0 to ~=1.45.0
Browse files Browse the repository at this point in the history
Updates the requirements on [playwright](https://github.com/Microsoft/playwright-python) to permit the latest version.
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.44.0...v1.45.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 5368f62 commit 784fed0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name = "milan"
requires-python = ">=3.8"

dependencies = [
"playwright~=1.44.0",
"playwright~=1.45.0",
"aiohttp~=3.9.0",
"urllib3",
"simple-logging-setup",
Expand All @@ -20,7 +20,7 @@ dependencies = [

[project.optional-dependencies]
docker = [
"playwright~=1.44.0",
"playwright~=1.45.0",
"tox==4.15.1"
]

Expand Down

0 comments on commit 784fed0

Please sign in to comment.