diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /python/sites | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'python/sites')
-rw-r--r-- | python/sites/build.txt | 1 | ||||
-rw-r--r-- | python/sites/docs.txt | 2 | ||||
-rw-r--r-- | python/sites/mach.txt | 2 |
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). |