diff options
author | 2023-01-14 16:31:16 +0000 | |
---|---|---|
committer | 2023-01-14 16:31:16 +0000 | |
commit | 411c8c4ee34f1ccb5433134c2f16b2e2079dba20 (patch) | |
tree | daf965d835d8bf09875f99893b470fa4e6edff25 /pyproject.toml | |
parent | Merge pull request #834 from python-discord/dependabot/pip/coverage-7.0.5 (diff) |
Bump httpx from 0.23.1 to 0.23.3
Bumps [httpx](https://github.com/encode/httpx) from 0.23.1 to 0.23.3.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/httpx/compare/0.23.1...0.23.3)
---
updated-dependencies:
- dependency-name: httpx
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.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" |