From 99ce66117e0a0690bcd6a6c92889cae238cdcd74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 18:20:24 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 44.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index d11867c..8c15713 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ flake8>=2.6.0 tox>=2.3.1 coverage>=4.1 Sphinx>=1.4.4 -cryptography==42.0.4 +cryptography==44.0.1 PyYAML>=3.11 pytest>=2.9.2 httmock>=1.2.5 diff --git a/setup.py b/setup.py index aa41972..f877f47 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'tox>=2.3.1', 'coverage>=4.1', 'Sphinx>=1.4.4', - 'cryptography==42.0.4', + 'cryptography==44.0.1', 'PyYAML>=3.11', 'pytest>=2.9.2', 'httmock>=1.2.5'