From a2df50543d15e336b4216eac14b0559ada375be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:10:16 +0000 Subject: [PATCH] Bump aiostream from 0.5.2 to 0.6.4 Bumps [aiostream](https://github.com/vxgmichel/aiostream) from 0.5.2 to 0.6.4. - [Release notes](https://github.com/vxgmichel/aiostream/releases) - [Commits](https://github.com/vxgmichel/aiostream/compare/v0.5.2...v0.6.4) --- updated-dependencies: - dependency-name: aiostream dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 436591b..41095f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,18 +2,21 @@ [[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" 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 = "attrs" version = "23.1.0" @@ -793,4 +796,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e6d71029f3068e1ac0996ef16727611696dc1e4c414fe7b559883e82bd1848e1" +content-hash = "0bd9b1e5bceef8c619193359cdd4992a60d48d1f9140d9b8ed3363679707c394" diff --git a/pyproject.toml b/pyproject.toml index 36854f2..a41fd5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ black = ">=23.1,<25.0" flake8 = ">=6,<8" flake8-docstrings = "^1.6.0" flake8-pyproject = "^1.2.2" -aiostream = ">=0.4.5,<0.6.0" +aiostream = ">=0.4.5,<0.7.0" threaded = "^4.2.0" [tool.mypy]