|
1 |
| -pytz==2021.3 # https://github.com/stub42/pytz |
| 1 | +pytz==2024.1 # https://github.com/stub42/pytz |
2 | 2 | python-slugify==6.1.1 # https://github.com/un33k/python-slugify
|
3 |
| -Pillow==9.0.1 # https://github.com/python-pillow/Pillow |
4 |
| -argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi |
5 |
| -whitenoise==6.0.0 # https://github.com/evansd/whitenoise |
6 |
| -redis==4.1.4 # https://github.com/redis/redis-py |
7 |
| -hiredis==2.0.0 # https://github.com/redis/hiredis-py |
| 3 | +Pillow==10.2.0 # https://github.com/python-pillow/Pillow |
| 4 | +argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi |
| 5 | +whitenoise==6.6.0 # https://github.com/evansd/whitenoise |
8 | 6 |
|
9 | 7 | # Django
|
10 | 8 | # ------------------------------------------------------------------------------
|
11 |
| -django==3.2.12 # pyup: < 4.0 # https://www.djangoproject.com/ |
12 |
| -django-environ==0.8.1 # https://github.com/joke2k/django-environ |
13 |
| -django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils |
14 |
| -django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms |
15 |
| -crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5 |
16 |
| -django-redis==5.2.0 # https://github.com/jazzband/django-redis |
17 |
| -django-recurrence==1.11.1 |
18 |
| -django-tables2==2.4.1 |
19 |
| -django-treebeard==4.5.1 |
20 |
| -sorl-thumbnail==12.8.0 |
21 |
| -django_bootstrap5==21.3 |
22 |
| -django_filter==21.1 |
| 9 | +django==4.2.11 # pyup: < 5.0 # https://www.djangoproject.com/ |
| 10 | +django-environ==0.11.2 # https://github.com/joke2k/django-environ |
| 11 | +django-model-utils==4.4.0 # https://github.com/jazzband/django-model-utils |
| 12 | +django-allauth==0.61.1 # https://github.com/pennersr/django-allauth |
| 13 | +django-crispy-forms==2.1 # https://github.com/django-crispy-forms/django-crispy-forms |
| 14 | +crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5 |
| 15 | + |
| 16 | +django-tables2==2.7.0 |
| 17 | +django-treebeard==4.7.1 |
| 18 | +sorl-thumbnail==12.10.0 |
| 19 | +django_bootstrap5==23.4 |
| 20 | +django_filter==23.5 |
23 | 21 | django-tenants==3.6.1
|
24 |
| -qrcode==7.3.1 |
25 |
| -django-taggit==3.0.0 |
26 |
| -django-allauth==0.49.0 |
27 |
| -django-persistent-filters==0.21 |
28 |
| -django-htmx==1.14.0 |
29 |
| -wagtail==4.2.* |
30 |
| -tablib==3.4.0 |
31 |
| -wagtailmenus==3.1.7 |
| 22 | +qrcode==7.4.2 |
| 23 | +django-taggit==4.0.0 |
| 24 | +django-persistent-filters==1.0 |
| 25 | +django-htmx==1.17.3 |
| 26 | +wagtail==5.2.* |
| 27 | +tablib==3.5.0 |
| 28 | +wagtailmenus==4.0 |
32 | 29 | babel==2.9.1 # newer version fails because of langauge variants https://github.com/python-babel/babel/issues/454
|
33 |
| -django-money==3.2.0 |
34 |
| -django-autocomplete-light==3.9.7 |
| 30 | +django-money==3.4.1 |
| 31 | +django-autocomplete-light==3.11.0 |
0 commit comments