From 9b63ee80c0ec76f8b99b09f453fba5b194105ff6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:21:02 +0000 Subject: [PATCH] build(deps): update urllib3 requirement 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/2.2.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- auto_worker_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_worker_requirements.txt b/auto_worker_requirements.txt index cff7193..b345348 100644 --- a/auto_worker_requirements.txt +++ b/auto_worker_requirements.txt @@ -6,6 +6,6 @@ geopandas frost_sta_client google-cloud-storage pytest -urllib3>=2.2.0,<3.0.0 +urllib3>=2.6.3,<3.0.0 Geoalchemy2 sqlalchemy \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 15193eb..a3558f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,4 @@ psycopg2-binary pytest pyyaml types-pyyaml -urllib3>=2.2.0,<3.0.0 \ No newline at end of file +urllib3>=2.6.3,<3.0.0 \ No newline at end of file