From 020adf65990cff29a12b93a2ecf7e21f45094093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:11:42 +0000 Subject: [PATCH] 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] --- example_project/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_project/requirements_test.txt b/example_project/requirements_test.txt index cdebcc49..158cfb0e 100644 --- a/example_project/requirements_test.txt +++ b/example_project/requirements_test.txt @@ -3,7 +3,7 @@ django-mptt==0.16.0 django-webtest==1.9.12 cssselect==1.2.0 lxml==5.3.0 -playwright==1.49.0 +playwright==1.49.1 psycopg2-binary==2.9.10 pyquery==2.0.1 waitress==3.0.2