From 72ea0d70a457e74f4b9d7cab13189faef6d5b56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 22:53:58 +0000 Subject: [PATCH] chore(deps): bump cryptography from 46.0.3 to 46.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.3 to 46.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.3...46.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 306e703b..f7d161a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ arrow==1.4.0 ; python_full_version >= "3.9.2" and python_version < "4.0" certifi==2026.1.4 ; python_full_version >= "3.9.2" and python_version < "4.0" cffi==2.0.0 ; python_full_version >= "3.9.2" and platform_python_implementation != "PyPy" and python_version < "4.0" charset-normalizer==3.4.4 ; python_full_version >= "3.9.2" and python_version < "4.0" -cryptography==46.0.3 ; python_full_version >= "3.9.2" and python_version < "4.0" +cryptography==46.0.4 ; python_full_version >= "3.9.2" and python_version < "4.0" flatdict==4.0.1 ; python_full_version >= "3.9.2" and python_version < "4.0" idna==3.11 ; python_full_version >= "3.9.2" and python_version < "4.0" jwcrypto==1.5.6 ; python_full_version >= "3.9.2" and python_version < "4.0"