From 7ee78a4f3c3d13ea22484a73db0b3d55ac63ec34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:59:09 +0000 Subject: [PATCH] build(deps): bump rq from 1.16.2 to 2.0.0 in /client Bumps [rq](https://github.com/rq/rq) from 1.16.2 to 2.0.0. - [Release notes](https://github.com/rq/rq/releases) - [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md) - [Commits](https://github.com/rq/rq/compare/v1.16.2...v2.0) --- updated-dependencies: - dependency-name: rq dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/requirements.txt b/client/requirements.txt index 44c5f6a5..c0756452 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -2,7 +2,7 @@ flask==2.2.5;python_version<"3.8" flask==3.0.3;python_version>="3.8" python-dotenv==0.21.1;python_version<"3.8" python-dotenv==1.0.1;python_version>="3.8" -rq==1.16.2 +rq==2.0.0 redis==5.2.0 jsonschema==4.17.3;python_version<"3.8" jsonschema==4.23.0;python_version>="3.8"