Skip to content

Commit ce21b9e

Browse files
authored
update urllib3 to newer version (#22515)
1 parent 38c6220 commit ce21b9e

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.49.1
3030
typing-extensions==4.13.2
3131
ujson==4.0.2
32-
urllib3==2.5.0
32+
urllib3==2.6.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.49.1
3030
typing-extensions==4.13.2
3131
ujson==4.0.2
32-
urllib3==2.5.0
32+
urllib3==2.6.0
3333
uvicorn==0.13.4
3434
uvloop==0.21.0
3535
watchgod==0.7

0 commit comments

Comments
 (0)