Skip to content

Commit 0903ecf

Browse files
authored
update urllib3 to newer versions in python-fastpi (#21439)
1 parent 88bc79e commit 0903ecf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/openapi-generator/src/main/resources/python-fastapi/requirements.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Rx==1.6.1
2929
starlette==0.40.0
3030
typing-extensions==4.13.2
3131
ujson==4.0.2
32-
urllib3==1.26.19
32+
urllib3==2.5.0
3333
uvicorn==0.13.4
3434
uvloop==0.21.0
3535
watchgod==0.7

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Rx==1.6.1
2929
starlette==0.40.0
3030
typing-extensions==4.13.2
3131
ujson==4.0.2
32-
urllib3==1.26.19
32+
urllib3==2.5.0
3333
uvicorn==0.13.4
3434
uvloop==0.21.0
3535
watchgod==0.7

0 commit comments

Comments
 (0)