Skip to content

Commit

Permalink
Upgrade django version
Browse files Browse the repository at this point in the history
  • Loading branch information
astrozzc committed Jul 11, 2024
1 parent f96ac18 commit 3bed2a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ django-environ = "==0.10.0"
djangorestframework = "==3.15.2"
gunicorn = "==22.0.0"
whitenoise = "==6.4.0"
django = "==4.2.13"
django = "==4.2.14"
django-filter = "==22.1"
requests = "==2.32.3"
django-tenants = "==3.5.0"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cryptography==42.0.8; python_version >= '3.7'
django==4.2.13; python_version >= '3.8'
django==4.2.14; python_version >= '3.8'
django-cors-headers==3.13.0; python_version >= '3.7'
django-environ==0.10.0; python_version >= '3.5' and python_version < '4'
django-extensions==3.2.1; python_version >= '3.6'
Expand Down

0 comments on commit 3bed2a6

Please sign in to comment.