From e9e798e98524b654130d77bd9cb292f207a150f0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 00:50:34 +0000 Subject: [PATCH 1/5] chore(deps): update all dependencies --- dev_requirements.txt | 2 +- samples/snippets/requirements-test.txt | 2 +- samples/snippets/requirements.txt | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 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 251f0c77..c6a2f732 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -2,7 +2,7 @@ alembic==1.7.6 certifi==2021.10.8 charset-normalizer==2.0.12 future==0.18.2 -geoalchemy2==0.11.0 +geoalchemy2==0.11.1 google-api-core[grpc]==2.6.0 google-auth==2.6.0 google-cloud-bigquery==2.34.1 @@ -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 659fce4b6b735e584a4ef31875c80a8d2d7bd6b9 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 11:25:53 -0500 Subject: [PATCH 2/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 13ce7a59b835a62c4df4634b54f0e3f6a24b842b Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 11:26:53 -0500 Subject: [PATCH 3/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 From ae4f735296e5f99c535e1128ed09780906448537 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 11:27:03 -0500 Subject: [PATCH 4/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 c6a2f732..b66a8135 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 caf66ac2512e3e14aae6438bec3e51c8283450cd Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Mon, 7 Mar 2022 11:27:13 -0500 Subject: [PATCH 5/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