Skip to content

Commit

Permalink
build: Bump requests (#26501)
Browse files Browse the repository at this point in the history
Minor security issue, not really used by us this way afaik.

(cherry picked from commit 1b025c7)

# Conflicts:
#	pyproject.toml
  • Loading branch information
ankush authored and mergify[bot] committed May 21, 2024
1 parent 30799f7 commit 0cede48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,20 @@ dependencies = [
"python-dateutil~=2.8.1",
"pytz==2022.1",
"rauth~=0.7.3",
<<<<<<< HEAD
"redis~=3.5.3",
"hiredis~=2.0.0",
"requests-oauthlib~=1.3.0",
"requests~=2.31.0",
"rq~=1.14.1",
=======
"redis~=5.0.1",
"hiredis~=2.2.3",
"setproctitle~=1.3.3",
"requests-oauthlib~=1.3.1",
"requests~=2.32.0",
"rq~=1.15.1",
>>>>>>> 1b025c76da (build: Bump requests (#26501))
"rsa>=4.1",
"semantic-version~=2.10.0",
"sqlparse~=0.5.0",
Expand Down

0 comments on commit 0cede48

Please sign in to comment.