From 7feb886e0c4a99193a7ab2cf969753c6c203f367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:02:05 +0000 Subject: [PATCH] deps(deps): update hvac requirement from >=1.2.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/v1.2.0...v2.4.0) --- updated-dependencies: - dependency-name: hvac dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 181ee32..3ce723e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -11,5 +11,5 @@ geoip2>=4.8.0 psutil==5.9.6 python-dotenv==1.2.2 PyJWT==2.12.0 -hvac>=1.2.0 +hvac>=2.4.0 prometheus_client>=0.16.0