fix: update requests
This commit is contained in:
parent
18c68b2905
commit
d1f6f8d753
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ dependencies = [
|
||||||
"redis~=7.1.0",
|
"redis~=7.1.0",
|
||||||
"hiredis~=3.3.0",
|
"hiredis~=3.3.0",
|
||||||
"requests-oauthlib~=2.0.0",
|
"requests-oauthlib~=2.0.0",
|
||||||
"requests~=2.32.5",
|
"requests~=2.33.0",
|
||||||
# We depend on internal attributes of RQ.
|
# We depend on internal attributes of RQ.
|
||||||
# Do NOT add loose requirements on RQ versions.
|
# Do NOT add loose requirements on RQ versions.
|
||||||
# Audit the code changes w.r.t. background_jobs.py before updating.
|
# Audit the code changes w.r.t. background_jobs.py before updating.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue