mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-09-02 08:37:18 +02:00
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:
+3
-3
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user