Update to latest poetry-plugin-export to fix urllib3 multiple versions issue and unpin urllib3 (#10169)

We can use modern urllib3 now! They
[fixed](https://github.com/python-poetry/poetry-plugin-export/pull/286)
the poetry
[issue](https://github.com/python-poetry/poetry-plugin-export/issues/183)
and shipped it!

Since this PR updates the requirements file, it pulls in the new
`josepy` release, so I've silenced those warnings here. If I should do
that in a separate PR lmk.
This commit is contained in:
ohemorange
2025-02-05 17:14:25 -08:00
committed by GitHub
parent 87e5dcbc83
commit aafe7ba2f9
7 changed files with 56 additions and 42 deletions
+2 -4
View File
@@ -50,10 +50,8 @@ dev_extras = [
# poetry 1.2.0+ is required for it to pin pip, setuptools, and wheel. See
# https://github.com/python-poetry/poetry/issues/1584.
'poetry>=1.2.0',
# poetry-plugin-export>=1.1.0 is required to use the constraints.txt export
# format. See
# https://github.com/python-poetry/poetry-plugin-export/blob/efcfd34859e72f6a79a80398f197ce6eb2bbd7cd/CHANGELOG.md#added.
'poetry-plugin-export>=1.1.0',
# allows us to use newer urllib3 https://github.com/python-poetry/poetry-plugin-export/issues/183
'poetry-plugin-export>=1.9.0',
'twine',
]