Skip to content

Commit

Permalink
⬆ Update starlette requirement (#290)
Browse files Browse the repository at this point in the history
Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version.
- [Release notes](https://github.com/encode/starlette/releases)
- [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md)
- [Commits](encode/starlette@0.14.2...0.21.0)

---
updated-dependencies:
- dependency-name: starlette
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 10, 2022
1 parent 240ead5 commit 615016d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"databases == 0.6.2",
"motor == 3.0.0",
"Authlib==0.15.5",
"starlette >=0.14.02,<0.20.4",
"starlette >=0.14.02,<0.21.1",
"aioredis >=2.0.1,<2.1.0",
"redis >=4.3.3,<4.3.5",
"pytz==2022.6",
Expand Down

0 comments on commit 615016d

Please sign in to comment.