aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-16 09:20:28 +0200
committerGravatar GitHub <[email protected]>2021-03-16 09:20:28 +0200
commit5fdeaa69c00b7348b558c09522ce49fc3d7222a3 (patch)
tree7ac029c4b73bef6f9704b348470bc50218e7a9e4 /pyproject.toml
parentMerge pull request #71 from python-discord/dependabot/pip/sentry-sdk-1.0.0 (diff)
parentBump httpx from 0.17.0 to 0.17.1 (diff)
Merge pull request #72 from python-discord/dependabot/pip/httpx-0.17.1
Bump httpx from 0.17.0 to 0.17.1
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 51297fd..09e3df4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ uvicorn = {extras = ["standard"], version = "^0.13.4"}
motor = "^2.3.1"
python-dotenv = "^0.15.0"
pyjwt = "^2.0.1"
-httpx = "^0.17.0"
+httpx = "^0.17.1"
gunicorn = "^20.0.4"
pydantic = "^1.8.1"
spectree = "^0.4.0"