aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-28 21:11:04 +0000
committerGravatar GitHub <[email protected]>2022-07-28 21:11:04 +0000
commit513d487de1bcd672607a3f8dd4f8560848e3df53 (patch)
treef6648ca2205bd22dfa01d06060e14cfb106c4683 /pyproject.toml
parentMerge pull request #190 from python-discord/dependabot/pip/sentry-sdk-1.9.0 (diff)
Bump starlette from 0.19.0 to 0.20.4
Bumps [starlette](https://github.com/encode/starlette) from 0.19.0 to 0.20.4. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.19.0...0.20.4) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 7394c3a..391ed4d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
-starlette = "^0.19.0"
+starlette = "^0.20.4"
nested_dict = "^1.61"
uvicorn = {extras = ["standard"], version = "^0.17.6"}
motor = "3.0.0"