From f7e49d05e2f53b3afbe82bf9803d565b090c7394 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:32:19 +0000 Subject: [PATCH] chore(deps): bump pytest-asyncio from 0.23.5.post1 to 0.23.6 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.5.post1 to 0.23.6. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.5.post1...v0.23.6) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ee9aac9..219b691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ doc = [ "mkdocstrings-python == 1.8.0", ] -test = ["pytest == 8.1.1", "pytest-asyncio == 0.23.5.post1", "tox == 4.12.1"] +test = ["pytest == 8.1.1", "pytest-asyncio == 0.23.6", "tox == 4.12.1"] build = ["hatch == 1.9.3"] diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index 99ffa0b..eb97f4d 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -55,7 +55,7 @@ pytest==8.1.1 # via # kraky (pyproject.toml) # pytest-asyncio -pytest-asyncio==0.23.5.post1 +pytest-asyncio==0.23.6 # via kraky (pyproject.toml) python-dotenv==1.0.1 # via kraky (pyproject.toml)