Skip to content

Commit c267743

Browse files
Bump starlette from 0.34.0 to 0.37.1
Bumps [starlette](https://github.com/encode/starlette) from 0.34.0 to 0.37.1. - [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.37.1) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b430396 commit c267743

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)