From 6900498012644a99ed2dd575c65f24e04bb55e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 18:42:46 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-asyncio in /connection_update Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.14.0 to 0.23.6. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.14.0...v0.23.6) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- connection_update/poetry.lock | 17 +++++++++-------- connection_update/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/connection_update/poetry.lock b/connection_update/poetry.lock index 1d796d116..01c9af3c2 100644 --- a/connection_update/poetry.lock +++ b/connection_update/poetry.lock @@ -1843,20 +1843,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.14.0" -description = "Pytest support for asyncio." +version = "0.23.6" +description = "Pytest support for asyncio" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.14.0.tar.gz", hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700"}, - {file = "pytest_asyncio-0.14.0-py3-none-any.whl", hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d"}, + {file = "pytest-asyncio-0.23.6.tar.gz", hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f"}, + {file = "pytest_asyncio-0.23.6-py3-none-any.whl", hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a"}, ] [package.dependencies] -pytest = ">=5.4.0" +pytest = ">=7.0.0,<9" [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" @@ -2557,4 +2558,4 @@ aca-py = ["aries-cloudagent"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cd09f723b6003f3ec61dbbfc9f331e469ff58c7db429eb1d1e773c5a64d4a319" +content-hash = "106e1c4eb722075e1479bd4a210048bbd70148588749fb5fd767ac5ab456139f" diff --git a/connection_update/pyproject.toml b/connection_update/pyproject.toml index 61bb0dbfd..01c95959a 100644 --- a/connection_update/pyproject.toml +++ b/connection_update/pyproject.toml @@ -19,7 +19,7 @@ ruff = "^0.1.2" black = "23.7.0" asynctest = "0.13.0" pytest = "~7.4.0" -pytest-asyncio = "0.14.0" +pytest-asyncio = "0.23.6" pytest-cov = "2.10.1" pytest-ruff = "^0.1.1"