Skip to content

Commit 0563e5c

Browse files
committed
chore: bumped django-cms version to 5.0.5
1 parent 748fdf2 commit 0563e5c

File tree

3 files changed

+5
-26
lines changed

3 files changed

+5
-26
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

requirements.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ whitenoise
1212
easy-thumbnails
1313

1414
# key requirements for django CMS
15-
django-cms>=5.0.2
15+
django-cms>=5.0.5
1616
djangocms-versioning>=2.0.0
1717
djangocms-alias>=2.0.0
1818

@@ -31,4 +31,4 @@ djangocms-frontend
3131
django-filer
3232

3333

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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt requirements.in
5+
# pip-compile requirements.in
66
#
77
asgiref==3.8.1
88
# via django
@@ -45,7 +45,7 @@ django-classy-tags==4.1.0
4545
# via
4646
# django-cms
4747
# django-sekizai
48-
django-cms==5.0.2
48+
django-cms==5.0.5
4949
# via
5050
# -r requirements.in
5151
# djangocms-alias
@@ -172,4 +172,4 @@ whitenoise==6.9.0
172172

173173
# The following packages are considered to be unsafe in a requirements file:
174174
# pip
175-
# setuptools
175+
# setuptools

0 commit comments

Comments
 (0)