From 7a57fab9a41089fb42403c26fc1cc384b3d9c5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:08:33 +0000 Subject: [PATCH] build(deps): bump rq from 2.7.0 to 2.8.0 in /client Bumps [rq](https://github.com/rq/rq) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/rq/rq/releases) - [Changelog](https://github.com/rq/rq/blob/v2.8/CHANGES.md) - [Commits](https://github.com/rq/rq/compare/v2.7...v2.8) --- updated-dependencies: - dependency-name: rq dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5f5c26ed..0b5584e9 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.3 python-dotenv==1.2.2 -rq==2.7.0 +rq==2.8.0 redis==7.4.0 jsonschema==4.26.0 Werkzeug==3.1.7