From 3c5d892b16fec3f8a81cea1046681a9cfbe37c78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 09:10:07 +0000 Subject: [PATCH] chore(deps): bump requests from 2.32.3 to 2.32.4 Bumps [requests](https://github.com/psf/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 ... 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 5afd9c0..98ae15e 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.32.4", "typing-extensions>=4.2.0", "psutil (>=7.0.0,<8.0.0)" ] diff --git a/requirements.txt b/requirements.txt index 33079cf..1271f68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ jedi-language-server==0.41.1 pytest==7.3.1 pytest-asyncio==0.21.1 -requests==2.32.3 +requests==2.32.4 typing-extensions>=4.2.0 psutil>=7.0.0,<8.0.0