From 2fe5cf082b61f9c4096c3ab13d248e539de2ea91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:58:50 +0000 Subject: [PATCH] build(deps): update types-requests requirement from ~=2.31.0 to ~=2.32.0 --- 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 32aa6783..d9083cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "ruff==0.6.1", "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", ]