Skip to content

Commit a7d395e

Browse files
chore(deps): update non-major dependencies (#204)
* chore(deps): update non-major dependencies * Update .github/workflows/ci.yaml * Update pyproject.toml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adrian Muraru <[email protected]>
1 parent 005c8f2 commit a7d395e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

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

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

0 commit comments

Comments
 (0)