From 1f385518b61d712e921cbabb40c9d942ca847119 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:35:12 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.2.0 --- auth/poetry.lock | 12 ++++++------ auth/pyproject.toml | 2 +- bigquery/poetry.lock | 12 ++++++------ bigquery/pyproject.toml | 2 +- datastore/poetry.lock | 12 ++++++------ datastore/pyproject.toml | 2 +- kms/poetry.lock | 12 ++++++------ kms/pyproject.toml | 2 +- pubsub/poetry.lock | 12 ++++++------ pubsub/pyproject.toml | 2 +- storage/poetry.lock | 12 ++++++------ storage/pyproject.toml | 2 +- taskqueue/poetry.lock | 12 ++++++------ taskqueue/pyproject.toml | 2 +- 14 files changed, 49 insertions(+), 49 deletions(-) diff --git a/auth/poetry.lock b/auth/poetry.lock index d4cf08771..b5b6d89ea 100644 --- a/auth/poetry.lock +++ b/auth/poetry.lock @@ -568,13 +568,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -582,11 +582,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -740,4 +740,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "e295b88139ec01ee3308b84a919b8a168da97f3f49c00b5d0de73f6c775fbac8" +content-hash = "6dfd621c0ddc382d5cf7cb21cf24418fb8f9f137ec0e9cbc363841d0fe3fa46e" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index 9d5b50994..ea2737556 100644 --- a/auth/pyproject.toml +++ b/auth/pyproject.toml @@ -30,7 +30,7 @@ pyjwt = ">= 1.5.3, < 3.0.0" # requests = ">= 2.2.1, < 3.0.0" [tool.poetry.group.dev.dependencies] -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-mock = "3.14.0" diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index 184357c85..9ac4948a2 100644 --- a/bigquery/poetry.lock +++ b/bigquery/poetry.lock @@ -659,13 +659,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -673,11 +673,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -845,4 +845,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "c395c676fd267fd76b735f48a24cbc50c05ff149fc31ec604319040724ea25fc" +content-hash = "3c2ac18e32e6e7995063d7d116c98fd18d38602370992d51c0d5bf80efeb234d" diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index ea102e0ae..47fef30a4 100644 --- a/bigquery/pyproject.toml +++ b/bigquery/pyproject.toml @@ -27,7 +27,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0" gcloud-aio-auth = { path = "../auth" } gcloud-aio-datastore = { path = "../datastore" } gcloud-aio-storage = { path = "../storage" } -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-mock = "3.14.0" diff --git a/datastore/poetry.lock b/datastore/poetry.lock index 006f19b2a..a0c10d55d 100644 --- a/datastore/poetry.lock +++ b/datastore/poetry.lock @@ -643,13 +643,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -657,11 +657,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -829,4 +829,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "3f404b2f07f2b70895652cfa1acb51b1a6ca116a38e934cc01275e137d318d4f" +content-hash = "1c4c5c88d790444b004d7aa7ba9d1ada6e0ea1e776cb0e6726aba425c222330a" diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index 81aa616f6..b9fb41a2f 100644 --- a/datastore/pyproject.toml +++ b/datastore/pyproject.toml @@ -27,7 +27,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0" aiohttp = "3.9.1" gcloud-aio-auth = { path = "../auth" } gcloud-aio-storage = { path = "../storage" } -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-mock = "3.14.0" diff --git a/kms/poetry.lock b/kms/poetry.lock index f821ec405..96665016b 100644 --- a/kms/poetry.lock +++ b/kms/poetry.lock @@ -588,13 +588,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -602,11 +602,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "tomli" @@ -725,4 +725,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "18a078abe05ba9da447b6d0880c5c8f698d6cfd29a988974c94fa63d7d5c08d9" +content-hash = "bfa7ee9286e48848d802f69472d33c17e571dcf7f896e7d9b466650a4aff8c75" diff --git a/kms/pyproject.toml b/kms/pyproject.toml index 3d0b7d8a3..987bdf33e 100644 --- a/kms/pyproject.toml +++ b/kms/pyproject.toml @@ -25,7 +25,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0" [tool.poetry.group.dev.dependencies] gcloud-aio-auth = { path = "../auth" } -pytest = "8.1.1" +pytest = "8.2.0" [[tool.poetry.source]] name = "pypi" diff --git a/pubsub/poetry.lock b/pubsub/poetry.lock index d330404af..ca8c2023c 100644 --- a/pubsub/poetry.lock +++ b/pubsub/poetry.lock @@ -602,13 +602,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -616,11 +616,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -774,4 +774,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "f423f2b3e0b3b10c1a7a49fe183a3a664f08592a5850255384c3ebb0b4c4a31b" +content-hash = "852c251a8327cc4b679d769f3c2f23cdc977fc6c3a2c781d2e9dedb570f93693" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index 0422cd45a..ba3789eb1 100644 --- a/pubsub/pyproject.toml +++ b/pubsub/pyproject.toml @@ -27,7 +27,7 @@ prometheus-client = ">= 0.13.1, < 1.0.0" [tool.poetry.group.dev.dependencies] aiohttp = "3.9.1" gcloud-aio-auth = { path = "../auth" } -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-mock = "3.14.0" diff --git a/storage/poetry.lock b/storage/poetry.lock index 51a07544f..09b586146 100644 --- a/storage/poetry.lock +++ b/storage/poetry.lock @@ -624,13 +624,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -638,11 +638,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -810,4 +810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "5e920330cf906327c4ab16795a38767cf0af739de8ff0560f03b1c8d336cec9c" +content-hash = "202759bc46e7ef57d1d229ad990c83b5661145980e3ee3887c8cda8441c09525" diff --git a/storage/pyproject.toml b/storage/pyproject.toml index 0b9db8ad4..4f439f058 100644 --- a/storage/pyproject.toml +++ b/storage/pyproject.toml @@ -28,7 +28,7 @@ rsa = ">= 3.1.4, < 5.0.0" [tool.poetry.group.dev.dependencies] gcloud-aio-auth = { path = "../auth" } -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-mock = "3.14.0" diff --git a/taskqueue/poetry.lock b/taskqueue/poetry.lock index f79470310..f633c2070 100644 --- a/taskqueue/poetry.lock +++ b/taskqueue/poetry.lock @@ -588,13 +588,13 @@ tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] [[package]] name = "pytest" -version = "8.1.1" +version = "8.2.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.1.1-py3-none-any.whl", hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7"}, - {file = "pytest-8.1.1.tar.gz", hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044"}, + {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, + {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, ] [package.dependencies] @@ -602,11 +602,11 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=1.4,<2.0" +pluggy = ">=1.5,<2.0" tomli = {version = ">=1", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] +dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -760,4 +760,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "8c56313c67083e14678e91a8503077cb95f85803e81bf1c48954d36a80590c58" +content-hash = "5bd677908291e61bf5a9f69cf598c79a2c510741f0267a15b7df577b73457ac3" diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index cd8ad566e..a41686245 100644 --- a/taskqueue/pyproject.toml +++ b/taskqueue/pyproject.toml @@ -26,7 +26,7 @@ gcloud-aio-auth = ">= 3.1.0, < 6.0.0" [tool.poetry.group.dev.dependencies] aiohttp = "3.9.1" gcloud-aio-auth = { path = "../auth" } -pytest = "8.1.1" +pytest = "8.2.0" pytest-asyncio = "0.23.6" pytest-mock = "3.14.0"