diff --git a/requirements.txt b/requirements.txt index dd6c3e1..3344889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests~=2.32.3; python_version < "3.9" requests~=2.32.5; python_version >= "3.9" and python_version < "3.10" -requests~=2.33.1; python_version >= "3.10" +requests~=2.34.2; python_version >= "3.10" setuptools~=75.3.4; python_version < "3.9" setuptools~=82.0.1; python_version >= "3.9" diff --git a/setup.cfg b/setup.cfg index 75d2572..37686c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ packages = find: install_requires = requests~=2.32.3; python_version < "3.9" requests~=2.32.5; python_version >= "3.9" and python_version < "3.10" - requests~=2.33.1; python_version >= "3.10" + requests~=2.34.2; python_version >= "3.10" [options.packages.find] exclude =