Update dependency httpx to ^0.26.0
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@ -350,13 +350,13 @@ test = ["Cython (>=0.29.24,<0.30.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]
|
||||
@ -1164,4 +1164,4 @@ files = [
|
||||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.12"
|
||||
content-hash = "d8a3b5578bb60587cdf745f626eb5d7b5182c115eaadbfede0c3a80a1f07d4a0"
|
||||
content-hash = "143ca48ee472bb59644e82e2db0e7de68e79112b91d0775a50273694eebf9a2a"
|
||||
|
@ -16,7 +16,7 @@ Jinja2 = "^3.1.2"
|
||||
uvicorn = { extras = ["standard"], version = "^0.24.0" }
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
httpx = "^0.25.0"
|
||||
httpx = "^0.26.0"
|
||||
pytest = "^7.4.3"
|
||||
pre-commit = "^3.5.0"
|
||||
|
||||
|
Reference in New Issue
Block a user