From 9e59460dbfe021fea2f12d2c4f1018923aae9667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 04:22:41 +0000 Subject: [PATCH] Bump requests from 2.28.2 to 2.32.5 Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.32.5. - [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.28.2...v2.32.5) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72d94bd95..538cd4a2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -crash_reporter = ['requests==2.28.2'] +crash_reporter = ['requests==2.32.5'] irc = ['irc==19.0.1'] linux_i2c = ['smbus2_asyncio==0.0.5'] osc = ['python-osc==1.8.3'] @@ -54,7 +54,7 @@ vpe = ['grpcio_tools==1.69.0', 'protobuf==5.29.3',] all = [ # currently no way to just use the names from above afaik? 'prompt_toolkit==3.0.43', 'asciimatics==1.15.0', 'terminaltables==3.1.0', - 'requests==2.28.2', 'irc==19.0.1', 'smbus2_asyncio==0.0.5', + 'requests==2.32.5', 'irc==19.0.1', 'smbus2_asyncio==0.0.5', 'python-osc==1.8.3', 'pyusb==1.1.0', 'apigpio-mpf==0.0.4', 'grpcio_tools==1.69.0', 'grpcio==1.69.0', 'protobuf==5.29.3', 'uvloop==0.19.0'