Skip to content

Commit 46639b5

Browse files
authored
Merge pull request #719 from python-openapi/dependabot/pip/starlette-0.32.0.post1
Bump starlette from 0.31.1 to 0.32.0.post1
2 parents 1f8d885 + 8f77ada commit 46639b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ django = {version = ">=3.0", optional = true}
6464
falcon = {version = ">=3.0", optional = true}
6565
flask = {version = "*", optional = true}
6666
aiohttp = {version = ">=3.0", allow-prereleases = true, optional = true}
67-
starlette = {version = ">=0.26.1,<0.32.0", optional = true}
67+
starlette = {version = ">=0.26.1,<0.33.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"
@@ -99,7 +99,7 @@ pytest-flake8 = "*"
9999
pytest-cov = "*"
100100
python-multipart = "*"
101101
responses = "*"
102-
starlette = ">=0.26.1,<0.32.0"
102+
starlette = ">=0.26.1,<0.33.0"
103103
strict-rfc3339 = "^0.7"
104104
webob = "*"
105105
mypy = "^1.2"

0 commit comments

Comments
 (0)