mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 70.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.2.2...v70.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
646 B
Text
39 lines
646 B
Text
# Ensure all versions are pinned for repeatability,
|
|
# since `--system-site-packages` is enabled
|
|
|
|
blessings == 1.7
|
|
distro == 1.4
|
|
mozinfo == 1.2.3
|
|
mozlog == 8.0.0
|
|
setuptools == 70.0.0
|
|
toml == 0.9.2
|
|
|
|
# For Python linting
|
|
flake8 == 7.0.0
|
|
pep8 == 1.5.7
|
|
pyflakes == 3.2.0
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
# For Cross-platform colored terminal text
|
|
colorama == 0.3.7
|
|
|
|
# For package uploading
|
|
boto3 == 1.34.95
|
|
pyOpenSSL == 23.0.0
|
|
PyGithub == 1.58.1
|
|
|
|
# For Python3 compatibility
|
|
six == 1.16
|
|
|
|
# For sending build notifications.
|
|
notify-py == 0.3.42
|
|
|
|
# For wpt scripts and their tests.
|
|
flask
|
|
requests
|
|
types-requests
|
|
|
|
# For mach package on macOS.
|
|
Mako == 1.2.2
|