-
-
Notifications
You must be signed in to change notification settings - Fork 632
Upgraded Poetry to 2.1.1 #4539
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
Merged
Merged
Upgraded Poetry to 2.1.1 #4539
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
9cfc1ab
Changed format of poetry file to match 2.0 format
jrg94 71f1406
Updated minimum required version
jrg94 60a091a
Updated workflow versions
jrg94 1219c15
Merge branch 'main' into poetry-2.0-migration
jrg94 3e095d8
Removed swift from the code ql script
jrg94 4502971
Removed swift from the CodeQL workflow
jrg94 6079819
Updated glotter2 version
jrg94 47cabe5
Removed swift reference in build script
jrg94 1087077
Merge branch 'poetry-2.0-migration' of https://github.com/TheRenegade…
jrg94 07df35e
Updated lock file
jrg94 f0fab67
Updated version requirements in contributing document
jrg94 e8ce7e4
Update .github/CONTRIBUTING.md
jrg94 2885794
Ran poetry add glotter2^0.10.1
jrg94 1cb9f13
Merge branch 'poetry-2.0-migration' of https://github.com/TheRenegade…
jrg94 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,36 @@ | ||
| [tool.poetry] | ||
| [project] | ||
| name = "sample-programs" | ||
| version = "2023.05.04" | ||
| version = "2025.03.10" | ||
| description = "Sample Programs in Every Programming Language" | ||
| readme = "README.md" | ||
| readme = ".github/README.md" | ||
| requires-python = ">=3.9,<4.0" | ||
| license = "MIT" | ||
| package-mode = false | ||
|
|
||
| dependencies = [ | ||
| "ronbun (>=0.8.1,<0.9)", | ||
| "glotter2 (>=0.10,<0.11)" | ||
rzuckerm marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ] | ||
|
|
||
| # Initiator of the collection | ||
| authors = [ | ||
| "Jeremy Grifski <[email protected]>" | ||
| {name = "Jeremy Grifski", email = "[email protected]>"} | ||
| ] | ||
|
|
||
| # Major contributors along the way | ||
| maintainers = [ | ||
| "auroq", | ||
| "rzuckerm", | ||
| "stuin", | ||
| "noah11012", | ||
| "heksterb", | ||
| "msj2", | ||
| "chrboe", | ||
| "2Clutch", | ||
| "alope107" | ||
| {name = "auroq"}, | ||
| {name = "rzuckerm"}, | ||
| {name = "stuin"}, | ||
| {name = "noah11012"}, | ||
| {name = "heksterb"}, | ||
| {name = "msj2"}, | ||
| {name = "chrboe"}, | ||
| {name = "2Clutch"}, | ||
| {name = "alope107"} | ||
| ] | ||
|
|
||
| [tool.poetry.dependencies] | ||
| python = "^3.8" | ||
| ronbun = "^0.8.1" | ||
| glotter2 = "^0.9.0" | ||
| [tool.poetry] | ||
| package-mode = false | ||
|
|
||
| [tool.pytest.ini_options] | ||
| console_output_style = "count" | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,6 @@ | |
| "c#": "c-sharp", | ||
| "java": "java", | ||
| "kotlin": "kotlin", | ||
| "swift": "swift", | ||
| } | ||
|
|
||
|
|
||
|
|
||
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.