Skip to content

Commit

Permalink
Bump Django to version 4.2.x with Python 3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-laurens committed May 5, 2024
1 parent bd64c67 commit e02d922
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Direct dependencies
wheel
Django==3.2.25
Django==3.2.25; python_version == '3.7'
Django==4.2.11; 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==22.0.0
lockfile==0.12.2
Mastodon.py==1.5.1
Expand Down Expand Up @@ -64,7 +64,7 @@ regex==2022.3.2
typed_ast==1.5.2
click==8.1.2
pytz==2021.3
asgiref==3.5.0
asgiref==3.6.0
sqlparse==0.4.4; python_version == '3.7'
sqlparse==0.5.0; python_version != '3.7'
# Latest importlib_metadata compatible with latest flake8
Expand Down

0 comments on commit e02d922

Please sign in to comment.