Skip to content

Commit a6aeb93

Browse files
chore(deps): update dependency hvac to v2
1 parent e0afd4e commit a6aeb93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ dependencies = [
3636
[project.optional-dependencies]
3737
s3 = ["boto3==1.34.6"]
3838
aws = ["boto3==1.34.6"] # Alias for s3 for backward compatibility
39-
vault = ["hvac==1.2.1"]
40-
all = ["boto3==1.34.6", "hvac==1.2.1"]
39+
vault = ["hvac==2.3.0"]
40+
all = ["boto3==1.34.6", "hvac==2.3.0"]
4141
dev = [
4242
"pytest==8.4.2",
4343
"pytest-cov==7.0.0",
@@ -49,7 +49,7 @@ dev = [
4949
"mypy==1.18.2",
5050
"types-PyYAML==6.0.12.20250915",
5151
"boto3==1.34.6",
52-
"hvac==1.2.1",
52+
"hvac==2.3.0",
5353
"bump-my-version==1.2.4",
5454
"build==1.3.0",
5555
"twine==6.2.0",

0 commit comments

Comments
 (0)