From 711d8d65e439df1c14a95e196456758d951a3b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 00:30:04 +0000 Subject: [PATCH] Bump pyquery from 2.0.0 to 2.0.1 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e8084d492..e9f3e6cbf6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -276,7 +276,7 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -pyquery==2.0.0 +pyquery==2.0.1 # via -r requirements.in pysocks==1.7.1 # via urllib3