Skip to content

Commit 7633908

Browse files
author
Simon Krull
authored
TASK: Update dependencies for django-filer (#23)
1 parent 7879b87 commit 7633908

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ djangocms-video>=3.0,<4.0
3434
djangocms-file>=3.0,<4.0
3535
djangocms-picture>=3.0,<4.0
3636

37-
37+
easy-thumbnails==2.8.0
3838
# optional django CMS Bootstrap 4 modules
3939
djangocms-bootstrap4>=2.0,<3.0
4040
# optional django CMS Bootstrap 5 modules (alpha) - requires BS5 frontend setup in the templates
4141
# as of Q4 2021 there are still basic issues with djangocms-bootstrap5
4242
# https://github.com/gl-agnx/djangocms-bootstrap5/archive/refs/heads/master.zip#egg=djangocms_bootstrap5
4343

4444
# Django Filer - optional, but used in most projects (alpha)
45-
https://github.com/django-cms/django-filer/archive/refs/tags/2.1rc4.zip#egg=django-filer
45+
https://github.com/django-cms/django-filer/archive/refs/tags/2.1.1.zip#egg=django-filer
4646

4747
pip-tools # needed for compilation of this file into requirements.txt, see start of file

requirements.txt

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.8
2+
# This file is autogenerated by pip-compile with python 3.9
33
# To update, run:
44
#
55
# pip-compile requirements.in
@@ -12,6 +12,8 @@ botocore==1.17.63
1212
# via
1313
# boto3
1414
# s3transfer
15+
click==8.0.3
16+
# via pip-tools
1517
cssselect2==0.4.1
1618
# via svglib
1719
dj-database-url==0.5.0
@@ -44,7 +46,7 @@ django-cms==3.9.0
4446
# djangocms-style
4547
# djangocms-text-ckeditor
4648
# djangocms-video
47-
django-filer @ https://github.com/django-cms/django-filer/archive/refs/tags/2.1rc4.zip
49+
django-filer @ https://github.com/django-cms/django-filer/archive/refs/tags/2.1.1.zip
4850
# via
4951
# -r requirements.in
5052
# djangocms-bootstrap4
@@ -106,8 +108,10 @@ djangocms-video==3.0.0
106108
# via -r requirements.in
107109
docutils==0.15.2
108110
# via botocore
109-
easy-thumbnails==2.8rc0
110-
# via djangocms-picture
111+
easy-thumbnails==2.8.0
112+
# via
113+
# -r requirements.in
114+
# djangocms-picture
111115
furl==2.1.3
112116
# via django-storage-url
113117
html5lib==1.1
@@ -120,11 +124,15 @@ lxml==4.6.3
120124
# via svglib
121125
orderedmultidict==1.0.1
122126
# via furl
127+
pep517==0.12.0
128+
# via pip-tools
123129
pillow==8.3.2
124130
# via
125131
# djangocms-text-ckeditor
126132
# easy-thumbnails
127133
# reportlab
134+
pip-tools==6.4.0
135+
# via -r requirements.in
128136
psycopg2==2.8.5
129137
# via -r requirements.in
130138
python-dateutil==2.8.2
@@ -154,6 +162,8 @@ tinycss2==1.1.0
154162
# via
155163
# cssselect2
156164
# svglib
165+
tomli==1.2.2
166+
# via pep517
157167
urllib3==1.25.11
158168
# via botocore
159169
uwsgi==2.0.19.1
@@ -163,5 +173,11 @@ webencodings==0.5.1
163173
# cssselect2
164174
# html5lib
165175
# tinycss2
176+
wheel==0.37.0
177+
# via pip-tools
166178
whitenoise==5.2.0
167179
# via -r requirements.in
180+
181+
# The following packages are considered to be unsafe in a requirements file:
182+
# pip
183+
# setuptools

0 commit comments

Comments
 (0)