From 57103a870f32a399d0e8e23d0e807b69b2f44d8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Apr 2022 00:44:46 +0000 Subject: [PATCH 1/7] chore(deps): update all dependencies --- dev_requirements.txt | 4 ++-- samples/snippets/requirements-test.txt | 4 ++-- samples/snippets/requirements.txt | 6 +++--- setup.py | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index d05019a7..3aaeb529 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,6 +1,6 @@ sqlalchemy>=1.1.9 google-cloud-bigquery>=1.6.0 future==0.18.2 -pytest==6.2.5 -pytest-flake8==1.1.0 # versions 1.1.1 and above require pytest 7 +pytest==7.1.1 +pytest-flake8==1.1.1 # versions 1.1.1 and above require pytest 7 pytz==2022.1 diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 9b5fcbb8..3438f821 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -1,5 +1,5 @@ attrs==21.4.0 -click==8.1.0 +click==8.1.2 google-auth==2.6.2 google-cloud-testutils==1.3.1 iniconfig==1.1.1 @@ -9,7 +9,7 @@ py==1.11.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pyparsing==3.0.7 -pytest==6.2.5 +pytest==7.1.1 rsa==4.8 six==1.16.0 toml==0.10.2 diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index aa528dfb..469e9286 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -5,7 +5,7 @@ future==0.18.2 geoalchemy2==0.11.1 google-api-core[grpc]==2.7.1 google-auth==2.6.2 -google-cloud-bigquery==2.34.2 +google-cloud-bigquery==3.0.1 google-cloud-core==2.2.3 google-crc32c==1.3.0 google-resumable-media==2.3.2 @@ -19,7 +19,7 @@ mako==1.2.0 markupsafe==2.1.1 packaging==21.3 proto-plus==1.20.3 -protobuf==3.19.4 +protobuf==3.20.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pyparsing==3.0.7 @@ -29,6 +29,6 @@ requests==2.27.1 rsa==4.8 shapely==1.8.1.post1 six==1.16.0 -sqlalchemy==1.4.27 +sqlalchemy==1.4.34 typing-extensions==4.1.1 urllib3==1.26.9 diff --git a/setup.py b/setup.py index 7a3fe9ce..e89ea6ba 100644 --- a/setup.py +++ b/setup.py @@ -86,13 +86,13 @@ def readme(): "google-auth>=1.25.0,<3.0.0dev", # Work around pip wack. "google-cloud-bigquery>=2.25.2,<4.0.0dev", "google-cloud-bigquery-storage>=2.0.0,<3.0.0dev", - "pyarrow>=3.0.0,<7.0dev", + "pyarrow>=7,<7.1", # Temporarily set maximimum sqlalchemy to a known-working version while # we debug failing compliance tests. See: # https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386 # and # https://github.com/googleapis/python-bigquery-sqlalchemy/issues/385 - "sqlalchemy>=1.2.0,<=1.4.27", + "sqlalchemy>=1.4.34,<=1.4.34", "future", ], extras_require=extras, From a34a150591223ab91f129e91622866d422c2a854 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:32:09 -0400 Subject: [PATCH 2/7] use === to prevent future updates --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 3aaeb529..ee091a62 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,5 +2,5 @@ sqlalchemy>=1.1.9 google-cloud-bigquery>=1.6.0 future==0.18.2 pytest==7.1.1 -pytest-flake8==1.1.1 # versions 1.1.1 and above require pytest 7 +pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7 pytz==2022.1 From b15a2c9aa613abffcb8204e962e8c57ec1cf458a Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:32:37 -0400 Subject: [PATCH 3/7] use === to prevent future updates --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index ee091a62..8ba88cdd 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,6 +1,6 @@ sqlalchemy>=1.1.9 google-cloud-bigquery>=1.6.0 future==0.18.2 -pytest==7.1.1 +pytest===6.2.5 pytest-flake8===1.1.0 # versions 1.1.1 and above require pytest 7 pytz==2022.1 From e45c610b733bd6f28bb59a73eec3e4a164ee59e9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:33:06 -0400 Subject: [PATCH 4/7] use === to prevent future updates --- samples/snippets/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 3438f821..afd11b44 100644 --- a/samples/snippets/requirements-test.txt +++ b/samples/snippets/requirements-test.txt @@ -9,7 +9,7 @@ py==1.11.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pyparsing==3.0.7 -pytest==7.1.1 +pytest===6.2.5 rsa==4.8 six==1.16.0 toml==0.10.2 From 5d25cb9e6f0f3d241443e4d1927b91e22c9fd8ec Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:33:42 -0400 Subject: [PATCH 5/7] use === to prevent future updates --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index 469e9286..aaf8f448 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -29,6 +29,6 @@ requests==2.27.1 rsa==4.8 shapely==1.8.1.post1 six==1.16.0 -sqlalchemy==1.4.34 +sqlalchemy==1.4.27 typing-extensions==4.1.1 urllib3==1.26.9 From 0d8081eade171897982ee3379cecf3af8a947675 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:34:08 -0400 Subject: [PATCH 6/7] use === to prevent future updates --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index aaf8f448..241c5e1e 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -29,6 +29,6 @@ requests==2.27.1 rsa==4.8 shapely==1.8.1.post1 six==1.16.0 -sqlalchemy==1.4.27 +sqlalchemy===1.4.27 typing-extensions==4.1.1 urllib3==1.26.9 From 4de3a96ae62492c53fcd6a61465a929804db7b7d Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 4 Apr 2022 05:34:37 -0400 Subject: [PATCH 7/7] revert --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e89ea6ba..7a3fe9ce 100644 --- a/setup.py +++ b/setup.py @@ -86,13 +86,13 @@ def readme(): "google-auth>=1.25.0,<3.0.0dev", # Work around pip wack. "google-cloud-bigquery>=2.25.2,<4.0.0dev", "google-cloud-bigquery-storage>=2.0.0,<3.0.0dev", - "pyarrow>=7,<7.1", + "pyarrow>=3.0.0,<7.0dev", # Temporarily set maximimum sqlalchemy to a known-working version while # we debug failing compliance tests. See: # https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386 # and # https://github.com/googleapis/python-bigquery-sqlalchemy/issues/385 - "sqlalchemy>=1.4.34,<=1.4.34", + "sqlalchemy>=1.2.0,<=1.4.27", "future", ], extras_require=extras,