From 6dec3176fc3c30e3479d48c6441233d14f9f6bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 15:59:07 +0000 Subject: [PATCH] Update cryptography requirement from ~=43.0.1 to ~=44.0.1 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/44.0.1/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5545b8a..f00e3083 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ shortuuid~=1.0.13 sshtunnel~=0.4.0 sympy~=1.13 seedir~=0.5.0 -cryptography~=43.0.1 +cryptography~=44.0.1 uvicorn~=0.30.6 fastapi~=0.101.0 pydantic~=2.9.2