From 1fac4888fbef3df99b0aed40e9da1fe1bc71ebce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:03:55 +0000 Subject: [PATCH] Bump cryptography from 41.0.0 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.requirements.txt b/dev.requirements.txt index b07075e..c2b0a1b 100644 --- a/dev.requirements.txt +++ b/dev.requirements.txt @@ -1,6 +1,6 @@ asgi-lifespan == 2.0.0 coverage == 6.5.0 -cryptography == 41.0.0 +cryptography == 41.0.3 pytest == 7.2.0 pytest-asyncio == 0.20.1 pytest-dotenv == 0.5.2