diff --git a/requirements/base.txt b/requirements/base.txt index 5be86101..9fad057d 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ celery==5.4.0 # pyup: < 6.0 # https://github.com/celery/celery flower==2.0.1 # https://github.com/mher/flower django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat pyjwt==2.4.0 # https://github.com/jpadilla/pyjwt -cryptography==43.0.0 # https://github.com/pyca/cryptography +cryptography==43.0.1 # https://github.com/pyca/cryptography pydantic==2.* typing-extensions==4.* # https://github.com/python/typing_extensions requests==2.* # https://requests.readthedocs.io/en/latest/