From 12de83bd49d3c8dff9028c8bf2ec95ef81d6fad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:47:44 +0000 Subject: [PATCH] Bump cryptography from 39.0.0 to 39.0.1 in /user_crud/tests Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 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/39.0.0...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- user_crud/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_crud/tests/requirements.txt b/user_crud/tests/requirements.txt index ea4d97f..348c804 100644 --- a/user_crud/tests/requirements.txt +++ b/user_crud/tests/requirements.txt @@ -11,7 +11,7 @@ cffi==1.15.1 charset-normalizer==2.1.1 click==8.1.3 colorama==0.4.6 -cryptography==39.0.0 +cryptography==39.0.1 ecdsa==0.18.0 fastapi==0.89.1 fastapi-jwt-auth==0.5.0