From 260b8f25d91cc0aeb7f2fa551d1bff5dd2f85147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 01:39:08 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.24.1 to 0.26.0 Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.26.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.24.1...0.26.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 746f8cd..b8de81f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -412,13 +412,13 @@ trio = ["trio (>=0.22.0,<0.23.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] @@ -1302,4 +1302,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f0f09fd23816b3a6e70613da8796b96a8281f3f9cd46376ec9032fece7a009ef" +content-hash = "241ec31772cc978c9ac740f1380d222c73aa291434ce8f8415a213688509724e" diff --git a/pyproject.toml b/pyproject.toml index 848bcf9..ed1295b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ repository = "https://github.com/supabase-community/functions-py" [tool.poetry.dependencies] python = "^3.8" -httpx = ">=0.24,<0.26" +httpx = ">=0.24,<0.27" [tool.poetry.group.dev.dependencies] python-semantic-release = "^8.1.1"