Skip to content

Commit af86c85

Browse files
authored
Merge pull request #9385 from the-benchmarker/renovate/litestar-2.x
Update dependency litestar to >=2.23,<2.24
2 parents d2b0e0d + 6e03b6a commit af86c85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/litestar/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
framework:
22
github: litestar-org/litestar
33
website: litestar.dev
4-
version: 2.21
4+
version: 2.23
55

66
engines:
77
- uvicorn

python/litestar/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ requires = ["flit_core"]
77
name='server'
88
version = '1.0.0'
99
description = "Simple benchmark implementation"
10-
dependencies = ["litestar>=2.22,<2.23"]
10+
dependencies = ["litestar>=2.23,<2.24"]

0 commit comments

Comments
 (0)