diff options
author | 2023-12-21 05:02:29 +0000 | |
---|---|---|
committer | 2023-12-21 05:02:29 +0000 | |
commit | 38ffc17f685cffe99e0493384bfa2de24fa8723a (patch) | |
tree | 2682bc5102833ae536b7856f048a266d65f2a3a3 | |
parent | Merge pull request #1189 from python-discord/dependabot/pip/psycopg-3.1.16 (diff) |
Bump httpx from 0.25.2 to 0.26.0
Bumps [httpx](https://github.com/encode/httpx) from 0.25.2 to 0.26.0.
- [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.25.2...0.26.0)
---
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 771ba6ca..aad13936 100644 --- a/poetry.lock +++ b/poetry.lock @@ -532,13 +532,13 @@ trio = ["trio (>=0.22.0,<0.23.0)"] [[package]] name = "httpx" -version = "0.25.2" +version = "0.26.0" description = "The next generation HTTP client." optional = false python-versions = ">=3.8" files = [ - {file = "httpx-0.25.2-py3-none-any.whl", hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118"}, - {file = "httpx-0.25.2.tar.gz", hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8"}, + {file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"}, + {file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"}, ] [package.dependencies] @@ -1205,4 +1205,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "19c0ed60dffcf42ea2aa6dbf91d3cec61a42e63cc5d27ba99d191c364c69a11d" +content-hash = "2d2b1181611de4560a7a2d6f55be5f18a39bc155101bdccc78630e5ea2dde14b" diff --git a/pyproject.toml b/pyproject.toml index 55ebb66f..152b019a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ django-prometheus = "2.3.1" django-simple-bulma = "2.5.0" djangorestframework = "3.14.0" gunicorn = "21.2.0" -httpx = "0.25.2" +httpx = "0.26.0" markdown = "3.5.1" PyJWT = {version = "2.8.0", extras = ["crypto"]} pymdown-extensions = "10.5" |