From f258cd674a9e2f2bb97a8c40d5c5464c05782f77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:41:55 +0200 Subject: [PATCH] Bump pyquery from 2.0.0 to 2.0.1 (#572) Bumps [pyquery](https://github.com/gawel/pyquery) from 2.0.0 to 2.0.1. - [Changelog](https://github.com/gawel/pyquery/blob/master/CHANGES.rst) - [Commits](https://github.com/gawel/pyquery/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: pyquery dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5b2a472f..99783da7 100644 --- a/example_project/requirements_test.txt +++ b/example_project/requirements_test.txt @@ -5,7 +5,7 @@ cssselect==1.2.0 lxml==5.3.0 playwright==1.46.0 psycopg2-binary==2.9.9 -pyquery==2.0.0 +pyquery==2.0.1 waitress==3.0.0 WebOb==1.8.8 WebTest==3.0.0