From 527d7c92d76f9d22ef4165c1dbccce00b501a8ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 04:47:30 +0100 Subject: [PATCH] :arrow_up: Bump cryptography from 41.0.4 to 41.0.6 in /requirements (#498) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/pyproject.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pyproject.txt b/requirements/pyproject.txt index 4a31b23f..e296a452 100644 --- a/requirements/pyproject.txt +++ b/requirements/pyproject.txt @@ -8,7 +8,7 @@ anyio==4.0.0 # via starlette cffi==1.16.0 # via cryptography -cryptography==41.0.4 +cryptography==41.0.6 # via pyjwt fastapi==0.98.0 # via authx (pyproject.toml)