From 283ca198d8c8a5dc84e0e0271ce320cf9a1c8f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 12:59:47 +0000 Subject: [PATCH] chore(deps): bump cryptography from 50.0.0 to 50.0.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 50.0.0 to 50.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index b57348019..a8d60d701 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ celery==5.6.3 # pyup: < 6.0 # https://github.com/celery/celery flower==2.0.1 # https://github.com/mher/flower django-celery-beat==2.9.0 # https://github.com/celery/django-celery-beat pyjwt==2.13.0 # https://github.com/jpadilla/pyjwt -cryptography==50.0.0 # https://github.com/pyca/cryptography +cryptography==50.0.1 # https://github.com/pyca/cryptography pydantic==2.* typing-extensions==4.* # https://github.com/python/typing_extensions requests>=2.34.2,<3 # https://requests.readthedocs.io/en/latest/