Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit fe16ec0

Browse files
chore(deps): update all dependencies (#1183)
* chore(deps): update all dependencies * revert environment specific pins * fix typo * revert environment specific pins * revert environment specific pins Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent b18c8fd commit fe16ec0

6 files changed

Lines changed: 23 additions & 23 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pytest==7.0.1
1+
pytest==7.1.1
22
mock==4.0.3

samples/geography/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ attrs==21.4.0
22
certifi==2021.10.8
33
cffi==1.15.0
44
charset-normalizer==2.0.12
5-
click==8.0.4
5+
click==8.1.0
66
click-plugins==1.1.1
77
cligj==0.7.2
88
dataclasses==0.8; python_version < '3.7'
9-
db-dtypes==0.4.0
9+
db-dtypes==1.0.0
1010
Fiona==1.8.21
1111
geojson==2.5.0
1212
geopandas==0.10.2
13-
google-api-core==2.7.0
14-
google-auth==2.6.0
13+
google-api-core==2.7.1
14+
google-auth==2.6.2
1515
google-cloud-bigquery==2.34.2
16-
google-cloud-bigquery-storage==2.12.0
16+
google-cloud-bigquery-storage==2.13.0
1717
google-cloud-core==2.2.3
1818
google-crc32c==1.3.0
1919
google-resumable-media==2.3.2
20-
googleapis-common-protos==1.55.0
20+
googleapis-common-protos==1.56.0
2121
grpcio==1.44.0
2222
idna==3.3
2323
libcst==0.4.1
@@ -34,12 +34,12 @@ pyasn1-modules==0.2.8
3434
pycparser==2.21
3535
pyparsing==3.0.7
3636
python-dateutil==2.8.2
37-
pytz==2021.3
37+
pytz==2022.1
3838
PyYAML==6.0
3939
requests==2.27.1
4040
rsa==4.8
4141
Shapely==1.8.1.post1
4242
six==1.16.0
4343
typing-extensions==4.1.1
4444
typing-inspect==0.7.1
45-
urllib3==1.26.8
45+
urllib3==1.26.9
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.1
2-
pytest==7.0.1
2+
pytest==7.1.1
33
mock==4.0.3

samples/magics/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
db-dtypes==0.4.0
2-
google-cloud-bigquery-storage==2.12.0
3-
google-auth-oauthlib==0.5.0
1+
db-dtypes==1.0.0
2+
google-cloud-bigquery-storage==2.13.0
3+
google-auth-oauthlib==0.5.1
44
grpcio==1.44.0
55
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.1; python_version == '3.8'
7-
ipython==8.1.1; python_version >= '3.9'
7+
ipython==8.2.0; python_version >= '3.9'
88
matplotlib==3.5.1
99
pandas==1.3.5; python_version == '3.7'
1010
pandas==1.4.1; python_version >= '3.8'
1111
pyarrow==7.0.0
12-
pytz==2021.3
13-
typing-extensions==3.10.0.2
12+
pytz==2022.1
13+
typing-extensions==4.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-cloud-testutils==1.3.1
2-
pytest==7.0.1
2+
pytest==7.1.1
33
mock==4.0.3

samples/snippets/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
db-dtypes==0.4.0
2-
google-cloud-bigquery-storage==2.12.0
3-
google-auth-oauthlib==0.5.0
1+
db-dtypes==1.0.0
2+
google-cloud-bigquery-storage==2.13.0
3+
google-auth-oauthlib==0.5.1
44
grpcio==1.44.0
55
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.1; python_version == '3.8'
7-
ipython==8.1.1; python_version >= '3.9'
7+
ipython==8.2.0; python_version >= '3.9'
88
matplotlib==3.5.1
99
pandas==1.3.5; python_version == '3.7'
1010
pandas==1.4.1; python_version >= '3.8'
1111
pyarrow==7.0.0
12-
pytz==2021.3
13-
typing-extensions==3.10.0.2
12+
pytz==2022.1
13+
typing-extensions==4.1.1

0 commit comments

Comments
 (0)