From c8fd3603bb7e15063d84f007e89ef828c86cbdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:29:21 +0000 Subject: [PATCH] Bump cryptography from 36.0.2 to 42.0.4 Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.2...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 003a13a9..3cbd5b5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "pycryptodomex==3.16.0", "protobuf==3.20.1", - "cryptography==36.0.2", + "cryptography==42.0.4", "pynacl==1.5.0", "mnemonic==0.20", "requests==2.31.0" diff --git a/requirements.txt b/requirements.txt index 21d4b75f..7930faed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pycryptodomex==3.19.1 protobuf==3.20.2 -cryptography==42.0.2 +cryptography==42.0.4 pynacl==1.5.0 mnemonic==0.20 requests==2.31.0