]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
python: requirements.txt: Update a few modules for security issues
authorTom Rini <trini@konsulko.com>
Fri, 11 Jul 2025 18:43:36 +0000 (12:43 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 18 Jul 2025 18:22:20 +0000 (12:22 -0600)
The GitHub dependabot tool has reported a number of issues recently with
some modules that we use. While unlikely to be exploitable in the way we
use them, update various libraries to the latest.

Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <trini@konsulko.com>
doc/sphinx/requirements.txt
tools/patman/requirements.txt

index 12c5772684dc57af5e640f67be27a5c7c67ad847..8572c15ef68f1832a2eeebddef56222af9652901 100644 (file)
@@ -10,7 +10,7 @@ MarkupSafe==3.0.2
 packaging==24.1
 pip==24.2
 Pygments==2.18.0
-requests==2.32.3
+requests==2.32.4
 six==1.16.0
 snowballstemmer==2.2.0
 Sphinx==8.1.3
@@ -24,4 +24,4 @@ sphinxcontrib-jquery==4.1
 sphinxcontrib-jsmath==1.0.1
 sphinxcontrib-qthelp==2.0.0
 sphinxcontrib-serializinghtml==2.0.0
-urllib3==2.2.3
+urllib3==2.5.0
index ce9a3854527580273f5e39ebc387a76bbd6672a5..d4fcb1061c2fc9511d521d4af49712c8069d5e3d 100644 (file)
@@ -1,6 +1,6 @@
-aiohttp==3.9.1
+aiohttp==3.10.11
 ConfigParser==7.1.0
 importlib_resources==6.5.2
 pygit2==1.14.1
-Requests==2.32.3
-setuptools==75.8.0
+requests==2.32.4
+setuptools==78.1.1