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

Commit4e618e5

Browse files
chore(deps): update all dependencies (#2143)
* chore(deps): update all dependencies* pin ipython===8.18.1 for python 3.9---------Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent85de1a3 commit4e618e5

File tree

10 files changed

+44
-43
lines changed

10 files changed

+44
-43
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.5.0
2-
pytest==8.3.4
3-
mock==5.1.0
1+
google-cloud-testutils==1.6.0
2+
pytest==8.3.5
3+
mock==5.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==3.27.0
1+
google-cloud-bigquery==3.31.0
22
google-auth-oauthlib==1.2.1
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==8.3.4
2-
mock==5.1.0
1+
pytest==8.3.5
2+
mock==5.2.0

‎samples/geography/requirements.txt‎

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
attrs==24.3.0
2-
certifi==2024.12.14
1+
attrs==25.3.0
2+
certifi==2025.1.31
33
cffi==1.17.1
44
charset-normalizer==3.4.1
55
click==8.1.8
66
click-plugins==1.1.1
77
cligj==0.7.2
8-
db-dtypes==1.3.1
8+
db-dtypes==1.4.2
99
Fiona==1.10.1
1010
geojson==3.2.0
1111
geopandas==1.0.1
12-
google-api-core==2.24.0
13-
google-auth==2.37.0
14-
google-cloud-bigquery==3.27.0
15-
google-cloud-bigquery-storage==2.27.0
16-
google-cloud-core==2.4.1
17-
google-crc32c==1.6.0
12+
google-api-core==2.24.2
13+
google-auth==2.38.0
14+
google-cloud-bigquery==3.31.0
15+
google-cloud-bigquery-storage==2.30.0
16+
google-cloud-core==2.4.3
17+
google-crc32c==1.7.1
1818
google-resumable-media==2.7.2
19-
googleapis-common-protos==1.66.0
20-
grpcio==1.69.0
19+
googleapis-common-protos==1.69.2
20+
grpcio==1.71.0
2121
idna==3.10
2222
munch==4.0.0
2323
mypy-extensions==1.0.0
2424
packaging==24.2
2525
pandas==2.2.3
26-
proto-plus==1.25.0
27-
pyarrow==18.1.0
26+
proto-plus==1.26.1
27+
pyarrow==19.0.1
2828
pyasn1==0.6.1
2929
pyasn1-modules==0.4.1
3030
pycparser==2.22
31-
pyparsing==3.2.1
31+
pyparsing==3.2.3
3232
python-dateutil==2.9.0.post0
33-
pytz==2024.2
33+
pytz==2025.2
3434
PyYAML==6.0.2
3535
requests==2.32.3
3636
rsa==4.9
37-
Shapely==2.0.6
37+
Shapely==2.0.7
3838
six==1.17.0
39-
typing-extensions==4.12.2
39+
typing-extensions==4.13.0
4040
typing-inspect==0.9.0
4141
urllib3==2.3.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.5.0
2-
pytest==8.3.4
3-
mock==5.1.0
1+
google-cloud-testutils==1.6.0
2+
pytest==8.3.5
3+
mock==5.2.0

‎samples/magics/requirements.txt‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
bigquery_magics==0.5.0
2-
db-dtypes==1.3.1
3-
google.cloud.bigquery==3.27.0
4-
google-cloud-bigquery-storage==2.27.0
1+
bigquery_magics==0.9.0
2+
db-dtypes==1.4.2
3+
google.cloud.bigquery==3.31.0
4+
google-cloud-bigquery-storage==2.30.0
55
ipython===8.18.1
66
pandas==2.2.3
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
google-cloud-testutils==1.5.0
2-
pytest==8.3.4
3-
mock==5.1.0
1+
google-cloud-testutils==1.6.0
2+
pytest==8.3.5
3+
mock==5.2.0

‎samples/notebooks/requirements.txt‎

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
bigquery-magics==0.5.0
2-
db-dtypes==1.3.1
3-
google-cloud-bigquery==3.27.0
4-
google-cloud-bigquery-storage==2.27.0
5-
ipython==8.18.1
1+
bigquery-magics==0.9.0
2+
db-dtypes==1.4.2
3+
google-cloud-bigquery==3.31.0
4+
google-cloud-bigquery-storage==2.30.0
5+
ipython===8.18.1;python_version=='3.9'
6+
ipython==9.0.2;python_version>='3.10'
67
matplotlib===3.9.2;python_version=='3.9'
7-
matplotlib==3.10.0;python_version>='3.10'
8+
matplotlib==3.10.1;python_version>='3.10'
89
pandas==2.2.3
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-testutils==1.5.0
3-
pytest==8.3.4
4-
mock==5.1.0
2+
google-cloud-testutils==1.6.0
3+
pytest==8.3.5
4+
mock==5.2.0

‎samples/snippets/requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# samples/snippets should be runnable with no "extras"
2-
google-cloud-bigquery==3.27.0
2+
google-cloud-bigquery==3.31.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp