From 0c286078012e40b6caf7aaea7781ec45e9c55dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:26:03 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.3 to 2.33.0 in /server Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.33.0. - [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.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/pyproject.toml | 2 +- server/requirements-ci-py39.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/pyproject.toml b/server/pyproject.toml index f13f8168..a33f8bc2 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "dataclasses; python_version<'3.7'", "requests>=2.27.1,<2.28; python_version<'3.7'", "requests>=2.31,<2.32; python_version<'3.8'", - "requests>=2.32.3,<2.33; python_version>='3.8'", + "requests>=2.32.3,<2.34; python_version>='3.8'", "twisted>=21.7,<22; python_version<'3.7'", "twisted>=22.10,<23; python_version<'3.8'", "twisted>=24.11,<24.12; python_version>='3.8'", diff --git a/server/requirements-ci-py39.txt b/server/requirements-ci-py39.txt index fb6d198a..6d0849c6 100644 --- a/server/requirements-ci-py39.txt +++ b/server/requirements-ci-py39.txt @@ -1,5 +1,5 @@ channelfinder @ https://github.com/ChannelFinder/pyCFClient/archive/refs/tags/v3.2.0.zip -requests==2.32.3 +requests==2.33.0 twisted==24.11.0 pytest==8.3.5 pytest-cov==6.0.0