From b13325af44e7aecae72c84867ee44630a1de7c0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:55:01 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.23.8 to 0.24.0 in /clients/python (#305) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- clients/python/poetry.lock | 10 +++++----- clients/python/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/python/poetry.lock b/clients/python/poetry.lock index 2b5087af..36475c37 100644 --- a/clients/python/poetry.lock +++ b/clients/python/poetry.lock @@ -1371,17 +1371,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.8" +version = "0.24.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, - {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, + {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, + {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +pytest = ">=8.2,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -2167,4 +2167,4 @@ hf = ["huggingface-hub"] [metadata] lock-version = "2.0" python-versions = ">= 3.9, < 4.0" -content-hash = "09e750ae7033c706f00aa064dcf7c949e4bb235eaa95a666f2d5ca6e9da7bb6b" +content-hash = "f105c2dc3b170cd52b49c90433c5e4ebbcff2bb0a18c1ea2784cf2054de9a33d" diff --git a/clients/python/pyproject.toml b/clients/python/pyproject.toml index a4d47df6..9fb665fc 100644 --- a/clients/python/pyproject.toml +++ b/clients/python/pyproject.toml @@ -46,7 +46,7 @@ coverage = { extras = ["toml"], version = "^7.3.2" } pytest-cov = ">=4.1,<6.0" ruff = ">=0.5.2,<0.7.0" mypy = "^1.7.0" -pytest-asyncio = "^0.23.7" +pytest-asyncio = ">=0.23.7,<0.25.0" requests = "^2.32.2" black = "^24.4.2"