-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump version and reorder changelog (#106)
* chore: bump version and reorder changelog * chore(ci): remove python3.8 form ci as well * fix: poetry lock again
- Loading branch information
Showing
7 changed files
with
357 additions
and
321 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "scaleway-functions-python" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
description = "Utilities for testing your Python handlers for Scaleway Serverless Functions." | ||
authors = ["Scaleway Serverless Team <[email protected]>"] | ||
|
||
|
@@ -31,7 +31,7 @@ classifiers = [ | |
include = ["CHANGELOG.md"] | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8.1, <3.13" | ||
python = ">=3.9, <3.13" | ||
flask = ">=2.2.2,<4.0.0" | ||
typing-extensions = { version = "^4.4.0", python = "<3.11" } | ||
|
||
|
@@ -44,7 +44,7 @@ autoflake = ">=1.7.7,<3.0.0" | |
black = ">=23.1,<25.0" | ||
flake8 = ">=6,<8" | ||
isort = "^5.10.1" | ||
pre-commit = "^3.0.4" | ||
pre-commit = "4.0.0" | ||
pylint = ">=2.16.2,<4.0.0" | ||
pylint-per-file-ignores = "^1.2.0" | ||
|
||
|
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