diff options
author | 2023-01-14 08:33:08 -0800 | |
---|---|---|
committer | 2023-01-14 08:33:08 -0800 | |
commit | ce5d448ac25eb6d2a4a2a10b72c8e1ddc7c63878 (patch) | |
tree | daf965d835d8bf09875f99893b470fa4e6edff25 /pyproject.toml | |
parent | Merge pull request #834 from python-discord/dependabot/pip/coverage-7.0.5 (diff) | |
parent | Bump httpx from 0.23.1 to 0.23.3 (diff) |
Merge pull request #830 from python-discord/dependabot/pip/httpx-0.23.3
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 a97c9504..64ce3531 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.1" +httpx = "0.23.3" pyyaml = "6.0" gunicorn = "20.1.0" sentry-sdk = "1.12.1" |