summaryrefslogtreecommitdiffstats
path: root/python/sites
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /python/sites
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'python/sites')
-rw-r--r--python/sites/docs.txt9
-rw-r--r--python/sites/mach.txt2
2 files changed, 6 insertions, 5 deletions
diff --git a/python/sites/docs.txt b/python/sites/docs.txt
index e72e0809fc..e31b673010 100644
--- a/python/sites/docs.txt
+++ b/python/sites/docs.txt
@@ -1,15 +1,16 @@
pth:tools/lint/eslint/
-pypi:Sphinx==7.1.2
-pypi:boto3==1.33.5
+pypi:Sphinx==7.1.2 ; python_version <= '3.8'
+pypi:Sphinx==7.2.6 ; python_version > '3.8'
+pypi:boto3==1.34.88
pypi:fluent.pygments==1.0
pypi:livereload==2.6.3
-pypi:mots==0.10.0
+pypi:mots==0.11.1
pypi:myst-parser==2.0
pypi:sphinx-copybutton==0.5.2
pypi:sphinx-design==0.5.0
pypi:sphinx-js==3.2.2
pypi:sphinx-markdown-tables==0.0.17
-pypi:sphinx-rtd-theme==1.3.0
+pypi:sphinx-rtd-theme==2.0.0
pypi:sphinxcontrib-mermaid==0.9.2
# The following are only required by autodoc
diff --git a/python/sites/mach.txt b/python/sites/mach.txt
index 90d6f153fc..c7389f6620 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==59.0.0:telemetry will not be collected
+pypi-optional:glean-sdk==60.0.1: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).