From 0e2635df4141f9272c7e5136569fb7b507061d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:39:49 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [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.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59e79cb..ced6bcf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pyusb = "1.2.1" pyyaml = "6.0.1" shapely = "^2.0.5" triangle = "20230923" -requests = "^2.32.3" +requests = ">=2.32.3,<3.0.0" numpy = "1.26.4" pypdm = "1.1" flask = "3.0.3"