From 74038157be24c882960130072ae1471c7777774d Mon Sep 17 00:00:00 2001 From: Ed Rivas Date: Thu, 29 Jul 2021 09:24:14 -0600 Subject: [PATCH] chore: pin filebrowser and grappelli versions to RC --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 96203c2133..24f4b6ce87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,8 +40,8 @@ include_package_data = true install_requires = django-contrib-comments >= 1.9 django >= 2.2 - filebrowser-safe >= 0.5 - grappelli-safe >= 0.5 + filebrowser-safe >= 1.0.0-rc1 + grappelli-safe >= 1.0.0-rc1 tzlocal >= 2 bleach >= 2 beautifulsoup4 >= 4.5.3