From 7599da1b382a1869bdb845efe91cc84230b09001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 00:15:50 +0000 Subject: [PATCH] build(deps-dev): bump requests from 2.32.5 to 2.33.0 Bumps [requests](https://github.com/psf/requests) from 2.32.5 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.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40bf160574..388cfccef8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ wheel = [ "pycollada==0.8", "pyopenxr==1.1.4501", "python-dateutil==2.9.0.post0", - "requests==2.32.5", + "requests==2.33.0", # Macs download scipy wheels directly, adjust the names in prereqs/pips accordingly # if you upgrade this "scipy==1.14.0",