generated from ghga-de/microservice-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update service commons and adapt auth (#20)
- Loading branch information
Showing
24 changed files
with
1,090 additions
and
1,235 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
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
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,32 +1,34 @@ | ||
# common requirements for development and testing of services | ||
|
||
pytest>=7.2.0 | ||
pytest-asyncio>=0.20.3 | ||
pytest-cov>=4.0.0 | ||
pytest>=7.4.0 | ||
pytest-asyncio>=0.23.0 | ||
pytest-cov>=4.1.0 | ||
pytest-profiling>=1.7.0 | ||
snakeviz>=2.2.0 | ||
logot>=1.2.0 | ||
|
||
pre-commit>=3.1.1 | ||
pre-commit>=3.6.0 | ||
|
||
mypy>=1.0.0 | ||
mypy>=1.8.0 | ||
mypy-extensions>=1.0.0 | ||
|
||
ruff>=0.0.290 | ||
ruff>=0.3.0 | ||
|
||
click>=8.1.0 | ||
typer>=0.7.0 | ||
typer>=0.9.0 | ||
|
||
httpx>=0.23.3 | ||
pytest-httpx>=0.21.3 | ||
httpx>=0.27.0 | ||
pytest-httpx>=0.30.0 | ||
|
||
urllib3>=1.26.15 | ||
requests>=2.28.2 | ||
urllib3>=1.26.18 | ||
requests>=2.31.0 | ||
|
||
stringcase>=1.2.0 | ||
jsonschema2md>=1.0.0 | ||
setuptools>=67.7.2 | ||
setuptools>=69.1.0 | ||
|
||
# required since switch to pyproject.toml and pip-tools | ||
pip-tools>=7.3.0 | ||
tomli>=2.0.1 | ||
tomli_w>=1.0.0 | ||
|
||
uv>=0.1.21 |
Oops, something went wrong.