Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2e80215

Browse files
chore(deps): update all dependencies (#1456)
* chore(deps): update all dependencies* revert packaging* revert charset-normalizerCo-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parente885f3c commit2e80215

File tree

6 files changed

+37
-37
lines changed

6 files changed

+37
-37
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.2.0
2-
mock==4.0.3
2+
mock==5.0.1

‎samples/geography/requirements.txt‎

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
attrs==22.1.0
1+
attrs==22.2.0
22
certifi==2022.12.7
33
cffi==1.15.1
44
charset-normalizer==2.1.1
@@ -10,36 +10,36 @@ db-dtypes==1.0.5
1010
Fiona==1.8.22
1111
geojson==2.5.0
1212
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
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
2020
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
2323
idna==3.4
24-
libcst==0.4.7
24+
libcst==0.4.9
2525
munch==2.5.0
2626
mypy-extensions==0.4.3
2727
packaging==21.3
2828
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
3232
pyasn1==0.4.8
3333
pyasn1-modules==0.2.8
3434
pycparser==2.21
3535
pyparsing==3.0.9
3636
python-dateutil==2.8.2
37-
pytz==2022.6
37+
pytz==2022.7
3838
PyYAML==6.0
3939
requests==2.28.1
4040
rsa==4.9
41-
Shapely==1.8.5.post1
41+
Shapely==2.0.0
4242
six==1.16.0
4343
typing-extensions==4.4.0
4444
typing-inspect==0.8.0
45-
urllib3==1.26.12
45+
urllib3==1.26.13
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.3
22
pytest==7.2.0
3-
mock==4.0.3
3+
mock==5.0.1

‎samples/magics/requirements.txt‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
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
66
ipython===7.31.1;python_version=='3.7'
77
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'
99
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'
1111
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
1515
typing-extensions==4.4.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.3
22
pytest==7.2.0
3-
mock==4.0.3
3+
mock==5.0.1

‎samples/snippets/requirements.txt‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
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
77
ipython===7.31.1;python_version=='3.7'
88
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'
1010
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'
1212
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
1616
typing-extensions==4.4.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp