fix: update idna to address security vulnerability

This commit is contained in:
aitbc1
2026-03-30 07:30:36 +02:00
parent 6b6653eeae
commit d2f7100594
2 changed files with 9 additions and 5 deletions

13
poetry.lock generated
View File

@@ -153,16 +153,19 @@ files = [
[[package]]
name = "idna"
version = "2.10"
version = "3.11"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
{file = "idna-3.11-py3-none-any.whl", hash = "sha256:771a87f49d9defaf64091e6e6fe9c18d4833f140bd19464795bc32d966ca37ea"},
{file = "idna-3.11.tar.gz", hash = "sha256:795dafcc9c04ed0c1fb032c2aa73654d8e8c5023a7df64a53f39190ada629902"},
]
[package.extras]
all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
[[package]]
name = "requests"
version = "2.33.0"
@@ -207,4 +210,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[metadata]
lock-version = "2.1"
python-versions = "^3.13"
content-hash = "df2c34025be579916b936fe4e95d722db4ff0e0f5ddf21326023c0d8576e4cbe"
content-hash = "addad574e8f146298646ee70f53cdc65ab49665dfeb037720427ca98133724c6"

View File

@@ -8,6 +8,7 @@ authors = ["AITBC Team"]
python = "^3.13"
requests = "^2.33.0"
urllib3 = "^2.6.3"
idna = "^3.7"
[build-system]
requires = ["poetry-core>=1.0.0"]