Update playwright requirement from <1.57,>=1.44 to >=1.44,<1.58

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](https://github.com/microsoft/playwright-python/compare/v1.44.0...v1.57.0)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.57.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-15 18:21:05 +00:00
committed by GitHub
parent e9e1b64992
commit 88ef89bfb0

View File

@@ -100,7 +100,7 @@ dev = [
"hatch>=1.11.1,<2.0",
"matplotlib>=3.8,<4.0",
"pandas>=2.2,<3.0",
"playwright>=1.44,<1.57",
"playwright>=1.44,<1.58",
"plotly>=5.22,<7.0",
"polars>=0.20,<1.37",
"pyarrow>=11.0.0",