Skip to content

Commit 572ece8

Browse files
Bump starlette from 0.34.0 to 0.36.2
Bumps [starlette](https://github.com/encode/starlette) from 0.34.0 to 0.36.2. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.34.0...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79bb06f commit 572ece8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

Lines changed: 5 additions & 5 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.35.0", optional = true}
67+
starlette = {version = ">=0.26.1,<0.37.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.35.0"
101+
starlette = ">=0.26.1,<0.37.0"
102102
strict-rfc3339 = "^0.7"
103103
webob = "*"
104104
mypy = "^1.2"

0 commit comments

Comments
 (0)