Skip to content

Commit 9313ef5

Browse files
authored
Merge pull request #235 from DataBiosphere/dev
PR for 0.4.6 release
2 parents a01408d + 512082a commit 9313ef5

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

dsub/_dsub_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
0.1.3.dev0 -> 0.1.3 -> 0.1.4.dev0 -> ...
2727
"""
2828

29-
DSUB_VERSION = '0.4.5'
29+
DSUB_VERSION = '0.4.6'

dsub/providers/google_base.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
'asia-south1-a',
9292
'asia-south1-b',
9393
'asia-south1-c',
94+
'asia-south2-a',
95+
'asia-south2-b',
96+
'asia-south2-c',
9497
'asia-southeast1-a',
9598
'asia-southeast1-b',
9699
'asia-southeast1-c',
@@ -100,6 +103,12 @@
100103
'australia-southeast1-a',
101104
'australia-southeast1-b',
102105
'australia-southeast1-c',
106+
'australia-southeast2-a',
107+
'australia-southeast2-b',
108+
'australia-southeast2-c',
109+
'europe-central2-a',
110+
'europe-central2-b',
111+
'europe-central2-c',
103112
'europe-north1-a',
104113
'europe-north1-b',
105114
'europe-north1-c',
@@ -121,6 +130,9 @@
121130
'northamerica-northeast1-a',
122131
'northamerica-northeast1-b',
123132
'northamerica-northeast1-c',
133+
'northamerica-northeast2-a',
134+
'northamerica-northeast2-b',
135+
'northamerica-northeast2-c',
124136
'southamerica-east1-a',
125137
'southamerica-east1-b',
126138
'southamerica-east1-c',

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
# dependencies for dsub, ddel, dstat
1515
# Pin to known working versions to prevent episodic breakage from library
1616
# version mismatches.
17-
# This version list generated: 08/18/2021
17+
# This version list generated: 01/20/2022
1818

1919
# direct dependencies
20-
'google-api-python-client<=2.17.0',
21-
'google-auth<=1.35.0',
20+
'google-api-python-client<=2.36.0',
21+
'google-auth<=2.3.0',
2222
'python-dateutil<=2.8.2',
23-
'pytz<=2021.1',
24-
'pyyaml<=5.4.1',
23+
'pytz<=2021.3',
24+
'pyyaml<=6.0',
2525
'tenacity<=7.0.0',
2626
'tabulate<=0.8.9',
2727

2828
# downstream dependencies
2929
'funcsigs<=1.0.2',
30-
'google-api-core<=1.31.2',
30+
'google-api-core<=2.4.0',
3131
'google-auth-httplib2<=0.1.0',
32-
'httplib2<=0.19.1',
32+
'httplib2<=0.20.2',
3333
'pyasn1<=0.4.8',
3434
'pyasn1-modules<=0.2.8',
35-
'rsa<=4.7',
36-
'uritemplate<=3.0.1',
35+
'rsa<=4.8',
36+
'uritemplate<=4.1.1',
3737

3838
# dependencies for test code
3939
'parameterized<=0.8.1',

0 commit comments

Comments
 (0)