diff --git a/auth/poetry.lock b/auth/poetry.lock index 50697be80..91bce3057 100644 --- a/auth/poetry.lock +++ b/auth/poetry.lock @@ -659,13 +659,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.0" 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.0.tar.gz", hash = "sha256:236e89745b8be43b3b473640b523f26fe3c62a2afa7548e38532e9f201d22fc3"}, + {file = "pytest_asyncio-0.23.0-py3-none-any.whl", hash = "sha256:91ef405536331eb9971511aeb08225869985d800cf491015f7407044e7d1d7f8"}, ] [package.dependencies] @@ -673,7 +673,7 @@ pytest = ">=7.0.0" [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" @@ -793,4 +793,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "145e73f66e544ca6cac36ac0b1ff7341d8298160c322f6718941a30dec8e1cf9" +content-hash = "995612959db1f7a36f7f7ca18b5cc9b1ee8076bda1de0fd13ee4b56c780589d7" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index 7f2d005db..7415e81b4 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 = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" +pytest-asyncio = ">= 0.16.0, < 0.23.1" pytest-mock = ">= 2.0.0, < 4.0.0" [[tool.poetry.source]] diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index f42972dae..978cc570b 100644 --- a/bigquery/poetry.lock +++ b/bigquery/poetry.lock @@ -750,13 +750,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.0" 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.0.tar.gz", hash = "sha256:236e89745b8be43b3b473640b523f26fe3c62a2afa7548e38532e9f201d22fc3"}, + {file = "pytest_asyncio-0.23.0-py3-none-any.whl", hash = "sha256:91ef405536331eb9971511aeb08225869985d800cf491015f7407044e7d1d7f8"}, ] [package.dependencies] @@ -764,7 +764,7 @@ pytest = ">=7.0.0" [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" @@ -898,4 +898,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "a8bae8076e7c2a8859d3b98a5e5b5a25ad70b6e52adae5dfb3d455e482a28362" +content-hash = "7a258430754e75b12c7e8a2019d2f91e640ffd73e5ab33f18be6894d899becd8" diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index 4ad1d172b..c869a4093 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 = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" +pytest-asyncio = ">= 0.16.0, < 0.23.1" pytest-mock = ">= 2.0.0, < 4.0.0" [[tool.poetry.source]] diff --git a/datastore/poetry.lock b/datastore/poetry.lock index 979126f8c..2e251c4b1 100644 --- a/datastore/poetry.lock +++ b/datastore/poetry.lock @@ -734,13 +734,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.0" 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.0.tar.gz", hash = "sha256:236e89745b8be43b3b473640b523f26fe3c62a2afa7548e38532e9f201d22fc3"}, + {file = "pytest_asyncio-0.23.0-py3-none-any.whl", hash = "sha256:91ef405536331eb9971511aeb08225869985d800cf491015f7407044e7d1d7f8"}, ] [package.dependencies] @@ -748,7 +748,7 @@ pytest = ">=7.0.0" [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" @@ -882,4 +882,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "3fa408528604910e47291a39ac4059e28b36f48a3faf81b7738dfb5fe6f81e7a" +content-hash = "de911b42547b812562421e0b170b090ab7d944b3fed7182fa65111a183b940fc" diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index 9f1ba9841..3afd33a4b 100644 --- a/datastore/pyproject.toml +++ b/datastore/pyproject.toml @@ -28,7 +28,7 @@ aiohttp = ">= 3.3.0, < 4.0.0" gcloud-aio-auth = { path = "../auth" } gcloud-aio-storage = { path = "../storage" } pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" +pytest-asyncio = ">= 0.16.0, < 0.23.1" pytest-mock = ">= 2.0.0, < 4.0.0" [[tool.poetry.source]] diff --git a/pubsub/poetry.lock b/pubsub/poetry.lock index 9d3b92522..19d5fa8fa 100644 --- a/pubsub/poetry.lock +++ b/pubsub/poetry.lock @@ -693,13 +693,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.0" 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.0.tar.gz", hash = "sha256:236e89745b8be43b3b473640b523f26fe3c62a2afa7548e38532e9f201d22fc3"}, + {file = "pytest_asyncio-0.23.0-py3-none-any.whl", hash = "sha256:91ef405536331eb9971511aeb08225869985d800cf491015f7407044e7d1d7f8"}, ] [package.dependencies] @@ -707,7 +707,7 @@ pytest = ">=7.0.0" [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" @@ -827,4 +827,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "d1628da7c790112b71158c44d89e452b3a2dda4dce4f17a500805ddb645e86ae" +content-hash = "34c15de009edb4d404046e760885a8edc72856c519e250e0f246e0af7a671311" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index d50d79f99..51deb644c 100644 --- a/pubsub/pyproject.toml +++ b/pubsub/pyproject.toml @@ -28,7 +28,7 @@ prometheus-client = ">= 0.13.1, < 1.0.0" aiohttp = ">= 3.3.0, < 4.0.0" gcloud-aio-auth = { path = "../auth" } pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" +pytest-asyncio = ">= 0.16.0, < 0.23.1" pytest-mock = ">= 2.0.0, < 4.0.0" [[tool.poetry.source]] diff --git a/storage/poetry.lock b/storage/poetry.lock index 8ebd55235..017aafb4a 100644 --- a/storage/poetry.lock +++ b/storage/poetry.lock @@ -715,13 +715,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.0" 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.0.tar.gz", hash = "sha256:236e89745b8be43b3b473640b523f26fe3c62a2afa7548e38532e9f201d22fc3"}, + {file = "pytest_asyncio-0.23.0-py3-none-any.whl", hash = "sha256:91ef405536331eb9971511aeb08225869985d800cf491015f7407044e7d1d7f8"}, ] [package.dependencies] @@ -729,7 +729,7 @@ pytest = ">=7.0.0" [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" @@ -863,4 +863,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "04a94bfcb07156eafbf1c8d8c7f3467b457fdb6fd0e8c895c12e3ce8cd875453" +content-hash = "9718a956dedbf9f4f320504c86631148fcc7699b43ce3a3c975bf21e226ea1d2" diff --git a/storage/pyproject.toml b/storage/pyproject.toml index 60c57a8d8..161c8645e 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 = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" +pytest-asyncio = ">= 0.16.0, < 0.23.1" pytest-mock = ">= 2.0.0, < 4.0.0" [[tool.poetry.source]] diff --git a/taskqueue/poetry.lock b/taskqueue/poetry.lock index d09922dca..9f2e8c2bc 100644 --- a/taskqueue/poetry.lock +++ b/taskqueue/poetry.lock @@ -679,13 +679,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.23.0" 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.0.tar.gz", hash = "sha256:236e89745b8be43b3b473640b523f26fe3c62a2afa7548e38532e9f201d22fc3"}, + {file = "pytest_asyncio-0.23.0-py3-none-any.whl", hash = "sha256:91ef405536331eb9971511aeb08225869985d800cf491015f7407044e7d1d7f8"}, ] [package.dependencies] @@ -693,7 +693,7 @@ pytest = ">=7.0.0" [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" @@ -813,4 +813,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "106e8ec8de470c27acdfafac646f3e81535f61ea654f92184724d9e031d6a12d" +content-hash = "8fce2918ea6822ae957d7eaddc16cc7d52d15a28d80368aa8c1c1a271bd36a08" diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index f47145504..df1f2cb4c 100644 --- a/taskqueue/pyproject.toml +++ b/taskqueue/pyproject.toml @@ -27,7 +27,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0" aiohttp = ">= 3.3.0, < 4.0.0" gcloud-aio-auth = { path = "../auth" } pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" +pytest-asyncio = ">= 0.16.0, < 0.23.1" pytest-mock = ">= 2.0.0, < 4.0.0" [[tool.poetry.source]]