-
Notifications
You must be signed in to change notification settings - Fork 332
chore(deps): update dependency poetry to v2.2.0 - abandoned #2560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6478395 to
09f6ddd
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
client/python/pyproject.toml
Outdated
| "cffi", # MIT License (MIT) | ||
| "click", # BSD-3-Clause | ||
| "cryptography", # Apache-2.0 or BSD-3-Clause | ||
| "dulwich", # Apache-2.0 or GPL-2.0-or-later |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip-licenses doesn't know about the new dulwich version (via poetry)
client/python/pyproject.toml
Outdated
| "poetry", # MIT License (MIT) | ||
| "poetry-core", # MIT License (MIT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pip-licenses doesn't know about the new poetry version (transitively poetry-code)
client/python/pyproject.toml
Outdated
| "mypy_extensions", # MIT License (MIT) | ||
| "poetry", # MIT License (MIT) | ||
| "poetry-core", # MIT License (MIT) | ||
| "polaris", # Apache-2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is weird - not sure whether it looks up polaris:1.1.0 from pypi?
|
@MonkeyCanCode mind having a look at the additional changes to pip-licenses config? |
|
Sure thing. I will look into this later today.
|
b650634 to
433b9b8
Compare
@snazy i found what the problem is. Let me raise a PR later tonight to fix this. |
743d889 to
c861c0e
Compare
|
Thanks! |
c861c0e to
4b09da7
Compare
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
|
Closing as poetry is already at 2.2.1 |
This PR contains the following updates:
==2.1.4->==2.2.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
python-poetry/poetry (poetry)
v2.2.0Compare Source
Added
--formatoption topoetry showto alternatively output json format (#10487).Changed
installer.no-binaryandinstaller.only-binaryso that explicit package names will take precedence over:all:(#10278).poetry installwhen a wheel is built from source (#10404).dulwich>=0.24.0(#10492).virtualenv>=20.33again (#10506).findpython>=0.7(#10510).importlib-metadata>=8.7(#10511).Fixed
poetry newdid not create the project structure in an existing empty directory (#10431).poetry-core (
2.2.0)[project.license](#870)..gitignorewere not included in the distribution (#874).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.