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"