Skip to content

Commit c2360c3

Browse files
deps(dev): update hvac requirement from >=2.0.0 to >=2.4.0
Updates the requirements on [hvac](https://github.com/hvac/hvac) to permit the latest version. - [Release notes](https://github.com/hvac/hvac/releases) - [Changelog](https://github.com/hvac/hvac/blob/main/CHANGELOG.md) - [Commits](hvac/hvac@v2.0.0...v2.4.0) --- updated-dependencies: - dependency-name: hvac dependency-version: 2.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ce846b commit c2360c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Documentation = "https://github.com/Coding-Dev-Tools/envault#readme"
4040
"Issue Tracker" = "https://github.com/Coding-Dev-Tools/envault/issues"
4141

4242
[project.optional-dependencies]
43-
vault = ["hvac>=2.0.0"]
43+
vault = ["hvac>=2.4.0"]
4444
awsssm = ["boto3>=1.28.0"]
4545
doppler = ["requests>=2.31.0"]
4646
onepassword = ["onepasswordconnectsdk>=1.1.0"]
4747
dev = ["pytest>=7.0", "pytest-cov", "responses>=0.24.0"]
4848
all = [
49-
"hvac>=2.0.0",
49+
"hvac>=2.4.0",
5050
"boto3>=1.28.0",
5151
"requests>=2.31.0",
5252
"onepasswordconnectsdk>=1.1.0",

0 commit comments

Comments
 (0)