From 02d2460ffe0fb787fab8b64444d3d7c5c9957d87 Mon Sep 17 00:00:00 2001 From: Andre Lizardo Date: Fri, 19 Dec 2025 15:44:00 +0100 Subject: [PATCH 1/3] upgraded urllib3 --- python/requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.in b/python/requirements.in index b4148f20ad..a97bf787b8 100644 --- a/python/requirements.in +++ b/python/requirements.in @@ -47,7 +47,7 @@ text-unidecode==1.3 tomli==2.0.1 trove-classifiers typing-extensions -urllib3==2.2.2 +urllib3==2.6.0 watchdog==3.0.0 wheel wheel==0.43.0 From 667906bf3fe7623e477ab3b11dca810d371c720d Mon Sep 17 00:00:00 2001 From: Andre Lizardo Date: Fri, 19 Dec 2025 17:24:53 +0100 Subject: [PATCH 2/3] run pip-compile --- python/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index 4bd5ff6ecc..7d69f58245 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.14 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements.txt --strip-extras requirements.in @@ -121,7 +121,7 @@ pathspec==0.12.1 # -r requirements.in # hatchling # mkdocs -plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa +plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip # via # -r requirements.in # mkdocs-techdocs-core @@ -194,7 +194,7 @@ typing-extensions==4.12.2 # via # -r requirements.in # setuptools-scm -urllib3==2.2.2 +urllib3==2.6.0 # via # -r requirements.in # requests From ba421b12358219b0915511a84fcb2e06aab968b7 Mon Sep 17 00:00:00 2001 From: Andre Lizardo Date: Fri, 19 Dec 2025 17:26:55 +0100 Subject: [PATCH 3/3] upgraded urllib3 in requirements-build --- python/requirements-build.in | 2 +- python/requirements-build.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/requirements-build.in b/python/requirements-build.in index e1f8638ffa..a428e52baf 100644 --- a/python/requirements-build.in +++ b/python/requirements-build.in @@ -47,7 +47,7 @@ text-unidecode==1.3 tomli==2.0.1 trove-classifiers typing-extensions -urllib3==2.2.2 +urllib3==2.6.0 watchdog==3.0.0 wheel wheel==0.43.0 diff --git a/python/requirements-build.txt b/python/requirements-build.txt index 8a8c433550..a01c6638cc 100644 --- a/python/requirements-build.txt +++ b/python/requirements-build.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.12 +# This file is autogenerated by pip-compile with Python 3.14 # by the following command: # # pip-compile --allow-unsafe --output-file=requirements-build.txt --strip-extras requirements-build.in @@ -121,7 +121,7 @@ pathspec==0.12.1 # -r requirements-build.in # hatchling # mkdocs -plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip#cachito_hash=sha256:a487c2312a53fe47a0947e8624290b2c8ea51e373140d02950531966b1db5caa +plantuml-markdown @ https://github.com/mikitex70/plantuml-markdown/archive/fcf62aa930708368ec1daaad8b5b5dbe1d1b2014.zip # via # -r requirements-build.in # mkdocs-techdocs-core @@ -194,7 +194,7 @@ typing-extensions==4.12.2 # via # -r requirements-build.in # setuptools-scm -urllib3==2.2.2 +urllib3==2.6.0 # via # -r requirements-build.in # requests