From 0ef995555e2a5f6b6885926dfb261a96b066fbc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 08:54:11 +0200 Subject: [PATCH] Update requests requirement from ~=2.31.0 to >=2.31,<2.33 (#226) Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cf3dab5..bcf09c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "typer[all]>=0.9,<0.13", "pydantic>=2.5.3,<2.8.0", "pyyaml~=6.0.1", - "requests~=2.31.0", + "requests>=2.31,<2.33", "fastapi==0.111.0", "fastparquet==2024.5.0", "python-multipart==0.0.9",