From 51aee052bae86484ef33894aec2012173b98ba01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 23:06:10 +0000 Subject: [PATCH 1/5] chore(deps): update all dependencies --- dev_requirements.txt | 2 +- samples/snippets/requirements-test.txt | 2 +- samples/snippets/requirements.txt | 8 ++++---- setup.py | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 933bd8fd..aab1a88d 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,6 +2,6 @@ sqlalchemy>=1.1.9 google-cloud-bigquery>=1.6.0 future==0.18.2 -pytest==6.2.5 +pytest==7.0.1 pytest-flake8==1.1.0 pytz==2021.3 \ No newline at end of file diff --git a/samples/snippets/requirements-test.txt b/samples/snippets/requirements-test.txt index 4055c210..63ed6ab6 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==6.2.5 +pytest==7.0.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 b66a8135..f7e242a5 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -3,10 +3,10 @@ certifi==2021.10.8 charset-normalizer==2.0.12 future==0.18.2 geoalchemy2==0.11.1 -google-api-core[grpc]==2.6.0 +google-api-core[grpc]==2.6.1 google-auth==2.6.0 -google-cloud-bigquery==2.34.1 -google-cloud-core==2.2.2 +google-cloud-bigquery==2.34.2 +google-cloud-core==2.2.3 google-crc32c==1.3.0 google-resumable-media==2.3.1 googleapis-common-protos==1.55.0 @@ -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.32 typing-extensions==4.1.1 urllib3==1.26.8 diff --git a/setup.py b/setup.py index 31840e81..7976b663 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def readme(): # 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.32,<=1.4.32", "future", ], extras_require=extras, From 72a03dd01e71c61d499f27473b5dd9187254266e Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 20:36:27 -0500 Subject: [PATCH 2/5] revert --- 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 f7e242a5..3914de13 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.32 +sqlalchemy==1.4.27 typing-extensions==4.1.1 urllib3==1.26.8 From 0d5732831b53aed18f3597b33316fb6cd23c829f Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 20:37:23 -0500 Subject: [PATCH 3/5] revert --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7976b663..31840e81 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,7 @@ def readme(): # https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386 # and # https://github.com/googleapis/python-bigquery-sqlalchemy/issues/385 - "sqlalchemy>=1.4.32,<=1.4.32", + "sqlalchemy>=1.2.0,<=1.4.27", "future", ], extras_require=extras, From 41ab3e646b6e09f84b3a97a7851a464e50133ed6 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 20:38:07 -0500 Subject: [PATCH 4/5] revert --- 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 63ed6ab6..4055c210 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.0.1 +pytest==6.2.5 rsa==4.8 six==1.16.0 toml==0.10.2 From 8d1144856b283756a1ac64e770be18eb33310dcd Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 20:38:14 -0500 Subject: [PATCH 5/5] revert --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index aab1a88d..933bd8fd 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -2,6 +2,6 @@ sqlalchemy>=1.1.9 google-cloud-bigquery>=1.6.0 future==0.18.2 -pytest==7.0.1 +pytest==6.2.5 pytest-flake8==1.1.0 pytz==2021.3 \ No newline at end of file