diff --git a/pyproject.toml b/pyproject.toml index 7cabb1ba1e..aa0e2bd0c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/ "pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst "psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst - "requests==2.32.3", # https://pypi.python.org/pypi/requests + "requests==2.33.0", # https://pypi.python.org/pypi/requests "gevent==25.8.1", # http://www.gevent.org/changelog.html "greenlet>=3.0rc1", "werkzeug==3.1.5", # https://werkzeug.palletsprojects.com/en/stable/changes/