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

Commit 81212cb

Browse files
chore(deps): update all dependencies (#877)
* chore(deps): update all dependencies * pin importlib-resources for python 3.7 * revert urllib3 --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent d86af99 commit 81212cb

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
attrs==23.1.0
2-
click==8.1.3
3-
google-auth==2.20.0
2+
click==8.1.4
3+
google-auth==2.21.0
44
google-cloud-testutils==1.3.3
55
iniconfig==2.0.0
66
packaging==23.1
7-
pluggy==1.1.0
7+
pluggy==1.2.0
88
py==1.11.0
99
pyasn1==0.5.0
1010
pyasn1-modules==0.3.0
@@ -13,4 +13,4 @@ pytest===6.2.5
1313
rsa==4.9
1414
six==1.16.0
1515
toml==0.10.2
16-
typing-extensions==4.6.3
16+
typing-extensions==4.7.1

samples/snippets/requirements.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
alembic==1.11.1
22
certifi==2023.5.7
3-
charset-normalizer==3.1.0
4-
geoalchemy2==0.13.3
3+
charset-normalizer==3.2.0
4+
geoalchemy2==0.14.0
55
google-api-core[grpc]==2.11.1
6-
google-auth==2.20.0
7-
google-cloud-bigquery==3.11.1
8-
google-cloud-core==2.3.2
6+
google-auth==2.21.0
7+
google-cloud-bigquery==3.11.3
8+
google-cloud-core==2.3.3
99
google-crc32c==1.5.0
1010
google-resumable-media==2.5.0
1111
googleapis-common-protos==1.59.1
1212
greenlet==2.0.2
13-
grpcio==1.54.2
14-
grpcio-status==1.54.2
13+
grpcio==1.56.0
14+
grpcio-status==1.56.0
1515
idna==3.4
16-
importlib-resources==5.12.0
16+
importlib-resources===5.12.0; python_version == '3.7'
17+
importlib-resources==6.0.0; python_version >= '3.8'
1718
mako==1.2.4
1819
markupsafe==2.1.3
1920
packaging==23.1
20-
proto-plus==1.22.2
21-
protobuf==4.23.3
21+
proto-plus==1.22.3
22+
protobuf==4.23.4
2223
pyasn1==0.5.0
2324
pyasn1-modules==0.3.0
2425
pyparsing==3.1.0
@@ -29,5 +30,5 @@ rsa==4.9
2930
shapely==2.0.1
3031
six==1.16.0
3132
sqlalchemy===1.4.27
32-
typing-extensions==4.6.3
33+
typing-extensions==4.7.1
3334
urllib3==1.26.12

0 commit comments

Comments
 (0)