Skip to content

Commit

Permalink
Bug 1782785 - Update poetry to 1.4.0 r=ahal
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ahochheiden committed Mar 21, 2023
1 parent 0b3b7d8 commit 8f355e4
Show file tree
Hide file tree
Showing 5 changed files with 1,074 additions and 989 deletions.
4 changes: 2 additions & 2 deletions python/mozbuild/mozbuild/test/vendor_requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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
Loading

0 comments on commit 8f355e4

Please sign in to comment.