diff --git a/requirements.txt b/requirements.txt index 2a2ceab7d..77ecb18c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ boto3~=1.21.25 cachetools~=5.0.0 setuptools~=60.10.0 pytz~=2022.1 -confuse~=1.7.0 +confuse~=2.2.1 jinja2 diff --git a/setup.py b/setup.py index f0ced64b8..f95d13c88 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ "boto3>=1.16.39,<2", "cachetools>=4.2,<5.1", "pytz", - "confuse>=1.4,<1.8" + "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',