From 526f0414130baceb5903748cb46fdd8829499528 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Feb 2024 22:41:03 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8.0.1 --- 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 055215b37..c1feef6ff 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -740,4 +740,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "2173da4a49cfa00849b67903a028c7a106d380d75ccd383922dccb75d62cb0bc" +content-hash = "7a2d524c3b944c4d0c76a5ce8bd8535ffe9172b4a88512878bc00ae261bbd15c" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index 0f735cd46..61d531e11 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.0" +pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index 69db4f2c8..92b7e6391 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -845,4 +845,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "e1d5f3ba42e908db80da2e17528bd1fa29d820ab5b293b0b63430858a113bcf2" +content-hash = "2021167f81e1fb550b5b64411143d189f12e2ec6fc9886eb00e356e1cf860f9d" diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index edcf3fea8..7aaf52902 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.0" +pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/datastore/poetry.lock b/datastore/poetry.lock index 9a9df5aad..bac9f46be 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -829,4 +829,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "5ee42c8c7c355503571f4fb327132c654bd6563f3dabf2910487c2e73f73c8f1" +content-hash = "26c2cfe2ab1396f6a27ea231879ef41f157ad5c9319c1a35fa92e393dc29f3c8" diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index d91637806..b688660d4 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.0" +pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/kms/poetry.lock b/kms/poetry.lock index 3db21c875..0c812175f 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -725,4 +725,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "ae921f3c9c996c992c55c7bca585dafb7a9017c0c2a72ad8718143c1fad37797" +content-hash = "4240e2cd3173687c5306fe13f46582a1eea5c34ed4409be89bd9a5880473fe51" diff --git a/kms/pyproject.toml b/kms/pyproject.toml index 33d33b593..cc4ef4022 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.0" +pytest = "8.0.1" [[tool.poetry.source]] name = "pypi" diff --git a/pubsub/poetry.lock b/pubsub/poetry.lock index 500be831c..3d3692127 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -774,4 +774,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "134e5cf192aa5269e374bb570f45a9a66aef252c927d6792a9707906a1d4f6b1" +content-hash = "f1896d050ce9071996a7945a7af37e1355f7dd8e0b0139576b032d1caad0c34e" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index 09f4e163a..07d132e0c 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.0" +pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/storage/poetry.lock b/storage/poetry.lock index 254422c3c..19161b7f0 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -810,4 +810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "388c62e767ba4b922e784cde770c33a29f71bf3a651e3708106ca32c1b3579ff" +content-hash = "6e57e55e100a867b90141784a2cc30e9a73c74824f261e848bf5c965b435c474" diff --git a/storage/pyproject.toml b/storage/pyproject.toml index c1debe2db..d559491ca 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.0" +pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0" diff --git a/taskqueue/poetry.lock b/taskqueue/poetry.lock index bc7ecbe9e..347c10816 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.0" +version = "8.0.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, - {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, + {file = "pytest-8.0.1-py3-none-any.whl", hash = "sha256:3e4f16fe1c0a9dc9d9389161c127c3edc5d810c38d6793042fb81d9f48a59fca"}, + {file = "pytest-8.0.1.tar.gz", hash = "sha256:267f6563751877d772019b13aacbe4e860d73fe8f651f28112e9ac37de7513ae"}, ] [package.dependencies] @@ -760,4 +760,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "c4fef156b75f3b5b4d5daaa62c2a0cabec626a8989db975634e0d453e5a13543" +content-hash = "6f2c664064d4e0c9e1731cd1c234156e94df8f36fcfc447e9e04fdd79d325897" diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index 47c2f5c0b..bf81a148b 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.0" +pytest = "8.0.1" pytest-asyncio = "0.23.5" pytest-mock = "3.12.0"