From 73c9a3e0970654dbaab2c825080fe7b972c68916 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 22:22:33 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.32.4 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 692431e8ff..0f4c892e90 100644 --- a/constraints.txt +++ b/constraints.txt @@ -33,7 +33,7 @@ pytest-cov==6.3.0 python-telegram-bot==21.11.1 pyxdg==0.28 PyYAML==6.0.3 -requests==2.32.3 +requests==2.32.4 soupsieve==2.8.3 SQLAlchemy==1.3.24 tornado==4.5.3 diff --git a/pyproject.toml b/pyproject.toml index a257555198..33690e24a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,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.32.4", # 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/