fix(deps): update dependency idna to v3.11 #386
@@ -15,7 +15,7 @@ dependencies = [
|
||||
"click==8.3.0",
|
||||
"dill==0.4.0",
|
||||
"exceptiongroup==1.3.0",
|
||||
"idna==3.10",
|
||||
"idna==3.11",
|
||||
"iniconfig==2.1.0",
|
||||
"lazy-object-proxy==1.12.0",
|
||||
"mccabe==0.7.0",
|
||||
|
8
uv.lock
generated
8
uv.lock
generated
@@ -246,11 +246,11 @@ wheels = [
|
||||
|
||||
[[package]]
|
||||
name = "idna"
|
||||
version = "3.10"
|
||||
version = "3.11"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490, upload-time = "2024-09-15T18:07:39.745Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/6f/6d/0703ccc57f3a7233505399edb88de3cbd678da106337b9fcde432b65ed60/idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902", size = 194582, upload-time = "2025-10-12T14:55:20.501Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442, upload-time = "2024-09-15T18:07:37.964Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/0e/61/66938bbb5fc52dbdf84594873d5b51fb1f7c7794e9c0f5bd885f30bc507b/idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea", size = 71008, upload-time = "2025-10-12T14:55:18.883Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -313,7 +313,7 @@ requires-dist = [
|
||||
{ name = "click", specifier = "==8.3.0" },
|
||||
{ name = "dill", specifier = "==0.4.0" },
|
||||
{ name = "exceptiongroup", specifier = "==1.3.0" },
|
||||
{ name = "idna", specifier = "==3.10" },
|
||||
{ name = "idna", specifier = "==3.11" },
|
||||
{ name = "iniconfig", specifier = "==2.1.0" },
|
||||
{ name = "lazy-object-proxy", specifier = "==1.12.0" },
|
||||
{ name = "mccabe", specifier = "==0.7.0" },
|
||||
|
Reference in New Issue
Block a user