File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
sqlalchemy>=1.1.9
2
2
google-cloud-bigquery>=1.6.0
3
3
future==0.18.2
4
- pytest==6.2.5
5
- pytest-flake8==1.1.0 # versions 1.1.1 and above require pytest 7
4
+ pytest==7.1.1
5
+ pytest-flake8==1.1.1 # versions 1.1.1 and above require pytest 7
6
6
pytz==2022.1
Original file line number Diff line number Diff line change 1
1
attrs==21.4.0
2
- click==8.1.0
2
+ click==8.1.2
3
3
google-auth==2.6.2
4
4
google-cloud-testutils==1.3.1
5
5
iniconfig==1.1.1
@@ -9,7 +9,7 @@ py==1.11.0
9
9
pyasn1==0.4.8
10
10
pyasn1-modules==0.2.8
11
11
pyparsing==3.0.7
12
- pytest==6.2.5
12
+ pytest==7.1.1
13
13
rsa==4.8
14
14
six==1.16.0
15
15
toml==0.10.2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ future==0.18.2
5
5
geoalchemy2 == 0.11.1
6
6
google-api-core [grpc ]== 2.7.1
7
7
google-auth == 2.6.2
8
- google-cloud-bigquery == 2.34.2
8
+ google-cloud-bigquery == 3.0.1
9
9
google-cloud-core == 2.2.3
10
10
google-crc32c == 1.3.0
11
11
google-resumable-media == 2.3.2
@@ -19,7 +19,7 @@ mako==1.2.0
19
19
markupsafe == 2.1.1
20
20
packaging == 21.3
21
21
proto-plus == 1.20.3
22
- protobuf == 3.19.4
22
+ protobuf == 3.20.0
23
23
pyasn1 == 0.4.8
24
24
pyasn1-modules == 0.2.8
25
25
pyparsing == 3.0.7
@@ -29,6 +29,6 @@ requests==2.27.1
29
29
rsa == 4.8
30
30
shapely == 1.8.1.post1
31
31
six == 1.16.0
32
- sqlalchemy == 1.4.27
32
+ sqlalchemy == 1.4.34
33
33
typing-extensions == 4.1.1
34
34
urllib3 == 1.26.9
Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ def readme():
86
86
"google-auth>=1.25.0,<3.0.0dev" , # Work around pip wack.
87
87
"google-cloud-bigquery>=2.25.2,<4.0.0dev" ,
88
88
"google-cloud-bigquery-storage>=2.0.0,<3.0.0dev" ,
89
- "pyarrow>=3.0.0 ,<7.0dev " ,
89
+ "pyarrow>=7 ,<7.1 " ,
90
90
# Temporarily set maximimum sqlalchemy to a known-working version while
91
91
# we debug failing compliance tests. See:
92
92
# https://github.com/googleapis/python-bigquery-sqlalchemy/issues/386
93
93
# and
94
94
# 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 " ,
96
96
"future" ,
97
97
],
98
98
extras_require = extras ,
You can’t perform that action at this time.
0 commit comments