diff --git a/requirements.txt b/requirements.txt index ee409f7..87b4ad5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ celery==5.2.7 click==8.1.3 -cryptography==41.0.2 -Django==4.1.10 +cryptography==42.0.5 +Django==4.2.10 djangorestframework==3.14.0 django-cors-headers==3.13.0 numpy==1.22.0 diff --git a/setup.py b/setup.py index 4c0d64c..f552e56 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ install_requires = [ "celery==5.2.7", "click==8.1.3", - "cryptography==41.0.2", - "Django==4.1.10", + "cryptography==42.0.5", + "Django==4.2.10", "djangorestframework==3.14.0", "django-cors-headers==3.13.0", "numpy==1.22.0",