From 20aeea6bb7d0c8ce34313735d5d968b1dbafff3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 02:59:59 +0000 Subject: [PATCH] build(deps-dev): update urllib3 requirement from <2 to <3 Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/0.3...2.0.2) --- updated-dependencies: - dependency-name: urllib3 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 7aef59cc..2cad8245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "tomli~=2.0; python_version<'3.11'", "types-python-dateutil~=2.8.19", "types-requests~=2.29.0", - "urllib3<2", # temporary pin https://github.com/stac-utils/pystac-client/issues/509 + "urllib3<3", # temporary pin https://github.com/stac-utils/pystac-client/issues/509 ] docs = [ "Sphinx~=6.2",