Skip to content

Commit 3ea8bb1

Browse files
Bump starlette from 0.27.0 to 0.28.0
Bumps [starlette](https://github.com/encode/starlette) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](encode/starlette@0.27.0...0.28.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 300eb29 commit 3ea8bb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 1 addition & 1 deletion
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.28.0", optional = true}
67+
starlette = {version = ">=0.26.1,<0.29.0", optional = true}
6868
isodate = "*"
6969
more-itertools = "*"
7070
parse = "*"

0 commit comments

Comments
 (0)