From 0bab20bcfbfd4878c5d6e023cb9d8cfeeac4bf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:18:28 +0100 Subject: [PATCH] Chore(deps): Update cryptography requirement in /api/app (#16) 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/42.0.4...42.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/requirements.txt b/api/app/requirements.txt index 9e5d535..ce8649d 100644 --- a/api/app/requirements.txt +++ b/api/app/requirements.txt @@ -3,7 +3,7 @@ ffmpeg-python~=0.2.0 fastapi~=0.109.2 SQLAlchemy~=2.0.27 pydantic~=2.6.1 -cryptography~=42.0.4 +cryptography~=42.0.5 pydantic-settings~=2.1.0 PyJWT~=2.8.0 requests~=2.31.0