From 3a9ab6c11565d6c3b4bda8654d41f5c3cb561646 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:52:31 +0000 Subject: [PATCH] Update dependency aiostream to ^0.6.0 --- integrations/azure/poetry.lock | 13 ++++++++----- integrations/azure/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/integrations/azure/poetry.lock b/integrations/azure/poetry.lock index e4a867e418..9aaf17cea8 100644 --- a/integrations/azure/poetry.lock +++ b/integrations/azure/poetry.lock @@ -127,19 +127,22 @@ frozenlist = ">=1.1.0" [[package]] name = "aiostream" -version = "0.5.2" +version = "0.6.4" description = "Generator-based operators for asynchronous iteration" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] 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.4-py3-none-any.whl", hash = "sha256:bd8c6a8b90a52c0325a3b19406f0f2a131448e596c06398886f5be1c73b4cea9"}, + {file = "aiostream-0.6.4.tar.gz", hash = "sha256:f99bc6b1b9cea3e70885dc235a233523597555fe4a585ed21d65264b3f1ff3d2"}, ] [package.dependencies] typing-extensions = "*" +[package.extras] +dev = ["pytest", "pytest-asyncio", "pytest-cov"] + [[package]] name = "anyio" version = "4.6.2.post1" @@ -2596,4 +2599,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "704ced60861f291f659ecf81a0e9947d546acb6c8c0f542c04ee371173fc306d" +content-hash = "19bdc5a68d6f5e2e002764e50e5414ec1252626c1f7b90dc8b261099f466245e" diff --git a/integrations/azure/pyproject.toml b/integrations/azure/pyproject.toml index c74e53d9e2..129847df93 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