From ccef29bcde4a9feb5e9767f25c242f2f0a02d5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:14:25 +0000 Subject: [PATCH] chore(deps): update urllib3 requirement from >=2.2.2 to >=2.6.3 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.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/venv-test-ipywidgets8-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/venv-test-ipywidgets8-requirements.txt b/build/venv-test-ipywidgets8-requirements.txt index 632516b33e..b95c860eb1 100644 --- a/build/venv-test-ipywidgets8-requirements.txt +++ b/build/venv-test-ipywidgets8-requirements.txt @@ -20,5 +20,5 @@ fonttools>=4.43.0 jupyter-server>=2.14.1 jupyter-core>=5.8.0 ipython>=8.10.0 -urllib3>=2.2.2 +urllib3>=2.6.3 jupyterlab>=4.4.8