From 788dce87520a703bc13d7d231e3875363c15650e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:57:18 +0000 Subject: [PATCH] Bump playwright from 1.48.0 to 1.49.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.48.0...v1.49.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 0e40280fbe1..eb2f54d1d27 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ fastapi==0.115.5 lxml==5.3.0 netaddr==1.3.0 ujson==5.10.0 -playwright==1.48.0 +playwright==1.49.0 PyYAML==6.0.2 python-dateutil==2.9.0.post0 requests==2.32.3