diff --git a/requirements.txt b/requirements.txt index d53e83a..9b6f68b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pyparsing==2.4.7; python_version >= "3.6" and python_full_version < "3.0.0" or p pyreadline==2.1; python_version >= "2.7" and python_full_version < "3.0.0" and sys_platform == "win32" or python_full_version >= "3.5.0" and sys_platform == "win32" pytest-cov==2.12.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") pytest==6.2.4; python_version >= "3.6" -requests-toolbelt==0.9.1 +requests-toolbelt==0.10.1 requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") rich==10.2.1; python_version >= "3.6" and python_version < "4.0" toml==0.10.2; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")