chore(deps): raise minimum versions of boto3, cryptography, requests

Bump lower bounds to pick up current stable releases:
- boto3 >=1.40.0 (S3 express + latest session handling)
- cryptography >=44.0.0, cap <46.0.0 (current stable line)
- requests >=2.32.4 (CVE-2024-47081 netrc leak fix included in lower bound)
This commit is contained in:
dudepls[bot]
2026-08-31 19:54:30 +00:00
committed by GitHub
parent fefb253924
commit cf02da7e0b
+3 -3
View File
@@ -49,11 +49,11 @@ classifiers = [
]
dependencies = [
"boto3>=1.35.0,<2.0.0",
"boto3>=1.40.0,<2.0.0",
"click>=8.1.0,<9.0.0",
"cryptography>=42.0.0,<45.0.0",
"cryptography>=44.0.0,<46.0.0",
"python-dateutil>=2.9.0,<3.0.0",
"requests>=2.32.0,<3.0.0",
"requests>=2.32.4,<3.0.0",
]
[project.urls]