update requests in python-fastapi to newer version (#18726)

This commit is contained in:
William Cheng 2024-05-22 00:37:02 +08:00 committed by GitHub
parent bfa26ea6be
commit ea7609f35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ pydantic>=2
python-dotenv==0.17.1 python-dotenv==0.17.1
python-multipart==0.0.7 python-multipart==0.0.7
PyYAML==5.4.1 PyYAML==5.4.1
requests==2.31.0 requests==2.32.0
Rx==1.6.1 Rx==1.6.1
starlette==0.36.3 starlette==0.36.3
typing-extensions==4.8.0 typing-extensions==4.8.0

View File

@ -24,7 +24,7 @@ pydantic>=2
python-dotenv==0.17.1 python-dotenv==0.17.1
python-multipart==0.0.7 python-multipart==0.0.7
PyYAML==5.4.1 PyYAML==5.4.1
requests==2.31.0 requests==2.32.0
Rx==1.6.1 Rx==1.6.1
starlette==0.36.3 starlette==0.36.3
typing-extensions==4.8.0 typing-extensions==4.8.0