Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 959bc57

Browse files
authored
chore: pin versions of transitive dependencies for compatibility with Python 3.6 (#1836)
1 parent 998b872 commit 959bc57

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.kokoro/requirements.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ pycparser==2.21
1616
pyperclip==1.8.2
1717
python-dateutil==2.8.2
1818
requests==2.27.1
19+
certifi==2022.9.24
1920
importlib-metadata==4.8.3
2021
zipp==3.6.0
2122
google_api_core==2.8.2
2223
google-cloud-storage==2.0.0
24+
google-resumable-media==2.3.3
2325
google-cloud-core==2.3.1
2426
typing-extensions==4.1.1
2527
urllib3==1.26.12

.kokoro/requirements.txt

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ cachetools==4.2.4 \
1919
certifi==2022.9.24 \
2020
--hash=sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14 \
2121
--hash=sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382
22-
# via requests
22+
# via
23+
# -r requirements.in
24+
# requests
2325
cffi==1.15.1 \
2426
--hash=sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5 \
2527
--hash=sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef \
@@ -215,10 +217,12 @@ google-crc32c==1.3.0 \
215217
# via
216218
# -r requirements.in
217219
# google-resumable-media
218-
google-resumable-media==2.4.0 \
219-
--hash=sha256:2aa004c16d295c8f6c33b2b4788ba59d366677c0a25ae7382436cb30f776deaa \
220-
--hash=sha256:8d5518502f92b9ecc84ac46779bd4f09694ecb3ba38a3e7ca737a86d15cbca1f
221-
# via google-cloud-storage
220+
google-resumable-media==2.3.3 \
221+
--hash=sha256:27c52620bd364d1c8116eaac4ea2afcbfb81ae9139fb3199652fcac1724bfb6c \
222+
--hash=sha256:5b52774ea7a829a8cdaa8bd2d4c3d4bc660c91b30857ab2668d0eb830f4ea8c5
223+
# via
224+
# -r requirements.in
225+
# google-cloud-storage
222226
googleapis-common-protos==1.56.3 \
223227
--hash=sha256:6f1369b58ed6cf3a4b7054a44ebe8d03b29c309257583a2bbdc064cd1e4a1442 \
224228
--hash=sha256:87955d7b3a73e6e803f2572a33179de23989ebba725e05ea42f24838b792e461

0 commit comments

Comments
 (0)