From d9b58bc3cb04550ca91072535b4dd0502b949f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 02:20:04 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: types-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 32ce01f2..d594f309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "ruff==0.4.4", "tomli~=2.0; python_version<'3.11'", "types-python-dateutil>=2.8.19,<2.10.0", - "types-requests~=2.31.0", + "types-requests~=2.32.0", # temporary pin https://github.com/stac-utils/pystac-client/issues/509 "urllib3<2", ]