From b5824ff03cd60c7037af44b77f6a994793fec281 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 12:15:54 +0000 Subject: [PATCH] Bump cryptography from 41.0.5 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 21e6a3f..89778fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ charset-normalizer==3.3.1 ; python_version >= "3.9" and python_version < "4.0" click==8.1.7 ; python_version >= "3.9" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" coverage[toml]==7.3.2 ; python_version >= "3.9" and python_version < "4.0" -cryptography==41.0.5 ; python_version >= "3.9" and python_version < "4.0" +cryptography==44.0.1 ; python_version >= "3.9" and python_version < "4.0" dill==0.3.7 ; python_version >= "3.9" and python_version < "4.0" exceptiongroup==1.1.3 ; python_version >= "3.9" and python_version < "3.11" frozenlist==1.4.0 ; python_version >= "3.9" and python_version < "4.0" diff --git a/setup.py b/setup.py index 953e85b..37646ff 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'openai>=0.27.6', 'tiktoken>=0.2,<0.6', 'colorama>=0.4.6', - 'cryptography>=40.0.2,<42.0.0', + 'cryptography>=40.0.2,<45.0.0', 'click>=8.1.3', 'prompt-toolkit>=3.0.38', 'yaspin>=2.3.0',