From 4877812282500c86a51c5edd538e0b482f9ec5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 22:54:23 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66f6563..d29e300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,9 +4,9 @@ # This file is used in CI/CD pipelines and local development to ensure consistent test environments. # Update these versions periodically after running the full test suite to verify compatibility. -aiohttp==3.13.3 +aiohttp==3.13.4 certifi==2026.1.4 -cryptography==46.0.5 +cryptography==46.0.6 packaging==26.0 pint==0.25.2; python_version > "3.10" pint==0.24.4; python_version <= "3.10"