From 34b8cc8c32440a2494e23c9e5d8b3e4f8c500b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 23:04:13 +0000 Subject: [PATCH] Bump httpx from 0.26.0 to 0.27.0 Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 to 0.27.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.26.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ddd7df..06a8882 100644 --- a/poetry.lock +++ b/poetry.lock @@ -175,13 +175,13 @@ trio = ["trio (>=0.22.0,<0.23.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] @@ -558,4 +558,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "5bf53eb9772a2700882099be07484a6ceb3243c1da3e75f1be82156fc7c13f17" +content-hash = "a150b7c3aef6ce67e8d4d97c56e5e21bc6f731ef181ee80d09d2522c80d0d2f5" diff --git a/pyproject.toml b/pyproject.toml index 1939541..b947fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ tgcrypto = "^1.2.5" apscheduler = {git = "https://github.com/agronholm/apscheduler.git", rev = "master"} pyrofork = "2.3.15" python-dotenv = "^1.0.0" -httpx = {extras = ["http2"], version = "^0.26.0"} +httpx = {extras = ["http2"], version = "^0.27.0"} [build-system]