From 3d689359485fca0bf67a08e7e39cddcd83d815b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 01:06:40 +0000 Subject: [PATCH] chore(deps): bump cryptography in /backend/requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 43.0.0 to 44.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...44.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index a5a9db5..9e8d37f 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -1,5 +1,5 @@ psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 -cryptography==43.0.0 # https://github.com/pyca/cryptography +cryptography==44.0.0 # https://github.com/pyca/cryptography python-slugify==8.0.4 # https://github.com/un33k/python-slugify pytz==2024.2 # https://github.com/stub42/pytz Pillow==10.4.0 # https://github.com/python-pillow/Pillow