Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Apr 28, 2022
1 parent 09eafe3 commit 8b45e42
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 29 deletions.
42 changes: 21 additions & 21 deletions auth/poetry.lock

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

2 changes: 1 addition & 1 deletion auth/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"]
[metadata]
lock-version = "1.1"
python-versions = "^2.7 || >= 3.4, < 4.0"
content-hash = "8a622c5ed49e177fef2dbf650872dad5e3494cbfcdc53bb072faaa4eece76a78"
content-hash = "763f49dcad05e85e0f3b9c61c2806a885e7003711df1865010bb1ed675a94a45"

[metadata.files]
atomicwrites = [
Expand Down
4 changes: 2 additions & 2 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-rest-auth"
version = "4.0.0"
version = "4.0.1"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand All @@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^2.7 || >= 3.4, < 4.0"
# aiohttp = ">= 3.3.0, < 4.0.0"
backoff = ">= 1.0.0, < 2.0.0"
backoff = ">= 1.0.0, < 3.0.0"
cffi = { version = "< 1.15.0", python = "~3.5" }
chardet = [
{ version = ">= 2.0, < 4.0", python = "<3.6" },
Expand Down
2 changes: 1 addition & 1 deletion auth/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gcloud-aio-auth"
version = "4.0.0"
version = "4.0.1"
description = "Python Client for Google Cloud Auth"
readme = "README.rst"

Expand Down
6 changes: 3 additions & 3 deletions taskqueue/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"

[[package]]
name = "gcloud-rest-auth"
version = "4.0.0"
version = "4.0.1"
description = "Python Client for Google Cloud Auth"
category = "main"
optional = false
python-versions = "^2.7 || >= 3.4, < 4.0"
develop = false

[package.dependencies]
backoff = ">= 1.0.0, < 2.0.0"
backoff = ">= 1.0.0, < 3.0.0"
cffi = {version = "< 1.15.0", markers = "python_version >= \"3.5\" and python_version < \"3.6\""}
chardet = {version = ">= 2.0, < 4.1", markers = "python_version >= \"3.6\""}
cryptography = ">= 2.0.0, < 37.0.0"
Expand Down Expand Up @@ -438,7 +438,7 @@ testing = ["pathlib2", "unittest2", "jaraco.itertools", "func-timeout"]
[metadata]
lock-version = "1.1"
python-versions = "^2.7 || >= 3.4, < 4.0"
content-hash = "0862ec514d8340eae36c2721f88615c60f9de2421ad738c154b58b340675c4f5"
content-hash = "441f4e3424af2425557b14d7553408185e242e08600cda765bcba8f572e1cf4c"

[metadata.files]
atomicwrites = [
Expand Down
2 changes: 1 addition & 1 deletion taskqueue/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^2.7 || >= 3.4, < 4.0"
backoff = ">= 1.0.0, < 2.0.0"
backoff = ">= 1.0.0, < 3.0.0"
gcloud-rest-auth = ">= 3.1.0, < 5.0.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 8b45e42

Please sign in to comment.