From 04579d55970b35f857f308492b2ba61481dd76cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:43:15 +0000 Subject: [PATCH] Bump httpx-aiohttp from 0.1.8 to 0.1.12 Bumps [httpx-aiohttp](https://github.com/karpetrosyan/httpx-aiohttp) from 0.1.8 to 0.1.12. - [Release notes](https://github.com/karpetrosyan/httpx-aiohttp/releases) - [Changelog](https://github.com/karpetrosyan/httpx-aiohttp/blob/main/CHANGELOG.md) - [Commits](https://github.com/karpetrosyan/httpx-aiohttp/compare/0.1.8...0.1.12) --- updated-dependencies: - dependency-name: httpx-aiohttp dependency-version: 0.1.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7b58081..7ae15b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -645,15 +645,15 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "httpx-aiohttp" -version = "0.1.8" +version = "0.1.12" description = "Aiohttp transport for HTTPX" optional = true python-versions = ">=3.8" groups = ["main"] markers = "extra == \"aiohttp\"" files = [ - {file = "httpx_aiohttp-0.1.8-py3-none-any.whl", hash = "sha256:b7bd958d1331f3759a38a0ba22ad29832cb63ca69498c17735228055bf78fa7e"}, - {file = "httpx_aiohttp-0.1.8.tar.gz", hash = "sha256:756c5e74cdb568c3248ba63fe82bfe8bbe64b928728720f7eaac64b3cf46f308"}, + {file = "httpx_aiohttp-0.1.12-py3-none-any.whl", hash = "sha256:5b0eac39a7f360fa7867a60bcb46bb1024eada9c01cbfecdb54dc1edb3fb7141"}, + {file = "httpx_aiohttp-0.1.12.tar.gz", hash = "sha256:81feec51fd82c0ecfa0e9aaf1b1a6c2591260d5e2bcbeb7eb0277a78e610df2c"}, ] [package.dependencies] @@ -1657,4 +1657,4 @@ aiohttp = ["aiohttp", "httpx-aiohttp"] [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "2a089e4af06f91f48684515a8aef3bc05a3de58d3c6bc34e9a6866076673993f" +content-hash = "4bd7604664e089ff1e9c0c3557688951182d34255788d40ab1be42a47a3c79f8" diff --git a/pyproject.toml b/pyproject.toml index dd55266..48c3d1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Repository = 'https://github.com/auth0/teams-python' python = ">=3.10" aiohttp = { version = ">=3.10.0,<4", optional = true} httpx = ">=0.21.2" -httpx-aiohttp = { version = "0.1.8", optional = true} +httpx-aiohttp = { version = "0.1.12", optional = true} pydantic = ">=2.0.0,<3" typing_extensions = ">= 4.0.0"