Commit 8f355e4a authored by ahochheiden's avatar ahochheiden
Browse files

Bug 1782785 - Update `poetry` to `1.4.0` r=ahal

https://github.com/python-poetry/poetry/releases/tag/1.4.0https://github.com/python-poetry/poetry/releases/tag/1.4.0
https://github.com/python-poetry/poetry-core/releases/tag/1.5.1

The changes in `third_party/python/requirements.txt`, `third_party/python/poetry.lock` and `mozbuild/test/vendor_requirements.txt` are due to the newer version.

Depends on D150813

Differential Revision: https://phabricator.services.mozilla.com/D171761
parent 0b3b7d83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Until bug 1724273 lands, python-testing code that uses a site is not possible. Work around
# this by representing the "vendor" site's dependency as a separate "requirements.txt" file,
# which can be used by python-test's "requirements" feature.
poetry==1.2.0a2
poetry-core==1.1.0a6
poetry==1.4
poetry-core==1.5.1
+286 −157

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
pypi:poetry==1.2.0a2
pypi:poetry==1.4
# Pin poetry-core so that the same one is used between Python versions.
# Otherwise, different versions of poetry-core output different "requirements.txt" contents
pypi:poetry-core==1.1.0a6
pypi:poetry-core==1.5.1
 No newline at end of file
+501 −523

File changed.

Preview size limit exceeded, changes collapsed.

+283 −305

File changed.

Preview size limit exceeded, changes collapsed.