From 9a8abd22cbd83ebb07dc96c3a4bd9546866b3a7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:33:53 +0000 Subject: [PATCH] chore(deps): bump playwright from 1.49.0 to 1.49.1 Bumps [playwright](https://github.com/microsoft/playwright-python) from 1.49.0 to 1.49.1. - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.49.0...v1.49.1) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index f6a6410..b4baa8f 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" flask = "==3.1.0" flask-wtf = "==1.2.2" passlib = "==1.7.4" -playwright = "==1.49.0" +playwright = "==1.49.1" requests = "==2.32.3" wtforms = "==3.2.1" pipenv = "==2024.4.0"