From bef59e218c1948d2cda3e1fd7855df0675ddceae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 00:45:06 +0000 Subject: [PATCH] Update dependency httpx to ^0.26.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34399f3..d0bc0fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 0a79778..c6bbf14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"