File tree 6 files changed +37
-37
lines changed
6 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 1
1
pytest==7.2.0
2
- mock==4 .0.3
2
+ mock==5 .0.1
Original file line number Diff line number Diff line change 1
- attrs == 22.1 .0
1
+ attrs == 22.2 .0
2
2
certifi == 2022.12.7
3
3
cffi == 1.15.1
4
4
charset-normalizer == 2.1.1
@@ -10,36 +10,36 @@ db-dtypes==1.0.5
10
10
Fiona == 1.8.22
11
11
geojson == 2.5.0
12
12
geopandas === 0.10.2 ; python_version == '3.7'
13
- geopandas == 0.12.1 ; python_version >= '3.8'
14
- google-api-core == 2.10.2
15
- google-auth == 2.14 .0
16
- google-cloud-bigquery == 3.3.6
17
- google-cloud-bigquery-storage == 2.16.2
13
+ geopandas == 0.12.2 ; python_version >= '3.8'
14
+ google-api-core == 2.11.0
15
+ google-auth == 2.16 .0
16
+ google-cloud-bigquery == 3.4.1
17
+ google-cloud-bigquery-storage == 2.17.0
18
18
google-cloud-core == 2.3.2
19
19
google-crc32c == 1.5.0
20
20
google-resumable-media == 2.4.0
21
- googleapis-common-protos == 1.56.4
22
- grpcio == 1.50.0
21
+ googleapis-common-protos == 1.58.0
22
+ grpcio == 1.51.1
23
23
idna == 3.4
24
- libcst == 0.4.7
24
+ libcst == 0.4.9
25
25
munch == 2.5.0
26
26
mypy-extensions == 0.4.3
27
27
packaging == 21.3
28
28
pandas === 1.3.5 ; python_version == '3.7'
29
- pandas == 1.5.1 ; python_version >= '3.8'
30
- proto-plus == 1.22.1
31
- pyarrow == 10.0.0
29
+ pandas == 1.5.2 ; python_version >= '3.8'
30
+ proto-plus == 1.22.2
31
+ pyarrow == 10.0.1
32
32
pyasn1 == 0.4.8
33
33
pyasn1-modules == 0.2.8
34
34
pycparser == 2.21
35
35
pyparsing == 3.0.9
36
36
python-dateutil == 2.8.2
37
- pytz == 2022.6
37
+ pytz == 2022.7
38
38
PyYAML == 6.0
39
39
requests == 2.28.1
40
40
rsa == 4.9
41
- Shapely == 1.8.5.post1
41
+ Shapely == 2.0.0
42
42
six == 1.16.0
43
43
typing-extensions == 4.4.0
44
44
typing-inspect == 0.8.0
45
- urllib3 == 1.26.12
45
+ urllib3 == 1.26.13
Original file line number Diff line number Diff line change 1
1
google-cloud-testutils==1.3.3
2
2
pytest==7.2.0
3
- mock==4 .0.3
3
+ mock==5 .0.1
Original file line number Diff line number Diff line change 1
1
db-dtypes == 1.0.5
2
- google-cloud-bigquery-storage == 2.16.2
3
- google-auth-oauthlib == 0.7 .0
4
- grpcio == 1.50.0
5
- ipywidgets == 8.0.2
2
+ google-cloud-bigquery-storage == 2.17.0
3
+ google-auth-oauthlib == 0.8 .0
4
+ grpcio == 1.51.1
5
+ ipywidgets == 8.0.4
6
6
ipython === 7.31.1 ; python_version == '3.7'
7
7
ipython === 8.0.1 ; python_version == '3.8'
8
- ipython == 8.6 .0 ; python_version >= '3.9'
8
+ ipython == 8.8 .0 ; python_version >= '3.9'
9
9
matplotlib === 3.5.3 ; python_version == '3.7'
10
- matplotlib == 3.6.1 ; python_version >= '3.8'
10
+ matplotlib == 3.6.2 ; python_version >= '3.8'
11
11
pandas === 1.3.5 ; python_version == '3.7'
12
- pandas == 1.5.1 ; python_version >= '3.8'
13
- pyarrow == 10.0.0
14
- pytz == 2022.6
12
+ pandas == 1.5.2 ; python_version >= '3.8'
13
+ pyarrow == 10.0.1
14
+ pytz == 2022.7
15
15
typing-extensions == 4.4.0
Original file line number Diff line number Diff line change 1
1
google-cloud-testutils==1.3.3
2
2
pytest==7.2.0
3
- mock==4 .0.3
3
+ mock==5 .0.1
Original file line number Diff line number Diff line change 1
1
db-dtypes == 1.0.5
2
- google-cloud-bigquery == 3.3.6
3
- google-cloud-bigquery-storage == 2.16.2
4
- google-auth-oauthlib == 0.7 .0
5
- grpcio == 1.50.0
6
- ipywidgets == 8.0.2
2
+ google-cloud-bigquery == 3.4.1
3
+ google-cloud-bigquery-storage == 2.17.0
4
+ google-auth-oauthlib == 0.8 .0
5
+ grpcio == 1.51.1
6
+ ipywidgets == 8.0.4
7
7
ipython === 7.31.1 ; python_version == '3.7'
8
8
ipython === 8.0.1 ; python_version == '3.8'
9
- ipython == 8.6 .0 ; python_version >= '3.9'
9
+ ipython == 8.8 .0 ; python_version >= '3.9'
10
10
matplotlib === 3.5.3 ; python_version == '3.7'
11
- matplotlib == 3.6.1 ; python_version >= '3.8'
11
+ matplotlib == 3.6.2 ; python_version >= '3.8'
12
12
pandas === 1.3.5 ; python_version == '3.7'
13
- pandas == 1.5.1 ; python_version >= '3.8'
14
- pyarrow == 10.0.0
15
- pytz == 2022.6
13
+ pandas == 1.5.2 ; python_version >= '3.8'
14
+ pyarrow == 10.0.1
15
+ pytz == 2022.7
16
16
typing-extensions == 4.4.0
You can’t perform that action at this time.
0 commit comments