From 0db44ac8f4ce7f3a55f0224345154a7502ec5cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:01:06 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.7 to 0.23.8 in the minor-patch group Bumps the minor-patch group with 1 update: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). Updates `pytest-asyncio` from 0.23.7 to 0.23.8 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a3aad8c81..fa5db84e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2388,13 +2388,13 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.23.8" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, + {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, ] [package.dependencies] @@ -3346,4 +3346,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "eaa1c6593a6780d6b3e3119100d2ed2e085bbdd878a3030eee47025c693c46da" +content-hash = "6b7f2470c79bbc31189b6aac1d9deaee99b13c478b76321345968a21dd58c25c" diff --git a/pyproject.toml b/pyproject.toml index ef4c9fbb5..8a4082544 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pytest-env = "^1.1.1" pytest-mock = "^3.14.0" pytest-cov = "^5.0.0" pytest-dotenv = "^0.5.2" -pytest-asyncio = "^0.23.6" +pytest-asyncio = "^0.23.8" ruff = "^0.5.2" bandit = "^1.7.9" detect-secrets = "^1.5.0"