From 3018f3ef82005fa711d4c3f453c23f90b2a3a8d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:53:31 +0000 Subject: [PATCH] Update dependency aiostream to ^0.6.0 --- integrations/azure/poetry.lock | 11 +++++++---- integrations/azure/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index af7ffe61d6..a3fdc8dc67 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -138,18 +138,21 @@ frozenlist = ">=1.1.0" [[package]] name = "aiostream" -version = "0.5.2" +version = "0.6.3" description = "Generator-based operators for asynchronous iteration" optional = false python-versions = ">=3.8" files = [ - {file = "aiostream-0.5.2-py3-none-any.whl", hash = "sha256:054660370be9d37f6fe3ece3851009240416bd082e469fd90cc8673d3818cf71"}, - {file = "aiostream-0.5.2.tar.gz", hash = "sha256:b71b519a2d66c38f0872403ab86417955b77352f08d9ad02ad46fc3926b389f4"}, + {file = "aiostream-0.6.3-py3-none-any.whl", hash = "sha256:f455e6235d5e2ede25f8261425442f49db60602d5abb18522e780bb421b4f79e"}, + {file = "aiostream-0.6.3.tar.gz", hash = "sha256:e2ad44e37f42008b7b14132239be787c103fd7ce5db6e1efab868ca18c66bd1d"}, ] [package.dependencies] typing-extensions = "*" +[package.extras] +dev = ["pytest", "pytest-asyncio", "pytest-cov"] + [[package]] name = "anyio" version = "4.4.0" @@ -2752,4 +2755,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "6b384977a621ab260c9d7c675f26bb8fa62f203c4c5e635aa392f593c0b4bdf7" +content-hash = "6155be38c66429661359d7b40591e49472642fcd941b88ec229f27e344a40ea2" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index 9739f4cb53..a86af15108 100644 --- a/integrations/azure/pyproject.toml +++ b/integrations/azure/pyproject.toml @@ -13,7 +13,7 @@ azure-identity = "^1.13.0" aiohttp = "^3.9.4" cloudevents = "^1.9.0" azure-mgmt-subscription = "^3.1.1" -aiostream = "^0.5.2" +aiostream = "^0.6.0" [tool.poetry.group.dev.dependencies] # Uncomment this if you want to debug the ocean core together with your integration