From f5987d8f4f428fca5296b8a61a08131910e06349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:53:08 +0000 Subject: [PATCH] Update cryptography requirement from ~=43.0.1 to ~=43.0.3 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...43.0.3) --- 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 acb744f8..93edc6fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ shortuuid~=1.0.13 sshtunnel~=0.4.0 sympy~=1.12 seedir~=0.5.0 -cryptography~=43.0.1 +cryptography~=43.0.3 uvicorn~=0.30.6 fastapi~=0.101.0 pydantic~=2.9.2