From e1731288b9231c8568decb0324a93972c1d23585 Mon Sep 17 00:00:00 2001 From: Rawlin Peters Date: Tue, 13 Jul 2021 10:22:30 -0600 Subject: [PATCH] Update requests version required by the TO Python client --- traffic_control/clients/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic_control/clients/python/setup.py b/traffic_control/clients/python/setup.py index a106d2d37a..d8bcb5024b 100755 --- a/traffic_control/clients/python/setup.py +++ b/traffic_control/clients/python/setup.py @@ -72,7 +72,7 @@ packages=find_packages(exclude=["contrib", "docs", "tests"]), install_requires=[ "future>=0.16.0", - "requests>=2.13.0", + "requests>=2.26.0", "munch>=2.1.1", ], entry_points={