diff --git a/pyproject.toml b/pyproject.toml index fa05d81231..e5e4cf3a8b 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.2.0", + "rq==2.3.2", "rsa>=4.1", "semantic-version~=2.10.0", "sentry-sdk~=1.37.1",