Skip to content

Commit 339cb3d

Browse files
authored
Merge pull request #749 from python-openapi/dependabot/pip/starlette-0.34.0
Bump starlette from 0.32.0.post1 to 0.34.0
2 parents 3a57b97 + 2cf9f30 commit 339cb3d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
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", optional = true}
67-
starlette = {version = ">=0.26.1,<0.33.0", optional = true}
67+
starlette = {version = ">=0.26.1,<0.35.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"
@@ -98,7 +98,7 @@ pytest-flake8 = "*"
9898
pytest-cov = "*"
9999
python-multipart = "*"
100100
responses = "*"
101-
starlette = ">=0.26.1,<0.33.0"
101+
starlette = ">=0.26.1,<0.35.0"
102102
strict-rfc3339 = "^0.7"
103103
webob = "*"
104104
mypy = "^1.2"

0 commit comments

Comments
 (0)