From 33d35db21ea09cc9680d49f1b9810d69e664d4fd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 24 Feb 2024 23:10:41 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.0.2 --- auth/poetry.lock | 8 ++++---- auth/pyproject.toml | 2 +- bigquery/poetry.lock | 8 ++++---- bigquery/pyproject.toml | 2 +- datastore/poetry.lock | 8 ++++---- datastore/pyproject.toml | 2 +- kms/poetry.lock | 8 ++++---- kms/pyproject.toml | 2 +- pubsub/poetry.lock | 8 ++++---- pubsub/pyproject.toml | 2 +- storage/poetry.lock | 8 ++++---- storage/pyproject.toml | 2 +- taskqueue/poetry.lock | 8 ++++---- taskqueue/pyproject.toml | 2 +- 14 files changed, 35 insertions(+), 35 deletions(-) diff --git a/auth/poetry.lock b/auth/poetry.lock index c1feef6ff..df6c56774 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -740,4 +740,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "7a2d524c3b944c4d0c76a5ce8bd8535ffe9172b4a88512878bc00ae261bbd15c" +content-hash = "08da44b17a15ff5ce5fedc9c7734a678a94a7c59980fc86a8a9f51192cae3c5d" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index 61d531e11..51abee143 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.0.1" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index 92b7e6391..7a7392106 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -845,4 +845,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "2021167f81e1fb550b5b64411143d189f12e2ec6fc9886eb00e356e1cf860f9d" +content-hash = "77017c660cfae8749329249c46093f07605cb3a5ad6935e8da1f727ee38b6e8d" diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index 7aaf52902..727baefca 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.0.1" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/datastore/poetry.lock b/datastore/poetry.lock index bac9f46be..0b918390b 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -829,4 +829,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "26c2cfe2ab1396f6a27ea231879ef41f157ad5c9319c1a35fa92e393dc29f3c8" +content-hash = "977e4ce5323d457eeb416fa559863e79c153fc598f964bb4708329ecc986bdbe" diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index b688660d4..dcfefb876 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.0.1" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/kms/poetry.lock b/kms/poetry.lock index 0c812175f..0e64930d9 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -725,4 +725,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "4240e2cd3173687c5306fe13f46582a1eea5c34ed4409be89bd9a5880473fe51" +content-hash = "0f9c5b2c384c2b6049b18fff64916cfa7d752304dd21cf641875c24252fffabe" diff --git a/kms/pyproject.toml b/kms/pyproject.toml index cc4ef4022..8859f47ee 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.0.1" +pytest = "8.0.2" [[tool.poetry.source]] name = "pypi" diff --git a/pubsub/poetry.lock b/pubsub/poetry.lock index 3d3692127..6042cde40 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -774,4 +774,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "f1896d050ce9071996a7945a7af37e1355f7dd8e0b0139576b032d1caad0c34e" +content-hash = "b9e8fc4dcce67a45959fd2afe3026e21313590964ff98d52bc6414b5a5284479" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index 07d132e0c..e59a175b0 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.0.1" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/storage/poetry.lock b/storage/poetry.lock index 19161b7f0..75f5f6500 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -810,4 +810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "6e57e55e100a867b90141784a2cc30e9a73c74824f261e848bf5c965b435c474" +content-hash = "131a24884fa4f093006cd33eba706864c6598c34efa4995b7d57bebef500d25b" diff --git a/storage/pyproject.toml b/storage/pyproject.toml index d559491ca..07b25b2bd 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.0.1" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/taskqueue/poetry.lock b/taskqueue/poetry.lock index 347c10816..5a541a165 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.0.1" +version = "8.0.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, - {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, + {file = "pytest-8.0.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -760,4 +760,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "6f2c664064d4e0c9e1731cd1c234156e94df8f36fcfc447e9e04fdd79d325897" +content-hash = "235e948cccb70c0af0e3f0caf059452bb47a2bd178f88c15bc70070a6778c030" diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index bf81a148b..1761a3dde 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.0.1" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0"