diff options
author | 2023-12-20 21:05:48 -0800 | |
---|---|---|
committer | 2023-12-20 21:05:48 -0800 | |
commit | 7bf034b7a9c4e853307cd2495c97f4252f16b458 (patch) | |
tree | 2682bc5102833ae536b7856f048a266d65f2a3a3 /poetry.lock | |
parent | Merge pull request #1189 from python-discord/dependabot/pip/psycopg-3.1.16 (diff) | |
parent | Bump httpx from 0.25.2 to 0.26.0 (diff) |
Merge pull request #1191 from python-discord/dependabot/pip/httpx-0.26.0
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 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" |