From bc610ece47326094606247895e98ca51ca10c11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:11:04 +0000 Subject: [PATCH] Bump playwright from 1.49.1 to 1.50.0 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.49.1 to 1.50.0. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.49.1...v1.50.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 92f67937..8bedfbdc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -11,7 +11,7 @@ fastapi==0.115.7 lxml==5.3.0 netaddr==1.3.0 ujson==5.10.0 -playwright==1.49.1 +playwright==1.50.0 PyYAML==6.0.2 python-dateutil==2.9.0.post0 requests==2.32.3