We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0afd4e commit f82cadfCopy full SHA for f82cadf
pyproject.toml
@@ -34,10 +34,10 @@ dependencies = [
34
]
35
36
[project.optional-dependencies]
37
-s3 = ["boto3==1.34.6"]
38
-aws = ["boto3==1.34.6"] # Alias for s3 for backward compatibility
+s3 = ["boto3==1.40.50"]
+aws = ["boto3==1.40.50"] # Alias for s3 for backward compatibility
39
vault = ["hvac==1.2.1"]
40
-all = ["boto3==1.34.6", "hvac==1.2.1"]
+all = ["boto3==1.40.50", "hvac==1.2.1"]
41
dev = [
42
"pytest==8.4.2",
43
"pytest-cov==7.0.0",
@@ -48,7 +48,7 @@ dev = [
48
"flake8==7.3.0",
49
"mypy==1.18.2",
50
"types-PyYAML==6.0.12.20250915",
51
- "boto3==1.34.6",
+ "boto3==1.40.50",
52
"hvac==1.2.1",
53
"bump-my-version==1.2.4",
54
"build==1.3.0",
0 commit comments