From f54f93d7f4bbc029e6a81d5feb532d24c6007c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 13:23:51 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.3 to ~=46.0.4 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 47b2fe6..09a232e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ pexpect~=4.9.0 GitPython~=3.1.45 PyGithub~=2.8.1 python-gitlab~=7.0.0 -cryptography~=46.0.3 +cryptography~=46.0.4 python-dotenv~=1.2.1 niklibrary~=0.53