-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d5b0be
commit 69dce6e
Showing
3 changed files
with
69 additions
and
64 deletions.
There are no files selected for viewing
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
119 changes: 62 additions & 57 deletions
119
tests/testdata/projects/package-managers/python/poetry/my-poetry-project/poetry.lock
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ description = "" | |
authors = ["Tal Arian <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.13" | ||
python = ">=3.9,<4.0" | ||
numpy = "^1.26.0" | ||
|
||
[tool.poetry.dev-dependencies] | ||
|