diff --git a/requirements.txt b/requirements.txt index c7e58e96..956d139d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -Django==2.1.3 -djangorestframework==3.9.0 +Django==3.0 +djangorestframework==3.13.1 coreapi==2.3.3 openapi-codec==1.3.2 simplejson==3.9.0 @@ -15,6 +15,6 @@ mkdocs==0.15.3 # Heroku dj_database_url==0.5.0 -psycopg2==2.7.4 +psycopg2==2.9.3 gunicorn==19.8.0 whitenoise==3.3.1