fix: update requests and urllib3 to address security vulnerabilities

This commit is contained in:
aitbc1
2026-03-30 07:30:01 +02:00
parent 8fce67ecf3
commit 6b6653eeae
2 changed files with 207 additions and 2 deletions

View File

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