From f0c41957c9faafefc76bec479981edd49e047845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:22:10 +0000 Subject: [PATCH] fix(deps): bump cryptography from 43.0.3 to 44.0.0 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.3 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 44aea23..a5c0f88 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -7,7 +7,7 @@ passlib==1.7.4 pydantic-settings==2.6.1 pydantic==2.9.2 bcrypt==4.2.0 -cryptography==43.0.3 +cryptography==44.0.0 email-validator==2.2.0 fastapi_pagination==0.12.32 redis==5.2.0