fix(deps): update dependency idna to v3.13
This commit is contained in:
parent
e44fb7f45a
commit
8c3de5bfe4
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ dependencies = [
|
||||||
"h11==0.16.0",
|
"h11==0.16.0",
|
||||||
"httpcore==1.0.9",
|
"httpcore==1.0.9",
|
||||||
"httpx==0.28.1",
|
"httpx==0.28.1",
|
||||||
"idna==3.11",
|
"idna==3.13",
|
||||||
"pycparser==2.23",
|
"pycparser==2.23",
|
||||||
"typing_extensions==4.15.0",
|
"typing_extensions==4.15.0",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,6 @@ exceptiongroup==1.3.1
|
||||||
h11==0.16.0
|
h11==0.16.0
|
||||||
httpcore==1.0.9
|
httpcore==1.0.9
|
||||||
httpx==0.28.1
|
httpx==0.28.1
|
||||||
idna==3.11
|
idna==3.13
|
||||||
pycparser==2.23
|
pycparser==2.23
|
||||||
typing_extensions==4.15.0
|
typing_extensions==4.15.0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue