From 00c4f20ca2629eacc02a96d8b2d916c143ef4b03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:07:24 +0000 Subject: [PATCH] Bump cryptography from 42.0.4 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.4 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.4...43.0.1) --- updated-dependencies: - dependency-name: cryptography 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 14bf297..939c9ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ flask_sqlalchemy==2.5.1 sqlalchemy==1.4.25 psycopg2-binary==2.9.1 requests==2.32.2 -cryptography==42.0.4 +cryptography==43.0.1 cirq==0.11.0 numpy==1.20.0 ruamel.yaml.clib==0.2.2 diff --git a/setup.py b/setup.py index 7d8175c..bec524a 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "sqlalchemy==1.4.25", "psycopg2-binary==2.9.1", "requests==2.32.2", - "cryptography==42.0.4", + "cryptography==43.0.1", ] # Define the testing dependencies