From be7b029b5f8942d1a439a53bff319813d1e7199a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:54:19 +0000 Subject: [PATCH] chore(deps): pin dependencies --- auth/poetry.lock | 2 +- auth/pyproject.toml | 16 ++++++++-------- bigquery/poetry.lock | 12 ++++++------ bigquery/pyproject.toml | 8 ++++---- datastore/poetry.lock | 12 ++++++------ datastore/pyproject.toml | 12 ++++++------ kms/poetry.lock | 12 ++++++------ kms/pyproject.toml | 4 ++-- pubsub/poetry.lock | 12 ++++++------ pubsub/pyproject.toml | 12 ++++++------ storage/poetry.lock | 12 ++++++------ storage/pyproject.toml | 14 +++++++------- taskqueue/poetry.lock | 12 ++++++------ taskqueue/pyproject.toml | 10 +++++----- 14 files changed, 75 insertions(+), 75 deletions(-) diff --git a/auth/poetry.lock b/auth/poetry.lock index 539f1ad77..f1031edc6 100644 --- a/auth/poetry.lock +++ b/auth/poetry.lock @@ -790,4 +790,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "a536435ce4647d00591067b77e12c3b20741b4b464b70adc62e53177146e3f68" +content-hash = "089304f25af299c555e29b7a0e1ca7f2c88d4fbbcd89de77d277712771588053" diff --git a/auth/pyproject.toml b/auth/pyproject.toml index c49df1287..18babcfa4 100644 --- a/auth/pyproject.toml +++ b/auth/pyproject.toml @@ -21,17 +21,17 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" # requests = ">= 2.2.1, < 3.0.0" [tool.poetry.dev-dependencies] -pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" -pytest-mock = ">= 2.0.0, < 4.0.0" +pytest = "7.4.2" +pytest-asyncio = "0.21.1" +pytest-mock = "3.11.1" [tool.pytest.ini_options] # addopts = "-Werror" # TODO: fixme diff --git a/bigquery/poetry.lock b/bigquery/poetry.lock index 132b6d4a0..8aeff2976 100644 --- a/bigquery/poetry.lock +++ b/bigquery/poetry.lock @@ -494,11 +494,11 @@ files = [] develop = false [package.dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" [package.source] type = "directory" @@ -895,4 +895,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "d56aeb37235d0edc6ac19ef8002f7cd1a989f8de2b114e685b9ee59e465ce687" +content-hash = "94b3abaef1944c2a3295adb337927d804dde81b869c6b120d1e8ea424cc48dbe" diff --git a/bigquery/pyproject.toml b/bigquery/pyproject.toml index 61af8ee9e..ed81fc27c 100644 --- a/bigquery/pyproject.toml +++ b/bigquery/pyproject.toml @@ -21,15 +21,15 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -gcloud-aio-auth = ">= 3.1.0, < 5.0.0" +gcloud-aio-auth = "4.2.3" [tool.poetry.dev-dependencies] 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-mock = ">= 2.0.0, < 4.0.0" +pytest = "7.4.2" +pytest-asyncio = "0.21.1" +pytest-mock = "3.11.1" # TODO: this should be inherited from gcloud-aio-storage, but it seems to be # skipped for py2 rest testing: # https://app.circleci.com/pipelines/github/talkiq/gcloud-aio/1769/workflows/5099f442-b4b2-48bc-bff2-77fb0cce993a/jobs/36773 diff --git a/datastore/poetry.lock b/datastore/poetry.lock index a78c93725..ed64fc734 100644 --- a/datastore/poetry.lock +++ b/datastore/poetry.lock @@ -494,11 +494,11 @@ files = [] develop = false [package.dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" [package.source] type = "directory" @@ -879,4 +879,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "13601470d84f07b8ba04bdc8cad4fea1090dc891cb0d8441b21be6a14ec17278" +content-hash = "0de8b364cfddfc8e0e6e35ed85da0c428b64b222be5428eba4630770bac626df" diff --git a/datastore/pyproject.toml b/datastore/pyproject.toml index 3f41df574..1f92bd08d 100644 --- a/datastore/pyproject.toml +++ b/datastore/pyproject.toml @@ -21,19 +21,19 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -gcloud-aio-auth = ">= 3.1.0, < 5.0.0" +gcloud-aio-auth = "4.2.3" [tool.poetry.dev-dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" +aiohttp = "3.8.5" 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-mock = ">= 2.0.0, < 4.0.0" +pytest = "7.4.2" +pytest-asyncio = "0.21.1" +pytest-mock = "3.11.1" # TODO: this should be inherited from gcloud-aio-storage, but it seems to be # skipped for py2 rest testing: # https://app.circleci.com/pipelines/github/talkiq/gcloud-aio/1769/workflows/5099f442-b4b2-48bc-bff2-77fb0cce993a/jobs/36773 -rsa = ">= 3.1.4, < 5.0.0" +rsa = "4.9" [tool.pytest.ini_options] # addopts = "-Werror" # TODO: fixme diff --git a/kms/poetry.lock b/kms/poetry.lock index 68f99652d..2fe7a76ee 100644 --- a/kms/poetry.lock +++ b/kms/poetry.lock @@ -483,11 +483,11 @@ files = [] develop = false [package.dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" [package.source] type = "directory" @@ -775,4 +775,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "c48e5da36d7c6617dc9340022d571876a297ed692a148346895f91c1dc94fec9" +content-hash = "36b1faa1f0a37c8b56bb21d1b1bcdb491845d0689871957a7d5511a5ce0a4da0" diff --git a/kms/pyproject.toml b/kms/pyproject.toml index 9d0b26309..f866f14d0 100644 --- a/kms/pyproject.toml +++ b/kms/pyproject.toml @@ -21,11 +21,11 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -gcloud-aio-auth = ">= 3.1.0, < 5.0.0" +gcloud-aio-auth = "4.2.3" [tool.poetry.dev-dependencies] gcloud-aio-auth = { path = "../auth" } -pytest = ">= 4.0.0, < 8.0.0" +pytest = "7.4.2" [tool.pytest.ini_options] addopts = "-Werror" diff --git a/pubsub/poetry.lock b/pubsub/poetry.lock index 3365eb7a0..8a1a9e3c8 100644 --- a/pubsub/poetry.lock +++ b/pubsub/poetry.lock @@ -483,11 +483,11 @@ files = [] develop = false [package.dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" [package.source] type = "directory" @@ -824,4 +824,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "2be60d1bacea23b1e14fa0b5c9685c3bd2f27db080b97aa09c36d3b4bcb2faf8" +content-hash = "51c0019725aa2de9b4f00bb10b8e994e7b67a2ef95151db53a0673f8c3e7a659" diff --git a/pubsub/pyproject.toml b/pubsub/pyproject.toml index d79385435..4bf44ffe9 100644 --- a/pubsub/pyproject.toml +++ b/pubsub/pyproject.toml @@ -21,15 +21,15 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -gcloud-aio-auth = ">= 3.3.0, < 5.0.0" -prometheus-client = ">= 0.13.1, < 1.0.0" +gcloud-aio-auth = "4.2.3" +prometheus-client = "0.17.1" [tool.poetry.dev-dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" +aiohttp = "3.8.5" gcloud-aio-auth = { path = "../auth" } -pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" -pytest-mock = ">= 2.0.0, < 4.0.0" +pytest = "7.4.2" +pytest-asyncio = "0.21.1" +pytest-mock = "3.11.1" [tool.pytest.ini_options] # addopts = "-Werror" # TODO: fixme diff --git a/storage/poetry.lock b/storage/poetry.lock index 2c3ee80e3..170c76e82 100644 --- a/storage/poetry.lock +++ b/storage/poetry.lock @@ -494,11 +494,11 @@ files = [] develop = false [package.dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" [package.source] type = "directory" @@ -860,4 +860,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "59416adcf3543d3d1ca65379e29c64cb428ff62b6390ac346393d3a754bcb942" +content-hash = "d9ce4e814ed685dba614464e8d45ad713dd5146f82143a669963c339e5e85a85" diff --git a/storage/pyproject.toml b/storage/pyproject.toml index f5d313f86..06eadef61 100644 --- a/storage/pyproject.toml +++ b/storage/pyproject.toml @@ -21,16 +21,16 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -aiofiles = ">= 0.6.0, < 24.0.0" -gcloud-aio-auth = ">= 3.6.0, < 5.0.0" -pyasn1-modules = ">= 0.2.1, < 0.4.0" -rsa = ">= 3.1.4, < 5.0.0" +aiofiles = "23.2.1" +gcloud-aio-auth = "4.2.3" +pyasn1-modules = "0.3.0" +rsa = "4.9" [tool.poetry.dev-dependencies] gcloud-aio-auth = { path = "../auth" } -pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" -pytest-mock = ">= 2.0.0, < 4.0.0" +pytest = "7.4.2" +pytest-asyncio = "0.21.1" +pytest-mock = "3.11.1" [tool.pytest.ini_options] # addopts = "-Werror" # TODO: fixme diff --git a/taskqueue/poetry.lock b/taskqueue/poetry.lock index 725cc072a..f5fc35480 100644 --- a/taskqueue/poetry.lock +++ b/taskqueue/poetry.lock @@ -483,11 +483,11 @@ files = [] develop = false [package.dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" -backoff = ">= 1.0.0, < 3.0.0" -chardet = ">= 2.0, < 6.0" -cryptography = ">= 2.0.0, < 42.0.0" -pyjwt = ">= 1.5.3, < 3.0.0" +aiohttp = "3.8.5" +backoff = "2.2.1" +chardet = "5.2.0" +cryptography = "41.0.3" +pyjwt = "2.8.0" [package.source] type = "directory" @@ -810,4 +810,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">= 3.8, < 4.0" -content-hash = "3843877e643a9bb8ed77708b2229d948b24f7dd83f976056f993a772d91800b1" +content-hash = "59cd4a56d79daf54552162e8661c55f9108e3d892993b8270011fada251d5668" diff --git a/taskqueue/pyproject.toml b/taskqueue/pyproject.toml index cbcee059e..daa3df20e 100644 --- a/taskqueue/pyproject.toml +++ b/taskqueue/pyproject.toml @@ -21,14 +21,14 @@ classifiers = [ [tool.poetry.dependencies] python = ">= 3.8, < 4.0" -gcloud-aio-auth = ">= 3.1.0, < 5.0.0" +gcloud-aio-auth = "4.2.3" [tool.poetry.dev-dependencies] -aiohttp = ">= 3.3.0, < 4.0.0" +aiohttp = "3.8.5" gcloud-aio-auth = { path = "../auth" } -pytest = ">= 4.0.0, < 8.0.0" -pytest-asyncio = ">= 0.16.0, < 0.22.0" -pytest-mock = ">= 2.0.0, < 4.0.0" +pytest = "7.4.2" +pytest-asyncio = "0.21.1" +pytest-mock = "3.11.1" [tool.pytest.ini_options] addopts = "-Werror"