Skip to content

Commit e59fb89

Browse files
Lock file maintenance (#167)
* Lock file maintenance * Fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Simon Gurcke <[email protected]>
1 parent 4a0f0d2 commit e59fb89

File tree

3 files changed

+570
-313
lines changed

3 files changed

+570
-313
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- django-ninja==0.18.0 django
6565
- litestar
6666
- litestar==2.0.1
67-
- blacksheep==2.4.1 # current version v2.4.2 is broken
67+
- blacksheep
6868
- blacksheep==2.1.0
6969
exclude:
7070
- python: "3.12"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Repository = "https://github.com/apitally/apitally-py"
6565
[dependency-groups]
6666
dev = ["ipykernel~=6.30.0", "mypy~=1.18.2", "pre-commit~=4.3.0", "ruff~=0.14.0"]
6767
test = [
68+
"blacksheep[full]",
6869
"pytest~=8.4.0",
6970
"pytest-asyncio~=0.21.2",
7071
"pytest-cov~=7.0.0",

0 commit comments

Comments
 (0)