diff --git a/001_django_throttling/requirements.txt b/001_django_throttling/requirements.txt index 300041a..fe0ef39 100644 --- a/001_django_throttling/requirements.txt +++ b/001_django_throttling/requirements.txt @@ -1,4 +1,4 @@ -Django==4.0.7 +Django==4.0.10 djangorestframework==3.13.1 gunicorn==20.1.0 redis==4.3.4