Skip to content

Commit 62d48ce

Browse files
authored
Merge pull request #577 from python-openapi/dependabot/pip/starlette-0.27.0
Bump starlette from 0.26.1 to 0.27.0
2 parents cd289dc + 7fce756 commit 62d48ce

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

poetry.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jsonschema-spec = "^0.1.1"
7171
backports-cached-property = {version = "^1.0.2", python = "<3.8" }
7272
asgiref = "^3.6.0"
7373
jsonschema = "^4.17.3"
74-
starlette = {version = "^0.26.1", optional = true}
74+
starlette = {version = ">=0.26.1,<0.28.0", optional = true}
7575

7676
[tool.poetry.extras]
7777
django = ["django"]

0 commit comments

Comments
 (0)