From 3fd77fe5d95a79b12a8b6e5ce692eabb5142b286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 16:32:28 +0000 Subject: [PATCH] Bump cryptography from 42.0.8 to 43.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.8 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f522b1e0..00f8f383 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ clickhouse-driver==0.2.9; python_version >= '3.7' and python_version < '4' clickhouse-sqlalchemy==0.2.4; python_version >= '3.7' and python_version < '4' cmdstanpy==1.2.4; python_version >= '3.8' contourpy==1.3.0; python_version >= '3.9' -cryptography==42.0.8; python_version >= '3.7' +cryptography==43.0.1; python_version >= '3.7' cx-oracle==8.3.0 cycler==0.12.1; python_version >= '3.8' et-xmlfile==1.1.0; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index b5c42eee..d2998a98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ click-repl==0.3.0; python_version >= '3.6' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' cron-descriptor==1.4.5 croniter==3.0.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' -cryptography==42.0.8; python_version >= '3.7' +cryptography==43.0.1; python_version >= '3.7' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' deprecation==2.1.0 dnspython==2.6.1; python_version >= '3.8'