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

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"]