feat: Update dependencies in poetry.lock and pyproject.toml

- Added `certifi` version 2026.1.4 and `charset-normalizer` version 3.4.4 to poetry.lock.
- Introduced `idna` version 3.11 to poetry.lock.
- Updated `requests` to version 2.32.5 in poetry.lock and added it as a dependency in pyproject.toml.
- Updated `urllib3` to version 2.6.3 in poetry.lock.
- Added extras for `requests` and `urllib3` in poetry.lock.
This commit is contained in:
2026-02-18 07:18:44 +13:00
parent 5c8bc2653c
commit b8f12d0208
10 changed files with 859 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ dependencies = [
"pymysql (>=1.1.1,<2.0.0)",
"dnspython (>=2.7.0,<3.0.0)",
"pyyaml (>=6.0.2,<7.0.0)",
"requests (>=2.32.0,<3.0.0)",
]
[tool.poetry]