Skip to content

Commit bf8f834

Browse files
chore(deps): update non-major dependencies
1 parent 3dd7121 commit bf8f834

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,21 @@ 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",
4343
"pytest-mock==3.15.1",
4444
"pytest-xdist==3.8.0",
45-
"coverage[toml]==7.13.0",
45+
"coverage[toml]==7.13.1",
4646
"black==25.12.0",
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)