From faad00c87893af1f1e2ef067ba74147099ad6e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 14:09:52 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20cryptography=20from?= =?UTF-8?q?=2043.0.0=20to=2043.0.1=20(#668)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 43.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...43.0.1) --- 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/docs.txt | 2 +- requirements/pyproject.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index e03f3e7d..f925aab8 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -41,7 +41,7 @@ colorama==0.4.6 # via # griffe # mkdocs-material -cryptography==43.0.0 +cryptography==43.0.1 # via pyjwt csscompressor==0.9.5 # via mkdocs-minify-plugin diff --git a/requirements/pyproject.txt b/requirements/pyproject.txt index 70526053..f315506b 100644 --- a/requirements/pyproject.txt +++ b/requirements/pyproject.txt @@ -6,7 +6,7 @@ anyio==4.4.0 # via starlette cffi==1.17.0 # via cryptography -cryptography==43.0.0 +cryptography==43.0.1 # via pyjwt ecdsa==0.19.0 # via python-jose