From c370cb04c24dbb5c6cf2e493b72ff3dfdd71a171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:52:51 +0000 Subject: [PATCH] build(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.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.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/poetry.lock | 10 +++++----- docs/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index a2d7b95525..b4c7391898 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -4330,14 +4330,14 @@ typing-extensions = ">=3.7.4" [[package]] name = "urllib3" -version = "2.2.2" +version = "2.5.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, + {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, ] [package.extras] @@ -4606,4 +4606,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "6f78878be654fc62363a6a06616434fde888637a2a22e600210aa044950e893d" +content-hash = "cf9168b0e37ea2c78caf80eb5c2079fe0afe7117e7cf6670f45fd07285414d49" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 924d1f7cc1..ef179b3533 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -91,7 +91,7 @@ tinycss2 = "1.2.1" toml = "0.10.2" tornado = "6.4.2" traitlets = "5.14.2" -urllib3 = "2.2.2" +urllib3 = "2.5.0" watchdog = "4.0.0" wcwidth = "0.2.13" webencodings = "0.5.1"