Skip to content

Commit

Permalink
upgrade python http (#1355)
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
  • Loading branch information
akihikokuroda committed Jun 5, 2024
1 parent a0e810b commit 9b66066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ray[default,data]>=2.9.3, <3
requests>=2.31.0
requests>=2.32.2
importlib-metadata>=5.2.0
qiskit>=1.0.2
qiskit-ibm-runtime>=0.21.1
Expand Down
2 changes: 1 addition & 1 deletion gateway/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django_prometheus>=2.3.1
ray[default]>=2.9.3
Django>=4.2.11
gunicorn>=22.0.0
requests>=2.31.0
requests>=2.32.2
psycopg2-binary>=2.9.9
kubernetes>=26.1.0
opentelemetry-distro>=0.40b0
Expand Down
2 changes: 1 addition & 1 deletion proxy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
certifi==2024.2.2
requests==2.31.0
requests==2.32.2
gunicorn==22.0.0
flask==3.0.3

0 comments on commit 9b66066

Please sign in to comment.