From d7b0ead6b7e4aeedf92838d10ad6349f3f6fc345 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:07:24 +0000 Subject: [PATCH] Bump playwright from 1.46.0 to 1.47.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.46.0 to 1.47.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.46.0...v1.47.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 00ace9ab..059915d0 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ fastapi==0.114.1 lxml==5.3.0 netaddr==1.3.0 ujson==5.10.0 -playwright==1.46.0 +playwright==1.47.0 PyYAML==6.0.2 python-dateutil==2.9.0.post0 requests==2.32.3