Skip to content

Commit feb368d

Browse files
chore(deps): update dependency boto3 to v1.40.50
1 parent 544a779 commit feb368d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ dependencies = [
3434
]
3535

3636
[project.optional-dependencies]
37-
s3 = ["boto3==1.34.6"]
38-
aws = ["boto3==1.34.6"] # Alias for s3 for backward compatibility
37+
s3 = ["boto3==1.40.50"]
38+
aws = ["boto3==1.40.50"] # Alias for s3 for backward compatibility
3939
vault = ["hvac==1.2.1"]
40-
all = ["boto3==1.34.6", "hvac==1.2.1"]
40+
all = ["boto3==1.40.50", "hvac==1.2.1"]
4141
dev = [
4242
"pytest==8.4.2",
4343
"pytest-cov==7.0.0",
@@ -48,7 +48,7 @@ dev = [
4848
"flake8==7.3.0",
4949
"mypy==1.18.2",
5050
"types-PyYAML==6.0.12.20250915",
51-
"boto3==1.34.6",
51+
"boto3==1.40.50",
5252
"hvac==1.2.1",
5353
"bump-my-version==1.2.4",
5454
"build==1.3.0",

0 commit comments

Comments
 (0)