From 600f5319c91205fd43be60456badd77ae8427044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:24:48 +0000 Subject: [PATCH] build(deps): bump requests Bumps [requests](https://github.com/psf/requests) from 2.25.1 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.25.1...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../tst_manifests/pip/pip_pyproject_toml_ignore/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_ignore/pyproject.toml b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_ignore/pyproject.toml index 2c3abc88..a9292a52 100644 --- a/src/test/resources/tst_manifests/pip/pip_pyproject_toml_ignore/pyproject.toml +++ b/src/test/resources/tst_manifests/pip/pip_pyproject_toml_ignore/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" dependencies = [ "anyio==3.6.2", "flask==2.0.3", # exhortignore - "requests==2.25.1", + "requests==2.32.4", ] [project.optional-dependencies]