From d470cb25c4e869b41abeedb0f630183775c1d706 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 27 Nov 2023 01:56:23 +0100 Subject: [PATCH] Pin glom to latest version 23.5.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..73966e8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = django>=1.10 django-choices requests - glom + glom==23.5.0 tests_require = pytest pytest-django