diff --git a/requirements.txt b/requirements.txt index e08419a61..d82182e59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3~=1.24.52 cachetools~=5.2.0 setuptools~=63.4.3 pytz~=2022.2 -confuse~=2.0.0 +confuse~=2.2.0 jinja2 diff --git a/setup.py b/setup.py index c1eaf71e2..12b2a6eb5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "boto3>=1.16.39,<2", "cachetools>=4.2,<5.3", "pytz", - "confuse>=1.4,<2.1" + "confuse>=1.4,<2.3" ], packages=['tests', 'tests.api', 'tests.api.orders', 'tests.api.sellers', 'tests.api.finances', 'tests.api.product_fees', 'tests.api.notifications', 'tests.api.reports', 'tests.client',