Skip to content

Commit b71b598

Browse files
committed
chore(deps): update all dependencies
1 parent 61feb51 commit b71b598

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sqlalchemy>=1.1.9
22
google-cloud-bigquery>=1.6.0
33
future==0.18.2
4-
pytest==6.2.5
4+
pytest==7.1.1
55
pytest-flake8==1.1.1
66
pytz==2022.1

samples/snippets/requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
attrs==21.4.0
2-
click==8.1.0
2+
click==8.1.2
33
google-auth==2.6.2
44
google-cloud-testutils==1.3.1
55
iniconfig==1.1.1
@@ -9,7 +9,7 @@ py==1.11.0
99
pyasn1==0.4.8
1010
pyasn1-modules==0.2.8
1111
pyparsing==3.0.7
12-
pytest==6.2.5
12+
pytest==7.1.1
1313
rsa==4.8
1414
six==1.16.0
1515
toml==0.10.2

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ future==0.18.2
55
geoalchemy2==0.11.1
66
google-api-core[grpc]==2.7.1
77
google-auth==2.6.2
8-
google-cloud-bigquery==2.34.2
8+
google-cloud-bigquery==3.0.1
99
google-cloud-core==2.2.3
1010
google-crc32c==1.3.0
1111
google-resumable-media==2.3.2
@@ -29,6 +29,6 @@ requests==2.27.1
2929
rsa==4.8
3030
shapely==1.8.1.post1
3131
six==1.16.0
32-
sqlalchemy==1.4.27
32+
sqlalchemy==1.4.34
3333
typing-extensions==4.1.1
3434
urllib3==1.26.9

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ def readme():
8686
"google-auth>=1.25.0,<3.0.0dev", # Work around pip wack.
8787
"google-cloud-bigquery>=2.25.2,<4.0.0dev",
8888
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev",
89-
"pyarrow>=3.0.0,<7.0dev",
89+
"pyarrow>=7,<7.1",
9090
# Temporarily set maximimum sqlalchemy to a known-working version while
9191
# we debug failing compliance tests. See:
9292
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386
9393
# and
9494
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/385
95-
"sqlalchemy>=1.2.0,<=1.4.27",
95+
"sqlalchemy>=1.4.34,<=1.4.34",
9696
"future",
9797
],
9898
extras_require=extras,

0 commit comments

Comments
 (0)