From 88591fb59c6d17d45c35a5ac2d2d6cff484e1fd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:52:06 +0000 Subject: [PATCH] chore(deps): bump cryptography from 42.0.1 to 42.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.1 to 42.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.1...42.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b1a824e..87b9c5a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ aiosmtplib==3.0.1 asyncpg==0.29.0 -cryptography==42.0.1 +cryptography==42.0.2 fastapi==0.109.1 httpx==0.26.0 jinja2==3.1.3