From c8fdf92251107c36e273b9acdec71573ffabf8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:29:19 +0000 Subject: [PATCH] Bump cryptography from 41.0.7 to 42.0.0 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.7...42.0.0) --- 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 70a8ed3..9472e8b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -33,7 +33,7 @@ click==8.1.7 # uvicorn coverage[toml]==7.3.2 # via pytest-cov -cryptography==41.0.7 +cryptography==42.0.0 # via python-jose ecdsa==0.18.0 # via python-jose diff --git a/requirements.txt b/requirements.txt index d9027ed..13a82f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ cffi==1.16.0 # via cryptography click==8.1.7 # via uvicorn -cryptography==41.0.7 +cryptography==42.0.0 # via python-jose ecdsa==0.18.0 # via python-jose