Skip to content

Commit

Permalink
update requests in python-fastapi to newer version (#18726)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed May 21, 2024
1 parent bfa26ea commit ea7609f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pydantic>=2
python-dotenv==0.17.1
python-multipart==0.0.7
PyYAML==5.4.1
requests==2.31.0
requests==2.32.0
Rx==1.6.1
starlette==0.36.3
typing-extensions==4.8.0
Expand Down
2 changes: 1 addition & 1 deletion samples/server/petstore/python-fastapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pydantic>=2
python-dotenv==0.17.1
python-multipart==0.0.7
PyYAML==5.4.1
requests==2.31.0
requests==2.32.0
Rx==1.6.1
starlette==0.36.3
typing-extensions==4.8.0
Expand Down

0 comments on commit ea7609f

Please sign in to comment.