From c06e3f8f636293e906c7a338310e11ad70540e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 00:22:22 +0000 Subject: [PATCH] chore(deps): bump playwright from 1.45.1 to 1.46.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.45.1 to 1.46.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.45.1...v1.46.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index af2b0c9d..abfd91f0 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" flask = "==3.0.3" flask-wtf = "==1.2.1" passlib = "==1.7.4" -playwright = "==1.45.1" +playwright = "==1.46.0" requests = "==2.32.3" wtforms = "==3.1.2" pipenv = "==2024.0.1"