From 693fa9cbccbc94f7722523f91b5b0d8658e19a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:58:06 +0000 Subject: [PATCH] :arrow_up: Update playwright requirement from ==1.28.* to ==1.46.* 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.28.0...v1.46.0) --- updated-dependencies: - dependency-name: playwright 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 2ebd602..2d08919 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -playwright==1.28.* +playwright==1.46.* requests==2.*