-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore(deps): bump poetry from 1.8.5 to 2.0.1 #140
Merged
mergify
merged 3 commits into
main
from
devs/DouglasBlackwood/bump-poetry-2/Iecd1e2b4f10f827a873015b20bcb08f12d10f127
Jan 29, 2025
Merged
chore(deps): bump poetry from 1.8.5 to 2.0.1 #140
mergify
merged 3 commits into
main
from
devs/DouglasBlackwood/bump-poetry-2/Iecd1e2b4f10f827a873015b20bcb08f12d10f127
Jan 29, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 ⛓️ Depends-On RequirementsWonderful, this rule succeeded.Requirement based on the presence of
🟢 Changelog requirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
|
b0f3698
to
d9afa7f
Compare
We'll remove support to bump Poetry to v2. Change-Id: Ic6fb026a7ebc07ca8e7664677a5b76789e1da39e
Remove support for Python 3.8 to use Poetry 2. Fix `pyproject.toml` properties. Related to #134 Change-Id: Iecd1e2b4f10f827a873015b20bcb08f12d10f127
d9afa7f
to
36578e3
Compare
Syffe
approved these changes
Jan 29, 2025
Base automatically changed from
devs/DouglasBlackwood/bump-poetry-2/Ic6fb026a7ebc07ca8e7664677a5b76789e1da39e
to
main
January 29, 2025 08:27
…4f10f827a873015b20bcb08f12d10f127
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove support for Python 3.8 to use Poetry 2.
Fix
pyproject.toml
properties.Related to #134
Depends-On: #142