From 0ec16df2bc63a7fdf440fa5db53372b76e92f941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 18:03:49 +0000 Subject: [PATCH] :arrow_up: update playwright requirement from ==1.40.* to ==1.63.* 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.40.0...v1.63.0) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.63.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4b70ec..c6e43ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -playwright==1.40.* +playwright==1.63.* requests==2.*