diff --git a/requirements.txt b/requirements.txt index 45853f6e..9f8d2041 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -Django==4.2.16 +Django==4.2.27 psycopg2==2.9.7 gunicorn==22.0.0 #production server whitenoise==6.5.0 #serving swagger static files -djangorestframework==3.14.0 +djangorestframework==3.15.2 pylint==2.17.5 pydash==7.0.6 django-cors-headers==4.2.0 @@ -11,7 +11,7 @@ colour_runner==0.1.1 boto3==1.24.28 moto==3.1.13 python-dateutil==2.8.2 -requests==2.32.3 +requests==2.32.4 factory_boy==3.3.0 # Celery celery[redis]==5.4.0