From 764410761f5e63de8ce7d506b4cfec257c7cfd51 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 17 Jun 2025 18:48:29 +0530 Subject: [PATCH] build: Bump RQ (#32969) https://github.com/rq/rq/compare/v2.3.2...v2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c54643c640..5a3d38c6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ # We depend on internal attributes of RQ. # Do NOT add loose requirements on RQ versions. # Audit the code changes w.r.t. background_jobs.py before updating. - "rq==2.3.2", + "rq==2.4.0", "rsa>=4.1", "semantic-version~=2.10.0", "sentry-sdk~=1.45.1",