From 96c18a7a5d0412a860f1595adf143454c8d83a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:38:12 +0000 Subject: [PATCH] Update playwright requirement from <1.56,>=1.44 to >=1.44,<1.57 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.56.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.56.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd5ed051..62be11ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.56", + "playwright>=1.44,<1.57", "plotly>=5.22,<7.0", "polars>=0.20,<1.36", "pyarrow>=11.0.0",