From 41360cedcaa57ca9f2e85fc7097149c9755be18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:39:19 +0000 Subject: [PATCH] Bump cryptography from 46.0.2 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.2 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.2...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a1959e..150f842 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ charset-normalizer==3.4.3 # via requests click==8.1.8 # via flask -cryptography==46.0.2 +cryptography==46.0.5 # via oic defusedxml==0.7.1 # via oic @@ -79,7 +79,7 @@ packaging==25.0 # via gunicorn platformdirs==4.4.0 # via pylint -psycopg2-binary==2.9.11 +psycopg2==2.9.11 # via -r requirements.in pycparser==2.23 # via cffi