From 53ab5fc9f9fc920f31caf75925a205194a84bad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:06:52 +0000 Subject: [PATCH] build(deps-dev): bump requests from 2.32.0 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.32.0 to 2.32.3. - [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.0...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wheel/dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheel/dev_requirements.txt b/wheel/dev_requirements.txt index 50fd2d97e9..e06b9bd846 100644 --- a/wheel/dev_requirements.txt +++ b/wheel/dev_requirements.txt @@ -21,7 +21,7 @@ pyproject_hooks==1.0.0 pytest==8.3.5 pytest-dependency==0.6.0 pytest-order==1.3.0 -requests==2.32.0 +requests==2.32.3 sortedcontainers==2.4.0 setuptools==76.0.0 tinyarray==1.2.4