Skip to content

Commit 713f4df

Browse files
authored
Merge pull request #9387 from the-benchmarker/renovate/starlette-1.x
Update dependency starlette to >=1.2,<1.3
2 parents 78d3583 + 088272e commit 713f4df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/starlette/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
framework:
22
website: www.starlette.io
33
github: encode/starlette
4-
version: 1.1
4+
version: 1.2
55

66
engines:
77
- uvicorn

python/starlette/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 = ["starlette>=1.1,<1.2"]
10+
dependencies = ["starlette>=1.2,<1.3"]

0 commit comments

Comments
 (0)