Skip to content

Commit

Permalink
Update Django version to 4.2.* in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Sep 30, 2024
1 parent 10fa6df commit 4ea326a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,43 +25,44 @@ colorama==0.4.6
coreapi==2.3.3
coreschema==0.0.4
coverage==6.5.0
crispy-bootstrap3==2024.1
cryptography==42.0.4
cycler==0.10.0
debugpy==1.6.4
deepdiff==1.7.0
defusedxml==0.7.1
Deprecated==1.2.13
Django==3.2.25
Django==4.2.*
django-appconf==1.0.5
django-autocomplete-light==2.3.6
django-autocomplete-light==3.11.*
django-braces==1.15.0
django-compressor==4.1
django-contrib-comments==2.2.0
django-cors-headers==3.10.1
django-crispy-forms==1.13.0
django-crispy-forms==2.1
django-debug-toolbar==3.2.4
django-freshly==0.1.2
django-haystack==3.1.1
django-haystack==3.2.*
django-health-check==3.17.0
django-heartbeat==2.1.0
django-ipware==2.1.0
django-jsonfield==1.4.1
django-modeltranslation==0.12.2
django-nose==1.4.5
django-oauth-toolkit==2.1.0
djangorestframework==3.12.4
django-robots==4.0
djangorestframework==3.14.*
django-robots==6.1
django-security==0.12.0
django-storages[google]==1.14.3
django-test-without-migrations==0.6
django-timedeltafield==0.7.10
django-widget-tweaks==1.4.1
django-widget-tweaks==1.5.*
dnspython==2.6.1
docker-py==1.7.2
dominate==2.4.0
DoubleMetaphone==0.1
drf-haystack==1.8.11
drf-yasg==1.20.0
drf-yasg==1.21.*
email-validator==2.1.0
exceptiongroup==1.0.4
filebrowser-safe==1.1.1
Expand Down Expand Up @@ -104,7 +105,7 @@ Markdown==3.0.1
MarkupSafe==2.0.1
matplotlib==3.1.2
mccabe==0.7.0
Mezzanine==5.1.4
Mezzanine==6.0.0
mock==1.3.0
mozilla-django-oidc==4.0.0
nameparser==0.5.7
Expand All @@ -127,7 +128,7 @@ prettytable==0.7.2
probableparsing==0.0.1
probablepeople==0.5.4
psutil==5.9.4
psycopg2==2.9.5
psycopg==3.1.*
pyasn1==0.4.4
pycodestyle==2.10.0
pycparser==2.21
Expand Down

0 comments on commit 4ea326a

Please sign in to comment.