From 7d542e3987d78d2f91b026effa8b09360c2570c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 03:50:20 +0000 Subject: [PATCH] Bump cryptography from 37.0.4 to 39.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/37.0.4...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 09ca967..c3fc7c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ click==8.1.3 # via # black # uvicorn -cryptography==37.0.4 +cryptography==39.0.1 # via authlib distlib==0.3.5 # via virtualenv @@ -153,9 +153,7 @@ starlette==0.19.1 toml==0.10.2 # via pre-commit tomli==2.0.1 - # via - # black - # pytest + # via pytest typing-extensions==4.3.0 # via pydantic urllib3==1.26.11