summaryrefslogtreecommitdiffstats
path: root/python/sites
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /python/sites
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'python/sites')
-rw-r--r--python/sites/build.txt1
-rw-r--r--python/sites/docs.txt2
-rw-r--r--python/sites/mach.txt2
3 files changed, 3 insertions, 2 deletions
diff --git a/python/sites/build.txt b/python/sites/build.txt
index 07894139c0..18ed54c6a6 100644
--- a/python/sites/build.txt
+++ b/python/sites/build.txt
@@ -30,6 +30,7 @@ vendored:third_party/python/glean_parser
vendored:third_party/python/gyp/pylib
vendored:third_party/python/jinja2_time
vendored:third_party/python/json_e
+vendored:third_party/python/Mako
vendored:third_party/python/mohawk
vendored:third_party/python/mozilla_repo_urls
vendored:third_party/python/multidict
diff --git a/python/sites/docs.txt b/python/sites/docs.txt
index 42413388a6..9bfc36ba2c 100644
--- a/python/sites/docs.txt
+++ b/python/sites/docs.txt
@@ -4,7 +4,7 @@ pypi:boto3==1.33.5
pypi:fluent.pygments==1.0
pypi:livereload==2.6.3
pypi:mots==0.10.0
-pypi:myst-parser==1.0
+pypi:myst-parser==2.0
pypi:sphinx-copybutton==0.5.1
pypi:sphinx-design==0.5.0
pypi:sphinx-js==3.2.2
diff --git a/python/sites/mach.txt b/python/sites/mach.txt
index d9c98f24ce..e1cb8f159c 100644
--- a/python/sites/mach.txt
+++ b/python/sites/mach.txt
@@ -93,7 +93,7 @@ vendored:third_party/python/wheel
vendored:third_party/python/zipp
# glean-sdk may not be installable if a wheel isn't available
# and it has to be built from source.
-pypi-optional:glean-sdk==57.0.0:telemetry will not be collected
+pypi-optional:glean-sdk==58.1.0:telemetry will not be collected
# Mach gracefully handles the case where `psutil` is unavailable.
# We aren't (yet) able to pin packages in automation, so we have to
# support down to the oldest locally-installed version (5.4.2).