From 102fc5fb52d17b242b35425c68f3726d80d0b887 Mon Sep 17 00:00:00 2001 From: Jake Rosenberg Date: Wed, 7 Jun 2023 10:08:29 -0500 Subject: [PATCH] move to django-cms 3.7 --- poetry.lock | 19 ++++++++++--------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4cf948368..c8d248a6e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -814,23 +814,24 @@ django = ">=2.2" [[package]] name = "django-cms" -version = "3.8.0" -description = "Lean enterprise content management powered by Django." +version = "3.7.4" +description = "An Advanced Django CMS" category = "main" optional = false python-versions = "*" files = [ - {file = "django-cms-3.8.0.tar.gz", hash = "sha256:1d33325b630828e0246a0354c504f7137c5bb194a2c34ea7cfaeafe2bec71cc3"}, - {file = "django_cms-3.8.0-py2.py3-none-any.whl", hash = "sha256:54c51bd1c4422f66712e931adfcfa6e62347e7e22e6e209aaa84290cc43a2bd7"}, + {file = "django-cms-3.7.4.tar.gz", hash = "sha256:9374af5a35bac590f1891031fb0878a0e6c2dc5309a6907929c6a036493694f6"}, + {file = "django_cms-3.7.4-py2.py3-none-any.whl", hash = "sha256:9302f0e21153fc9afca55d9c3424ca3654b51d274a1af6ec39f4fbb05059fe46"}, ] [package.dependencies] -Django = ">=2.2" +Django = ">=1.11,<4" django-classy-tags = ">=0.7.2" django-formtools = ">=2.1" django-sekizai = ">=0.7" django-treebeard = ">=4.3" djangocms-admin-style = ">=1.2" +six = "*" [[package]] name = "django-filer" @@ -3250,14 +3251,14 @@ files = [ [[package]] name = "urllib3" -version = "2.0.2" +version = "2.0.3" description = "HTTP library with thread-safe connection pooling, file post, and more." category = "main" optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.2-py3-none-any.whl", hash = "sha256:d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e"}, - {file = "urllib3-2.0.2.tar.gz", hash = "sha256:61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc"}, + {file = "urllib3-2.0.3-py3-none-any.whl", hash = "sha256:48e7fafa40319d358848e1bc6809b208340fafe2096f1725d05d67443d0483d1"}, + {file = "urllib3-2.0.3.tar.gz", hash = "sha256:bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825"}, ] [package.extras] @@ -3512,4 +3513,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7.12" -content-hash = "82154c8e36a0de34a0f7386d4cf5cf5b3c3a473535d645935224d19d5ff2dc3f" +content-hash = "4f1bc9fde75d113e7e63b42ed4ee1c1a5f920ffafab6902336ed6337c4ceab4e" diff --git a/pyproject.toml b/pyproject.toml index 63a4e4ab7..354e44194 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.7.12" agavepy = "1.0.0a12" Django = "^2.2.28" cryptography = "^2.3.1" -django-cms = "3.8.0" +django-cms = "3.7.4" importlib-resources = "^5.4.0" django-filer = "^1.7.1" django-formtools = "2.2"