aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-11 21:14:30 +0000
committerGravatar GitHub <[email protected]>2022-03-11 21:14:30 +0000
commitd3fbd1f3422b5721e00efd29715af4111e2b99b7 (patch)
treec9acc111311a338db1f6fe265b67cc30acb4f1e6 /pyproject.toml
parentMerge pull request #145 from python-discord/fix-eval-exploits (diff)
Bump uvicorn from 0.17.4 to 0.17.6
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.17.4 to 0.17.6. - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.17.4...0.17.6) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch ... 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 a405831..6719931 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "^3.9"
starlette = "^0.14.2"
nested_dict = "^1.61"
-uvicorn = {extras = ["standard"], version = "^0.17.4"}
+uvicorn = {extras = ["standard"], version = "^0.17.6"}
motor = "^2.4.0"
python-dotenv = "^0.19.2"
pyjwt = "^2.3.0"