From 3cd3e38a2ab866227c7db2171fa5cb480e999932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 06:24:51 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.1 in /operator Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.20.3 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.20.3...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- operator/poetry.lock | 10 +++++----- operator/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/operator/poetry.lock b/operator/poetry.lock index fbc25b2d..5498a3fd 100644 --- a/operator/poetry.lock +++ b/operator/poetry.lock @@ -899,17 +899,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.20.3" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.20.3.tar.gz", hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36"}, - {file = "pytest_asyncio-0.20.3-py3-none-any.whl", hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442"}, + {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] [package.dependencies] -pytest = ">=6.1.0" +pytest = ">=7.0.0" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1273,4 +1273,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.12" -content-hash = "7cb56e2186700c4d00d8960f013d8f7d937d0cd80f2e0c04441aaab967614211" +content-hash = "a15bb5a5d3e0f1d38358fb4f203d1c9f560dc9794b6d9103d5cd24567d749e07" diff --git a/operator/pyproject.toml b/operator/pyproject.toml index b4260a74..fea00b58 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -17,7 +17,7 @@ black = "^23.9.1" flake8 = "^6.1.0" flake8-black = "^0.3.6" coverage = "<7" -pytest-asyncio = "^0.20.3" +pytest-asyncio = "^0.21.1" mypy = "^1.5.1" pytest-kubernetes = "^0.3.0" docker = "^6.1.3"