Skip to content

Commit

Permalink
build(deps): update playwright requirement
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.46.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
1 parent d9c4cfb commit b78140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = { file="LICENSE.txt" }
requires-python = ">=3.8"

dependencies = [
"playwright>=1.44,<1.46",
"playwright>=1.44,<1.47",
"aiohttp>=3.9,<3.11",
"urllib3",
"simple-logging-setup",
Expand Down

0 comments on commit b78140d

Please sign in to comment.