Skip to content

Commit

Permalink
Bump Django to version 4.0.x with Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens committed Nov 24, 2022
1 parent 6a847d6 commit a9fd242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Direct dependencies
wheel
Django==3.2.15
Django==3.2.16; python_version == '3.7'
Django==4.0.8; python_version == '3.9'
django-stubs==1.11.0
django-stubs-ext==0.4.0
mypy==0.950
#Django==4.0.4; python_version == '3.9'
gunicorn==20.1.0
lockfile==0.12.2
Mastodon.py==1.5.1
Expand Down

0 comments on commit a9fd242

Please sign in to comment.