Skip to content

Commit

Permalink
chore: update django cms version to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Oct 30, 2024
1 parent c55d6e4 commit 6f12b4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ whitenoise
easy-thumbnails

# key requirements for django CMS
django-cms>=4.1.0
django-cms>=4.1.3
djangocms-versioning>=2.0.0
djangocms-alias>=2.0.0

Expand Down
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
# pip-compile requirements.in
#
asgiref==3.7.2
# via django
Expand Down Expand Up @@ -50,7 +50,7 @@ django-classy-tags==4.1.0
# via
# django-cms
# django-sekizai
django-cms==4.1.0
django-cms==4.1.3
# via
# -r requirements.in
# djangocms-alias
Expand Down Expand Up @@ -79,7 +79,9 @@ django-select2==8.1.2
django-storage-url==0.12.0
# via -r requirements.in
django-storages==1.14.2
# via django-storage-url
# via
# -r requirements.in
# django-storage-url
django-treebeard==4.7
# via django-cms
djangocms-admin-style==3.2.6
Expand Down

0 comments on commit 6f12b4c

Please sign in to comment.