From 3304560b50c325a1bac800638b0beacf4e302ca7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:46:57 +0000 Subject: [PATCH 1/3] Update urllib3 requirement from <2.0.0 to <3.0.0 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.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rtd_requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index 7bed6ec3..faac2f35 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -19,6 +19,6 @@ sphinx_rtd_theme >= 0.5.2, < 3.1.0 sphinx-autodoc-typehints < 3.1.0 sphinx-autoapi < 3.6.0 sshtunnel < 0.5.0 -urllib3 < 2.0.0 +urllib3 < 3.0.0 workalendar < 17.1.0 astroid == 3.3.8 diff --git a/setup.py b/setup.py index d9d8c67f..cd5c6dcb 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(fname): "shapely >= 1.7.0, < 2.1.0", "sqlalchemy < 1.4.0", "sshtunnel < 0.5.0", - "urllib3 < 2.0.0", + "urllib3 < 3.0.0", "workalendar < 17.1.0", "astroid == 3.3.8", ] From 72c797465105a218bfd776a8e19e881a1efed4f3 Mon Sep 17 00:00:00 2001 From: joda9 <66819219+joda9@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:25:17 +0100 Subject: [PATCH 2/3] Update urllib3 requirement from <2.0.0 to <2.4.0 Update urllib3 requirement from <2.0.0 to <2.4.0 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](urllib3/urllib3@0.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd5c6dcb..bbbe8dad 100644 --- a/setup.py +++ b/setup.py @@ -59,7 +59,7 @@ def read(fname): "shapely >= 1.7.0, < 2.1.0", "sqlalchemy < 1.4.0", "sshtunnel < 0.5.0", - "urllib3 < 3.0.0", + "urllib3 < 2.4.0", "workalendar < 17.1.0", "astroid == 3.3.8", ] From 54b9106d66ed73d6b102133fb0522d7d5fd320e5 Mon Sep 17 00:00:00 2001 From: joda9 <66819219+joda9@users.noreply.github.com> Date: Mon, 10 Feb 2025 13:25:41 +0100 Subject: [PATCH 3/3] Update urllib3 requirement from <2.0.0 to <2.4.0 Update urllib3 requirement from <2.0.0 to <2.4.0 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](urllib3/urllib3@0.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... --- rtd_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtd_requirements.txt b/rtd_requirements.txt index faac2f35..4e5a9d87 100644 --- a/rtd_requirements.txt +++ b/rtd_requirements.txt @@ -19,6 +19,6 @@ sphinx_rtd_theme >= 0.5.2, < 3.1.0 sphinx-autodoc-typehints < 3.1.0 sphinx-autoapi < 3.6.0 sshtunnel < 0.5.0 -urllib3 < 3.0.0 +urllib3 < 2.4.0 workalendar < 17.1.0 astroid == 3.3.8