From a2c8e6a6268845f141b794e3ce0daa1099027d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 12:04:34 +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 3910092f..f4339c7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ "ruff==0.6.2", "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", ]