Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 13, 2023
1 parent cc137ea commit be7b029
Show file tree
Hide file tree
Showing 14 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion auth/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions bigquery/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions datastore/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions datastore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions kms/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kms/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions pubsub/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pubsub/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions storage/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions storage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions taskqueue/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions taskqueue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit be7b029

Please sign in to comment.