From 836f7db5a3686790cc54884c686c47d4ce6b511d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 23:12:26 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.5 --- auth/poetry.lock | 14 +++++++------- auth/pyproject.toml | 2 +- bigquery/poetry.lock | 14 +++++++------- bigquery/pyproject.toml | 2 +- datastore/poetry.lock | 14 +++++++------- datastore/pyproject.toml | 2 +- pubsub/poetry.lock | 14 +++++++------- pubsub/pyproject.toml | 2 +- storage/poetry.lock | 14 +++++++------- storage/pyproject.toml | 2 +- taskqueue/poetry.lock | 14 +++++++------- taskqueue/pyproject.toml | 2 +- 12 files changed, 48 insertions(+), 48 deletions(-) diff --git a/auth/poetry.lock b/auth/poetry.lock index c41e6da88..1f99e3188 100644 --- a/auth/poetry.lock +++ b/auth/poetry.lock @@ -548,21 +548,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.5" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" @@ -698,4 +698,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "2791b9f287a9f6318865ec0c81993195f2912a6cc205a2c064bdb1e326263c3b" +content-hash = "48edccbbd8fa8f7ec45400d5503c545da3d5f8ed4a212933add1e5db851c0268" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index 1145bab22..2d33a9982 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.5" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index 33fbae4e6..1fb6efe26 100644 --- a/bigquery/poetry.lock +++ b/bigquery/poetry.lock @@ -639,21 +639,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.5" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" @@ -803,4 +803,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "2db3505694b1e4cd9a8041f19c6f9fa62a988dd7c49177bafb0557775c9f30cc" +content-hash = "e1d5f3ba42e908db80da2e17528bd1fa29d820ab5b293b0b63430858a113bcf2" diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index c4dbd4f18..16be9fe5e 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.5" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/datastore/poetry.lock b/datastore/poetry.lock index 43afa1b62..bd5dc12bc 100644 --- a/datastore/poetry.lock +++ b/datastore/poetry.lock @@ -623,21 +623,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.5" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" @@ -787,4 +787,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "0491509821c882cd68b948f0435a0d2be6189a296a3f70cc044e3b1561fb90a6" +content-hash = "5ee42c8c7c355503571f4fb327132c654bd6563f3dabf2910487c2e73f73c8f1" diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index 758c20efc..d91637806 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.5" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/pubsub/poetry.lock b/pubsub/poetry.lock index 3b0360f27..50a02d94d 100644 --- a/pubsub/poetry.lock +++ b/pubsub/poetry.lock @@ -582,21 +582,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.5" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" @@ -732,4 +732,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "92465c1727c6a52107cca6672b5ae7b1a85a3733b10593908ce08e389cd6d421" +content-hash = "134e5cf192aa5269e374bb570f45a9a66aef252c927d6792a9707906a1d4f6b1" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index 88dead504..09f4e163a 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.5" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/storage/poetry.lock b/storage/poetry.lock index 1e0f25e53..e03d0a62a 100644 --- a/storage/poetry.lock +++ b/storage/poetry.lock @@ -604,21 +604,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.5" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" @@ -768,4 +768,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "17a0bc74e62e8beccc1c2224b737fdc7d5fcb3ed0ffe40f6ff30c42e68485c59" +content-hash = "388c62e767ba4b922e784cde770c33a29f71bf3a651e3708106ca32c1b3579ff" diff --git a/storage/pyproject.toml b/storage/pyproject.toml index e1f0dd783..d24ebb235 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.5" pytest-mock = "3.12.0" [[tool.poetry.source]] diff --git a/taskqueue/poetry.lock b/taskqueue/poetry.lock index 1fa986d7e..76342aa5f 100644 --- a/taskqueue/poetry.lock +++ b/taskqueue/poetry.lock @@ -568,21 +568,21 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.5" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-mock" @@ -718,4 +718,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "0b40a169c7757ca855549344c79272c622ca26904005b0cbf2be912d68564830" +content-hash = "c4fef156b75f3b5b4d5daaa62c2a0cabec626a8989db975634e0d453e5a13543" diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index 905b037e0..47c2f5c0b 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.5" pytest-mock = "3.12.0" [[tool.poetry.source]]