Skip to content

Commit

Permalink
updated to django 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian333Dev committed Sep 8, 2023
1 parent 2555aaf commit 248a967
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,5 @@
}

SPECTACULAR_SETTINGS = {
'COMPONENT_SPLIT_REQUEST': True,
}
"COMPONENT_SPLIT_REQUEST": True,
}
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flake8>=3.9.2,<3.10
flake8>=4.0.1,<4.1
11 changes: 6 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Django>=3.2.4,<3.3
djangorestframework>=3.12.4,<3.13
psycopg2>=2.8.6,<2.9
drf-spectacular>=0.15.1,<0.16
Pillow>=8.2.0,<8.3.0
Django>=4.0.4,<4.1
djangorestframework>=3.13.1,<3.14
psycopg2>=2.9.3,<2.10
drf-spectacular>=0.22.1,<0.23
Pillow>=9.1.0,<9.2
uwsgi>=2.0.20,<2.1

0 comments on commit 248a967

Please sign in to comment.