Skip to content

Commit

Permalink
build(deps): update playwright requirement from ~=1.43.0 to ~=1.44.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.43.0...v1.44.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent cfa7ccf commit f320474
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.43.0",
"playwright~=1.44.0",
"aiohttp~=3.9.0",
"urllib3",
"simple-logging-setup",
Expand All @@ -20,7 +20,7 @@ dependencies = [

[project.optional-dependencies]
docker = [
"playwright~=1.43.0",
"playwright~=1.44.0",
"tox==4.15.0"
]

Expand Down

0 comments on commit f320474

Please sign in to comment.