Merge pull request 'fix(deps): update dependency idna to v3.16' (#19) from renovate/idna-3.x into main

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo/pulls/19
This commit is contained in:
Alpha Nerd 2026-05-22 14:30:24 +02:00
commit bb8cf39be1
2 changed files with 2 additions and 2 deletions

View file

@ -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.15", "idna==3.16",
"pycparser==3.0", "pycparser==3.0",
"typing_extensions==4.15.0", "typing_extensions==4.15.0",
] ]

View file

@ -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.15 idna==3.16
pycparser==3.0 pycparser==3.0
typing_extensions==4.15.0 typing_extensions==4.15.0