Update dependency httpx to ^0.27.0

This commit is contained in:
renovate[bot]
2024-02-21 13:54:02 +00:00
parent 87467e86f8
commit abc91d5f4d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -349,13 +349,13 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
[[package]]
name = "httpx"
version = "0.26.0"
version = "0.27.0"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.8"
files = [
{file = "httpx-0.26.0-py3-none-any.whl", hash = "sha256:8915f5a3627c4d47b73e8202457cb28f1266982d1159bd5779d86a80c0eab1cd"},
{file = "httpx-0.26.0.tar.gz", hash = "sha256:451b55c30d5185ea6b23c2c793abf9bb237d2a7dfb901ced6ff69ad37ec1dfaf"},
{file = "httpx-0.27.0-py3-none-any.whl", hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5"},
{file = "httpx-0.27.0.tar.gz", hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5"},
]
[package.dependencies]
@ -1164,4 +1164,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.12"
content-hash = "7586b4a8dc10bae253b5e73ae1c51fe7339fe8cddf162aa464dbe76be71788ed"
content-hash = "b9c17b6dc10dfd771f0cb85a07006a7a9747c763c2bd9894bb973ab990bb11c1"

View File

@ -16,7 +16,7 @@ Jinja2 = "^3.1.2"
uvicorn = { extras = ["standard"], version = "^0.27.0" }
[tool.poetry.group.dev.dependencies]
httpx = "^0.26.0"
httpx = "^0.27.0"
pytest = "^8.0.0"
pre-commit = "^3.5.0"