diff --git a/setup.py b/setup.py index 409f284..9e3e399 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "immutables==0.14; python_version >= '3.5'", "loguru==0.5.1", - "requests==2.24.0", + "requests==2.26.0", "ua-parser==0.10.0", "urllib3==1.25.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'", "user-agents==2.1",