From ba481279202c57a164ebe8867f309595b8a5980f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:16:44 +0000 Subject: [PATCH] Bump requests from 2.32.3 to 2.33.0 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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5afd9c05..93b62357 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "jedi-language-server==0.41.3", - "requests==2.32.3", + "requests==2.33.0", "typing-extensions>=4.2.0", "psutil (>=7.0.0,<8.0.0)" ] diff --git a/requirements.txt b/requirements.txt index 0018891c..1905391f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jedi-language-server==0.41.3 pytest>=7.4.0 pytest-asyncio>=0.23.0 -requests==2.32.3 +requests==2.33.0 typing-extensions>=4.2.0 psutil>=7.0.0,<8.0.0