From 373c1ba975935756b75e9b651d9187985710d9ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:02:19 +0000 Subject: [PATCH] build(deps): bump rq from 2.6.0 to 2.6.1 in /client Bumps [rq](https://github.com/rq/rq) from 2.6.0 to 2.6.1. - [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/v2.6...v2.6.1) --- updated-dependencies: - dependency-name: rq dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 a9bf1f4c..60649950 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,6 +1,6 @@ flask==3.1.2 python-dotenv==1.2.1 -rq==2.6.0 +rq==2.6.1 redis==7.1.0 jsonschema==4.25.1 Werkzeug==3.1.3