From a2cff85141fe04e22d2b1e5519e73c5f17e98a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 22:32:46 +0000 Subject: [PATCH 1/2] Bump urllib3 from 2.5.0 to 2.6.0 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] --- Pipfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 6d09d08..19251ab 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -684,12 +684,12 @@ }, "urllib3": { "hashes": [ - "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760", - "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc" + "sha256:c90f7a39f716c572c4e3e58509581ebd83f9b59cced005b7db7ad2d22b0db99f", + "sha256:cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.5.0" + "version": "==2.6.0" }, "werkzeug": { "hashes": [ From 4824f304e41fc1edfbed6853f07569c1630e7291 Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Sat, 6 Dec 2025 14:35:41 -0800 Subject: [PATCH 2/2] fix: updated Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 398865a..663e859 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ gql = "==4.0.0" requests-toolbelt = "==1.0.0" certifi = ">=2025.11.12" werkzeug = ">=3.1.4" -urllib3 = ">=2.5.0" +urllib3 = ">=2.6.0" jinja2 = ">=3.1.6" idna = ">=3.11" anyio = ">=4.12.0"