diff --git a/requeriments.txt b/requeriments.txt index 1506c22..1990aca 100644 --- a/requeriments.txt +++ b/requeriments.txt @@ -4,4 +4,4 @@ six>=1.16,<2 cachetools~=6.2.5 pycryptodome~=3.23 pytz~=2025.2 -confuse~=2.1.0 \ No newline at end of file +confuse~=2.2.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 27514a3..173efa6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ "cachetools>=5.0,<6.3", "pycryptodome>=3.13,<3.24", "pytz>=2021.3,<2026.0", - "confuse>=1.7,<2.2", + "confuse>=1.7,<2.3", ], packages=[ 'ad_api',