Skip to content

Commit 81f576c

Browse files
authored
update dnspython to a newer version (#18376)
1 parent 8155d03 commit 81f576c

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
@@ -5,7 +5,7 @@ async-generator==1.10
55
certifi==2023.7.22
66
chardet==4.0.0
77
click==7.1.2
8-
dnspython==2.1.0
8+
dnspython==2.6.1
99
email-validator==2.0.0
1010
fastapi==0.109.2
1111
graphene==2.1.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ async-generator==1.10
55
certifi==2023.7.22
66
chardet==4.0.0
77
click==7.1.2
8-
dnspython==2.1.0
8+
dnspython==2.6.1
99
email-validator==2.0.0
1010
fastapi==0.109.2
1111
graphene==2.1.8

0 commit comments

Comments
 (0)