diff options
author | 2022-11-21 10:02:19 -0800 | |
---|---|---|
committer | 2022-11-21 10:02:19 -0800 | |
commit | 4ce9f301a7c74e50f23cb2ddaf22536a4af31ac4 (patch) | |
tree | ffdefd1a199a776ee951f196103ae6d06cc1cc61 /pyproject.toml | |
parent | Delete vps-services.md (#799) (diff) | |
parent | Bump 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.toml | 2 |
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" |