From c2360c3c6ddf9ad51f31a9e19dac84702591795f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 10:13:29 +0000 Subject: [PATCH] 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](https://github.com/hvac/hvac/compare/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] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bec13af..bce3993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,13 +40,13 @@ Documentation = "https://github.com/Coding-Dev-Tools/envault#readme" "Issue Tracker" = "https://github.com/Coding-Dev-Tools/envault/issues" [project.optional-dependencies] -vault = ["hvac>=2.0.0"] +vault = ["hvac>=2.4.0"] awsssm = ["boto3>=1.28.0"] doppler = ["requests>=2.31.0"] onepassword = ["onepasswordconnectsdk>=1.1.0"] dev = ["pytest>=7.0", "pytest-cov", "responses>=0.24.0"] all = [ - "hvac>=2.0.0", + "hvac>=2.4.0", "boto3>=1.28.0", "requests>=2.31.0", "onepasswordconnectsdk>=1.1.0",