-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update python 3.7->3.9 & poetry 1.1.8->1.5.1
- Loading branch information
1 parent
349e396
commit 14235c1
Showing
9 changed files
with
2,331 additions
and
676 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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
poetry 1.5.1 |
Large diffs are not rendered by default.
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 |
---|---|---|
|
@@ -25,22 +25,21 @@ license = "Apache-2.0" | |
authors = ["Vivek Balakrishnan <[email protected]>", "Juho Autio <[email protected]>"] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.7" | ||
pyspark = "^3.0.0" | ||
python = "^3.9" | ||
pyspark = "^3.4.1" | ||
|
||
[tool.poetry.dev-dependencies] | ||
pytest = "5.4.3" | ||
pyspark-stubs = "3.0.0.post3" | ||
pandas = "1.1.5" | ||
jupyter = "1.0.0" | ||
sparkmagic = "0.20.5" | ||
boto3 = "1.21.40" | ||
safety = "1.10.3" | ||
# Not directly depending on tornado. Should set version explicitly to fix CWE-601. | ||
# However, tornado requires Python 3.8+ so can't upgrade yet. | ||
# tornado = "^6.3.2" | ||
# Not directly depending on cryptography. Should set version explicitly to fix CWE-295. | ||
cryptography="^41.0.3" | ||
pytest = "8.3.3" | ||
pandas = ">=1.5.3,<2.0.0" | ||
numpy = ">=1.26.4,<2.0.0" | ||
jupyter = "1.1.1" | ||
sparkmagic = "0.21.0" | ||
boto3 = "1.35.19" | ||
safety = "3.2.7" | ||
# Not directly depending on tornado. Set version explicitly to fix CWE-601. | ||
tornado = ">=6.3.2" | ||
# Not directly depending on cryptography. Set version explicitly to fix CWE-295. | ||
cryptography=">=41.0.3" | ||
|
||
[tool.poetry-dynamic-versioning] | ||
enable = true | ||
|
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
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
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
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