Skip to content

Commit e64d7d1

Browse files
authored
Merge pull request #965 from python-openapi/dependabot/pip/starlette-0.44.0
Bump starlette from 0.41.2 to 0.44.0
2 parents c81f7dc + 1ab12c2 commit e64d7d1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: poetry.lock

+5-5
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
@@ -65,7 +65,7 @@ django = {version = ">=3.0", optional = true}
6565
falcon = {version = ">=3.0", optional = true}
6666
flask = {version = "*", optional = true}
6767
aiohttp = {version = ">=3.0", optional = true}
68-
starlette = {version = ">=0.26.1,<0.42.0", optional = true}
68+
starlette = {version = ">=0.26.1,<0.45.0", optional = true}
6969
isodate = "*"
7070
more-itertools = "*"
7171
parse = "*"
@@ -101,7 +101,7 @@ pytest-flake8 = "*"
101101
pytest-cov = "*"
102102
python-multipart = "*"
103103
responses = "*"
104-
starlette = ">=0.26.1,<0.42.0"
104+
starlette = ">=0.26.1,<0.45.0"
105105
strict-rfc3339 = "^0.7"
106106
webob = "*"
107107
mypy = "^1.2"

0 commit comments

Comments
 (0)