Skip to content

Commit 8f812ad

Browse files
chore(deps): update dependency boto3 to v1.42.17
1 parent 3dd7121 commit 8f812ad

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

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

3535
[project.optional-dependencies]
36-
s3 = ["boto3==1.42.9"]
37-
aws = ["boto3==1.42.9"] # Alias for s3 for backward compatibility
36+
s3 = ["boto3==1.42.17"]
37+
aws = ["boto3==1.42.17"] # Alias for s3 for backward compatibility
3838
vault = ["hvac==2.4.0"]
39-
all = ["boto3==1.42.9", "hvac==2.4.0"]
39+
all = ["boto3==1.42.17", "hvac==2.4.0"]
4040
dev = [
4141
"pytest==9.0.2",
4242
"pytest-cov==7.0.0",
@@ -47,7 +47,7 @@ dev = [
4747
"flake8==7.3.0",
4848
"mypy==1.19.1",
4949
"types-PyYAML==6.0.12.20250915",
50-
"boto3==1.42.9",
50+
"boto3==1.42.17",
5151
"hvac==2.4.0",
5252
"bump-my-version==1.2.5",
5353
"build==1.3.0",

0 commit comments

Comments
 (0)