From 7dceec75975730b88c546225ee03a90665d5ac82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 00:10:23 +0000 Subject: [PATCH] chore(deps): bump cryptography from 41.0.4 to 41.0.6 in /jwt-generator Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.4...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jwt-generator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jwt-generator/requirements.txt b/jwt-generator/requirements.txt index e0288fe..424729b 100644 --- a/jwt-generator/requirements.txt +++ b/jwt-generator/requirements.txt @@ -1,7 +1,7 @@ astroid==2.12.2 attrs==21.4.0 cffi==1.15.1 -cryptography==41.0.4 +cryptography==41.0.6 iniconfig==1.1.1 isort==5.10.1 lazy-object-proxy==1.7.1