Skip to content

Commit

Permalink
[#939] Upgrade to Django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pi-sigma committed Feb 14, 2024
1 parent 9eb5044 commit 7989e51
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tinycss2


# Framework libraries
Django>=3.2.11<4.0
Django>=4.2<5.0
django-admin-index
django-axes
django-filer
Expand Down
5 changes: 2 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.1.1
# via kombu
ape-pie==0.1.0
# via zgw-consumers
asgiref==3.4.1
asgiref==3.7.2
# via django
asn1crypto==1.5.1
# via webauthn
Expand Down Expand Up @@ -77,7 +77,7 @@ defusedxml==0.7.1
# odfpy
diff-match-patch==20200713
# via django-import-export
django==3.2.23
django==4.2.10
# via
# -r requirements/base.in
# django-admin-index
Expand Down Expand Up @@ -441,7 +441,6 @@ pytz==2021.3
# via
# -r requirements/base.in
# celery
# django
# django-yubin
pywatchman==1.4.1
# via -r requirements/base.in
Expand Down
5 changes: 2 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ape-pie==0.1.0
# -c requirements/base.txt
# -r requirements/base.txt
# zgw-consumers
asgiref==3.4.1
asgiref==3.7.2
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -148,7 +148,7 @@ diff-match-patch==20200713
# django-import-export
dill==0.3.7
# via pylint
django==3.2.23
django==4.2.10
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -800,7 +800,6 @@ pytz==2021.3
# -c requirements/base.txt
# -r requirements/base.txt
# celery
# django
# django-yubin
pywatchman==1.4.1
# via
Expand Down
5 changes: 2 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ape-pie==0.1.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# zgw-consumers
asgiref==3.4.1
asgiref==3.7.2
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -182,7 +182,7 @@ dill==0.3.7
# -c requirements/ci.txt
# -r requirements/ci.txt
# pylint
django==3.2.23
django==4.2.10
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down Expand Up @@ -940,7 +940,6 @@ pytz==2021.3
# -r requirements/ci.txt
# babel
# celery
# django
# django-yubin
pywatchman==1.4.1
# via
Expand Down

0 comments on commit 7989e51

Please sign in to comment.