Skip to content

Commit e666357

Browse files
authored
Merge pull request #780 from python-openapi/dependabot/pip/starlette-0.37.1
Bump starlette from 0.34.0 to 0.37.1
2 parents bffa1de + c267743 commit e666357

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: poetry.lock

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

Diff for: 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", optional = true}
67-
starlette = {version = ">=0.26.1,<0.37.0", optional = true}
67+
starlette = {version = ">=0.26.1,<0.38.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.37.0"
101+
starlette = ">=0.26.1,<0.38.0"
102102
strict-rfc3339 = "^0.7"
103103
webob = "*"
104104
mypy = "^1.2"

0 commit comments

Comments
 (0)