aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2022-11-21 10:02:19 -0800
committerGravatar GitHub <[email protected]>2022-11-21 10:02:19 -0800
commit4ce9f301a7c74e50f23cb2ddaf22536a4af31ac4 (patch)
treeffdefd1a199a776ee951f196103ae6d06cc1cc61 /pyproject.toml
parentDelete vps-services.md (#799) (diff)
parentBump httpx from 0.23.0 to 0.23.1 (diff)
Merge pull request #800 from python-discord/dependabot/pip/httpx-0.23.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 79f2ecc0..ecd71dac 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -14,7 +14,7 @@ djangorestframework = "3.14.0"
psycopg2-binary = "2.9.5"
django-simple-bulma = "2.5.0"
whitenoise = "6.2.0"
-httpx = "0.23.0"
+httpx = "0.23.1"
pyyaml = "6.0"
gunicorn = "20.1.0"
sentry-sdk = "1.11.0"