From 8097b1054d93b9da988469500b01972ea8aebf3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:36:32 +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 5b023300..ebe17ed0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -17,7 +17,7 @@ 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' convertdate==2.4.0; python_version >= '3.7' and python_version < '4' -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' ephem==4.1.5 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'