Skip to content

Commit

Permalink
chore(deps): pin setuptools to avoid PEP420 incompat
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Mar 8, 2023
1 parent 610461a commit 20335f3
Show file tree
Hide file tree
Showing 28 changed files with 2,062 additions and 1,442 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.

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

[metadata.files]
atomicwrites = [
Expand Down
5 changes: 5 additions & 0 deletions auth/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ cryptography = ">= 2.0.0, < 40.0.0"
future = ">= 0.17.0, < 0.19.0"
pyjwt = ">= 1.5.3, < 3.0.0"
requests = ">= 2.2.1, < 3.0.0"
setuptools = [
# TODO: once we drop py2.7 support, we can upgrade to PEP 420 namespace packages
{ version = "44.1.0", python = "<3.0" },
{ version = ">= 66.0.0, <67.0.0", python = ">=3.7" },
]
six = ">= 1.11.0, < 2.0.0"

[tool.poetry.dev-dependencies]
Expand Down
5 changes: 5 additions & 0 deletions auth/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ cryptography = ">= 2.0.0, < 40.0.0"
future = ">= 0.17.0, < 0.19.0"
pyjwt = ">= 1.5.3, < 3.0.0"
# requests = ">= 2.2.1, < 3.0.0"
setuptools = [
# TODO: once we drop py2.7 support, we can upgrade to PEP 420 namespace packages
{ version = "44.1.0", python = "<3.0" },
{ version = ">= 66.0.0, <67.0.0", python = ">=3.7" },
]
six = ">= 1.11.0, < 2.0.0"

[tool.poetry.dev-dependencies]
Expand Down
576 changes: 336 additions & 240 deletions bigquery/poetry.lock

Large diffs are not rendered by default.

70 changes: 43 additions & 27 deletions bigquery/poetry.rest.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
dev = ["cloudpickle", "coverage[toml] (>=5.0.2)", "furo", "hypothesis", "mypy", "pre-commit", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "sphinx", "sphinx-notfound-page", "zope.interface"]
docs = ["furo", "sphinx", "sphinx-notfound-page", "zope.interface"]
tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six", "zope.interface"]
tests-no-zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six"]
tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "six"]

[[package]]
name = "backoff"
Expand All @@ -29,7 +29,7 @@ optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"

[[package]]
name = "backports-functools-lru-cache"
name = "backports.functools-lru-cache"
version = "1.6.4"
description = "Backport of functools.lru_cache"
category = "dev"
Expand Down Expand Up @@ -84,7 +84,7 @@ optional = false
python-versions = ">=3.5.0"

[package.extras]
unicode-backport = ["unicodedata2"]
unicode_backport = ["unicodedata2"]

[[package]]
name = "colorama"
Expand Down Expand Up @@ -129,7 +129,7 @@ ipaddress = {version = "*", markers = "python_version < \"3\""}
six = ">=1.4.1"

[package.extras]
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx_rtd_theme"]
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"]
docstest = ["doc8", "pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"]
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"]
ssh = ["bcrypt (>=3.1.5)"]
Expand All @@ -153,15 +153,15 @@ python-versions = "*"

[[package]]
name = "future"
version = "0.18.2"
version = "0.18.3"
description = "Clean single-source support for Python 3 and 2"
category = "main"
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"

[[package]]
name = "gcloud-rest-auth"
version = "4.0.1"
version = "4.1.6"
description = "Python Client for Google Cloud Auth"
category = "main"
optional = false
Expand All @@ -170,11 +170,8 @@ develop = false

[package.dependencies]
backoff = ">= 1.0.0, < 3.0.0"
chardet = [
{version = ">= 2.0, < 4.0", markers = "python_version < \"3.0\""},
{version = ">= 2.0, < 4.1", markers = "python_version >= \"3.7\""},
]
cryptography = ">= 2.0.0, < 38.0.0"
chardet = {version = ">= 2.0, < 4.1", markers = "python_version >= \"3.7\""}
cryptography = ">= 2.0.0, < 40.0.0"
future = ">= 0.17.0, < 0.19.0"
pyjwt = ">= 1.5.3, < 3.0.0"
requests = ">= 2.2.1, < 3.0.0"
Expand All @@ -186,7 +183,7 @@ url = "../auth"

[[package]]
name = "gcloud-rest-datastore"
version = "7.1.1"
version = "7.2.0"
description = "Python Client for Google Cloud Datastore"
category = "dev"
optional = false
Expand All @@ -202,7 +199,7 @@ url = "../datastore"

[[package]]
name = "gcloud-rest-storage"
version = "7.0.1"
version = "8.0.0"
description = "Python Client for Google Cloud Storage"
category = "dev"
optional = false
Expand All @@ -212,10 +209,7 @@ develop = false
[package.dependencies]
gcloud-rest-auth = ">= 3.6.0, < 5.0.0"
pyasn1-modules = ">= 0.2.1, < 0.3.0"
rsa = [
{version = ">= 3.1.4, < 4.4.0", markers = "python_version < \"3.0\""},
{version = ">= 3.1.4, < 5.0.0", markers = "python_version >= \"3.7\""},
]
rsa = {version = ">= 3.1.4, < 5.0.0", markers = "python_version >= \"3.7\""}

[package.source]
type = "directory"
Expand Down Expand Up @@ -448,7 +442,7 @@ urllib3 = ">=1.21.1,<1.27"

[package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<5)"]
use_chardet_on_py3 = ["chardet (>=3.0.2,<5)"]

[[package]]
name = "rsa"
Expand Down Expand Up @@ -498,7 +492,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <3.5"

[[package]]
name = "urllib3"
version = "1.26.13"
version = "1.26.14"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
Expand All @@ -511,7 +505,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]

[[package]]
name = "wcwidth"
version = "0.2.5"
version = "0.2.6"
description = "Measures the displayed width of unicode strings in a terminal"
category = "dev"
optional = false
Expand All @@ -538,7 +532,7 @@ testing = ["func-timeout", "jaraco.itertools", "pathlib2", "unittest2"]
[metadata]
lock-version = "1.1"
python-versions = "^2.7 || >= 3.7, < 4.0"
content-hash = "7b71cda987a86a08ec66f6783c19b7cd84e248a12fd8025e05c94f7607d91f30"
content-hash = "ad8082d5c558aec50ce8446bb66e0b7729ce6b677cdbc06d34368ebc0f836b75"

[metadata.files]
atomicwrites = [
Expand All @@ -552,7 +546,7 @@ backoff = [
{file = "backoff-1.11.1-py2.py3-none-any.whl", hash = "sha256:61928f8fa48d52e4faa81875eecf308eccfb1016b018bb6bd21e05b5d90a96c5"},
{file = "backoff-1.11.1.tar.gz", hash = "sha256:ccb962a2378418c667b3c979b504fdeb7d9e0d29c0579e3b13b86467177728cb"},
]
backports-functools-lru-cache = [
"backports.functools-lru-cache" = [
{file = "backports.functools_lru_cache-1.6.4-py2.py3-none-any.whl", hash = "sha256:dbead04b9daa817909ec64e8d2855fb78feafe0b901d4568758e3a60559d8978"},
{file = "backports.functools_lru_cache-1.6.4.tar.gz", hash = "sha256:d5ed2169378b67d3c545e5600d363a923b09c456dab1593914935a68ad478271"},
]
Expand Down Expand Up @@ -674,7 +668,7 @@ funcsigs = [
{file = "funcsigs-1.0.2.tar.gz", hash = "sha256:a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50"},
]
future = [
{file = "future-0.18.2.tar.gz", hash = "sha256:b1bead90b70cf6ec3f0710ae53a525360fa360d306a86583adc6bf83a4db537d"},
{file = "future-0.18.3.tar.gz", hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307"},
]
gcloud-rest-auth = []
gcloud-rest-datastore = []
Expand Down Expand Up @@ -719,12 +713,34 @@ py = [
{file = "py-1.11.0.tar.gz", hash = "sha256:51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"},
]
pyasn1 = [
{file = "pyasn1-0.4.8-py2.4.egg", hash = "sha256:fec3e9d8e36808a28efb59b489e4528c10ad0f480e57dcc32b4de5c9d8c9fdf3"},
{file = "pyasn1-0.4.8-py2.5.egg", hash = "sha256:0458773cfe65b153891ac249bcf1b5f8f320b7c2ce462151f8fa74de8934becf"},
{file = "pyasn1-0.4.8-py2.6.egg", hash = "sha256:5c9414dcfede6e441f7e8f81b43b34e834731003427e5b09e4e00e3172a10f00"},
{file = "pyasn1-0.4.8-py2.7.egg", hash = "sha256:6e7545f1a61025a4e58bb336952c5061697da694db1cae97b116e9c46abcf7c8"},
{file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"},
{file = "pyasn1-0.4.8-py3.1.egg", hash = "sha256:78fa6da68ed2727915c4767bb386ab32cdba863caa7dbe473eaae45f9959da86"},
{file = "pyasn1-0.4.8-py3.2.egg", hash = "sha256:08c3c53b75eaa48d71cf8c710312316392ed40899cb34710d092e96745a358b7"},
{file = "pyasn1-0.4.8-py3.3.egg", hash = "sha256:03840c999ba71680a131cfaee6fab142e1ed9bbd9c693e285cc6aca0d555e576"},
{file = "pyasn1-0.4.8-py3.4.egg", hash = "sha256:7ab8a544af125fb704feadb008c99a88805126fb525280b2270bb25cc1d78a12"},
{file = "pyasn1-0.4.8-py3.5.egg", hash = "sha256:e89bf84b5437b532b0803ba5c9a5e054d21fec423a89952a74f87fa2c9b7bce2"},
{file = "pyasn1-0.4.8-py3.6.egg", hash = "sha256:014c0e9976956a08139dc0712ae195324a75e142284d5f87f1a87ee1b068a359"},
{file = "pyasn1-0.4.8-py3.7.egg", hash = "sha256:99fcc3c8d804d1bc6d9a099921e39d827026409a58f2a720dcdb89374ea0c776"},
{file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"},
]
pyasn1-modules = [
{file = "pyasn1-modules-0.2.8.tar.gz", hash = "sha256:905f84c712230b2c592c19470d3ca8d552de726050d1d1716282a1f6146be65e"},
{file = "pyasn1_modules-0.2.8-py2.4.egg", hash = "sha256:0fe1b68d1e486a1ed5473f1302bd991c1611d319bba158e98b106ff86e1d7199"},
{file = "pyasn1_modules-0.2.8-py2.5.egg", hash = "sha256:fe0644d9ab041506b62782e92b06b8c68cca799e1a9636ec398675459e031405"},
{file = "pyasn1_modules-0.2.8-py2.6.egg", hash = "sha256:a99324196732f53093a84c4369c996713eb8c89d360a496b599fb1a9c47fc3eb"},
{file = "pyasn1_modules-0.2.8-py2.7.egg", hash = "sha256:0845a5582f6a02bb3e1bde9ecfc4bfcae6ec3210dd270522fee602365430c3f8"},
{file = "pyasn1_modules-0.2.8-py2.py3-none-any.whl", hash = "sha256:a50b808ffeb97cb3601dd25981f6b016cbb3d31fbf57a8b8a87428e6158d0c74"},
{file = "pyasn1_modules-0.2.8-py3.1.egg", hash = "sha256:f39edd8c4ecaa4556e989147ebf219227e2cd2e8a43c7e7fcb1f1c18c5fd6a3d"},
{file = "pyasn1_modules-0.2.8-py3.2.egg", hash = "sha256:b80486a6c77252ea3a3e9b1e360bc9cf28eaac41263d173c032581ad2f20fe45"},
{file = "pyasn1_modules-0.2.8-py3.3.egg", hash = "sha256:65cebbaffc913f4fe9e4808735c95ea22d7a7775646ab690518c056784bc21b4"},
{file = "pyasn1_modules-0.2.8-py3.4.egg", hash = "sha256:15b7c67fabc7fc240d87fb9aabf999cf82311a6d6fb2c70d00d3d0604878c811"},
{file = "pyasn1_modules-0.2.8-py3.5.egg", hash = "sha256:426edb7a5e8879f1ec54a1864f16b882c2837bfd06eee62f2c982315ee2473ed"},
{file = "pyasn1_modules-0.2.8-py3.6.egg", hash = "sha256:cbac4bc38d117f2a49aeedec4407d23e8866ea4ac27ff2cf7fb3e5b570df19e0"},
{file = "pyasn1_modules-0.2.8-py3.7.egg", hash = "sha256:c29a5e5cc7a3f05926aff34e097e84f8589cd790ce0ed41b67aed6857b26aafd"},
]
pycparser = [
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
Expand Down Expand Up @@ -779,12 +795,12 @@ typing = [
{file = "typing-3.10.0.0.tar.gz", hash = "sha256:13b4ad211f54ddbf93e5901a9967b1e07720c1d1b78d596ac6a439641aa1b130"},
]
urllib3 = [
{file = "urllib3-1.26.13-py2.py3-none-any.whl", hash = "sha256:47cc05d99aaa09c9e72ed5809b60e7ba354e64b59c9c173ac3018642d8bb41fc"},
{file = "urllib3-1.26.13.tar.gz", hash = "sha256:c083dd0dce68dbfbe1129d5271cb90f9447dea7d52097c6e0126120c521ddea8"},
{file = "urllib3-1.26.14-py2.py3-none-any.whl", hash = "sha256:75edcdc2f7d85b137124a6c3c9fc3933cdeaa12ecb9a6a959f22797a0feca7e1"},
{file = "urllib3-1.26.14.tar.gz", hash = "sha256:076907bf8fd355cde77728471316625a4d2f7e713c125f51953bb5b3eecf4f72"},
]
wcwidth = [
{file = "wcwidth-0.2.5-py2.py3-none-any.whl", hash = "sha256:beb4802a9cebb9144e99086eff703a642a13d6a0052920003a230f3294bbe784"},
{file = "wcwidth-0.2.5.tar.gz", hash = "sha256:c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"},
{file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"},
{file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"},
]
zipp = [
{file = "zipp-1.2.0-py2.py3-none-any.whl", hash = "sha256:e0d9e63797e483a30d27e09fffd308c59a700d365ec34e93cc100844168bf921"},
Expand Down
5 changes: 5 additions & 0 deletions bigquery/pyproject.rest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ classifiers = [
[tool.poetry.dependencies]
python = "^2.7 || >= 3.7, < 4.0"
gcloud-rest-auth = ">= 3.1.0, < 5.0.0"
setuptools = [
# TODO: once we drop py2.7 support, we can upgrade to PEP 420 namespace packages
{ version = "44.1.0", python = "<3.0" },
{ version = ">= 66.0.0, <67.0.0", python = ">=3.7" },
]

[tool.poetry.dev-dependencies]
gcloud-rest-auth = { path = "../auth" }
Expand Down
5 changes: 5 additions & 0 deletions bigquery/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ classifiers = [
[tool.poetry.dependencies]
python = ">= 3.7, < 4.0"
gcloud-aio-auth = ">= 3.1.0, < 5.0.0"
setuptools = [
# TODO: once we drop py2.7 support, we can upgrade to PEP 420 namespace packages
{ version = "44.1.0", python = "<3.0" },
{ version = ">= 66.0.0, <67.0.0", python = ">=3.7" },
]

[tool.poetry.dev-dependencies]
gcloud-aio-auth = { path = "../auth" }
Expand Down
Loading

0 comments on commit 20335f3

Please sign in to comment.