From 5b90ac52bec51bee6031541e724a514f91b9212a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 05:27:47 +0000 Subject: [PATCH] Bump urllib3 from 2.5.0 to 2.6.0 in /pctiler Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [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.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pctiler/requirements-dev.txt | 2 +- pctiler/requirements-server.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pctiler/requirements-dev.txt b/pctiler/requirements-dev.txt index 958b074f..14fa9632 100644 --- a/pctiler/requirements-dev.txt +++ b/pctiler/requirements-dev.txt @@ -241,7 +241,7 @@ typing-extensions==4.14.1 # typing-inspection typing-inspection==0.4.1 # via pydantic-settings -urllib3==2.5.0 +urllib3==2.6.0 # via # requests # types-requests diff --git a/pctiler/requirements-server.txt b/pctiler/requirements-server.txt index 467e1a0c..8275db62 100644 --- a/pctiler/requirements-server.txt +++ b/pctiler/requirements-server.txt @@ -248,7 +248,7 @@ typing-extensions==4.14.1 # typing-inspection typing-inspection==0.4.1 # via pydantic-settings -urllib3==2.5.0 +urllib3==2.6.0 # via requests uvicorn[standard]==0.30.1 # via pctiler (pctiler/pyproject.toml)