From 3457b96e9cd255289e1b5fadd667681511a94327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:12:19 +0000 Subject: [PATCH] Bump rq from 1.11.1 to 2.7.0 Bumps [rq](https://github.com/rq/rq) from 1.11.1 to 2.7.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.11.1...v2.7) --- updated-dependencies: - dependency-name: rq dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b70fd5..969465b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -63,7 +63,7 @@ redis==4.4.4 # Job Queue Flask-RQ2==18.3 -rq==1.11.1 +rq==2.7.0 rq-dashboard==0.8.6 # Billing