From 35973359e403b44e772ae80f3b04acf003a85838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:18:40 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 21e6a3f..5989af2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pylint==3.0.2 ; python_version >= "3.9" and python_version < "4.0" pytest-cov==4.1.0 ; python_version >= "3.9" and python_version < "4.0" pytest==7.4.3 ; python_version >= "3.9" and python_version < "4.0" regex==2023.10.3 ; python_version >= "3.9" and python_version < "4.0" -requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0" +requests==2.32.4 ; python_version >= "3.9" and python_version < "4.0" rich==13.6.0 ; python_version >= "3.9" and python_version < "4.0" termcolor==2.3.0 ; python_version >= "3.9" and python_version < "4.0" tiktoken==0.5.1 ; python_version >= "3.9" and python_version < "4.0"