diff --git a/pyproject.toml b/pyproject.toml index 164856de9c..6fc138f386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ "redis~=7.1.0", "hiredis~=3.3.0", "requests-oauthlib~=2.0.0", - "requests~=2.32.5", + "requests~=2.33.0", # 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.