Update dependency httpx to ^0.26.0

This commit is contained in:
renovate[bot]
2024-01-23 00:45:06 +00:00
parent 6e4180f6e0
commit bef59e218c
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -456,14 +456,14 @@ 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."
category = "main"
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]
@ -1642,4 +1642,4 @@ watchdog = ["watchdog (>=2.3)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "c50368e145188f84f7178fa1b274f40abbc31fc25fdc89d47eefd505884a2b88"
content-hash = "e593aadb96978fbf0c514362b3c75c96e949b1f7c4c074c5b3536f9a4ab4cc17"

View File

@ -18,7 +18,7 @@ python-dotenv = "^1.0.0"
tomlkit = "^0.12.0"
beautifulsoup4 = "^4.11.2"
lxml = "^4.9.2"
httpx = "^0.25.0"
httpx = "^0.26.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"