From 7bfd24af69c709d3e5dcf32ad846e27d36817c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:34:03 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.4 --- auth/pyproject.toml | 2 +- bigquery/pyproject.toml | 2 +- datastore/pyproject.toml | 2 +- pubsub/pyproject.toml | 2 +- storage/pyproject.toml | 2 +- taskqueue/pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/auth/pyproject.toml b/auth/pyproject.toml index 1145bab22..033b12089 100644 --- a/auth/pyproject.toml +++ b/auth/pyproject.toml @@ -31,7 +31,7 @@ pyjwt = ">= 1.5.3, < 3.0.0" [tool.poetry.group.dev.dependencies] pytest = "8.0.0" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.4" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index c4dbd4f18..a6c0cc773 100644 --- a/bigquery/pyproject.toml +++ b/bigquery/pyproject.toml @@ -28,7 +28,7 @@ gcloud-aio-auth = { path = "../auth" } gcloud-aio-datastore = { path = "../datastore" } gcloud-aio-storage = { path = "../storage" } pytest = "8.0.0" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.4" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index 758c20efc..e5b245936 100644 --- a/datastore/pyproject.toml +++ b/datastore/pyproject.toml @@ -28,7 +28,7 @@ aiohttp = "3.9.1" gcloud-aio-auth = { path = "../auth" } gcloud-aio-storage = { path = "../storage" } pytest = "8.0.0" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.4" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index 88dead504..1c3681fd7 100644 --- a/pubsub/pyproject.toml +++ b/pubsub/pyproject.toml @@ -28,7 +28,7 @@ prometheus-client = ">= 0.13.1, < 1.0.0" aiohttp = "3.9.1" gcloud-aio-auth = { path = "../auth" } pytest = "8.0.0" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.4" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/storage/pyproject.toml b/storage/pyproject.toml index e1f0dd783..8f104b0a9 100644 --- a/storage/pyproject.toml +++ b/storage/pyproject.toml @@ -29,7 +29,7 @@ rsa = ">= 3.1.4, < 5.0.0" [tool.poetry.group.dev.dependencies] gcloud-aio-auth = { path = "../auth" } pytest = "8.0.0" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.4" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index 905b037e0..c0b456059 100644 --- a/taskqueue/pyproject.toml +++ b/taskqueue/pyproject.toml @@ -27,7 +27,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0" aiohttp = "3.9.1" gcloud-aio-auth = { path = "../auth" } pytest = "8.0.0" -pytest-asyncio = "0.21.1" +pytest-asyncio = "0.23.4" pytest-mock = "3.12.0" [[tool.poetry.source]]