From cc2060268d89fecd511f5f61bab0282eeedae0bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:25:41 +0000 Subject: [PATCH] chore(deps): bump playwright from 1.47.0 to 1.48.0 Bumps [playwright](https://github.com/Microsoft/playwright-python) from 1.47.0 to 1.48.0. - [Release notes](https://github.com/Microsoft/playwright-python/releases) - [Commits](https://github.com/Microsoft/playwright-python/compare/v1.47.0...v1.48.0) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c0dfa777..230c29ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ Flask==3.0.3 flask_wtf==1.2.1 passlib==1.7.4 -playwright==1.47.0 +playwright==1.48.0 Requests==2.32.3 pipenv==2024.1.0 WTForms==3.1.2