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

Commit 1b741a7

Browse files
committed
Update dependencies
1 parent 79a1a45 commit 1b741a7

File tree

6 files changed

+36
-44
lines changed

6 files changed

+36
-44
lines changed

cascade/requirements.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
azure-cosmosdb-table==1.0.5
2-
azure-storage-blob==2.0.1
3-
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
4-
azure-storage-common==2.0.0
1+
azure-cosmosdb-table==1.0.6
2+
azure-storage-blob==2.1.0

convoy/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
logger = logging.getLogger(__name__)
6060
util.setup_logger(logger)
6161
# global defines
62-
_BLOBXFER_VERSION = '1.9.2'
62+
_BLOBXFER_VERSION = '1.9.4'
6363
_MEGABYTE = 1048576
6464
_MAX_READ_BLOCKSIZE_BYTES = 4194304
6565
_FILE_SPLIT_PREFIX = '_shipyard-'

federation/requirements.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
azure-batch==8.0.0
2-
azure-cosmosdb-table==1.0.5
3-
azure-mgmt-compute==7.0.0
4-
azure-mgmt-resource==4.0.0
5-
azure-mgmt-storage==4.0.0
6-
azure-storage-blob==2.0.1
7-
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
8-
azure-storage-common==2.0.0
9-
azure-storage-queue==2.0.1
10-
msrestazure==0.6.1
11-
python-dateutil==2.8.0
2+
azure-cosmosdb-table==1.0.6
3+
azure-mgmt-compute==9.0.0
4+
azure-mgmt-resource==6.0.0
5+
azure-mgmt-storage==6.0.0
6+
azure-storage-blob==2.1.0
7+
azure-storage-queue==2.1.0
8+
msrestazure==0.6.2
9+
python-dateutil==2.8.1
1210
requests==2.22.0

heimdall/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
azure-batch==8.0.0
2-
azure-cosmosdb-table==1.0.5
3-
azure-mgmt-compute==7.0.0
4-
azure-mgmt-network==5.0.0
5-
azure-mgmt-resource==4.0.0
6-
azure-mgmt-storage==4.0.0
7-
msrestazure==0.6.1
2+
azure-cosmosdb-table==1.0.6
3+
azure-mgmt-compute==9.0.0
4+
azure-mgmt-network==8.0.0
5+
azure-mgmt-resource==6.0.0
6+
azure-mgmt-storage==6.0.0
7+
msrestazure==0.6.2
88
requests==2.22.0

requirements.txt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,25 @@
11
adal==1.2.2
22
azure-batch==8.0.0
3-
azure-cosmosdb-table==1.0.5
3+
azure-cosmosdb-table==1.0.6
44
azure-keyvault==1.1.0
55
azure-mgmt-authorization==0.60.0
66
azure-mgmt-batch==7.0.0
7-
azure-mgmt-compute==7.0.0
8-
azure-mgmt-network==5.0.0
9-
azure-mgmt-resource==4.0.0
10-
azure-mgmt-storage==4.0.0
11-
azure-storage-blob==2.0.1
12-
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
13-
azure-storage-common==2.0.0
14-
azure-storage-file==2.0.1
15-
azure-storage-queue==2.0.1
16-
blobxfer==1.9.2
7+
azure-mgmt-compute==9.0.0
8+
azure-mgmt-network==8.0.0
9+
azure-mgmt-resource==6.0.0
10+
azure-mgmt-storage==6.0.0
11+
azure-storage-blob==2.1.0
12+
azure-storage-file==2.1.0
13+
azure-storage-queue==2.1.0
14+
blobxfer==1.9.4
1715
click==7.0
18-
future==0.17.1
16+
future==0.18.2
1917
futures==3.3.0; python_version < '3'
2018
keyrings.alt==3.1.1
2119
msrest==0.6.10
22-
msrestazure==0.6.1
23-
pathlib2==2.3.4; python_version < '3.5'
24-
python-dateutil==2.8.0
20+
msrestazure==0.6.2
21+
pathlib2==2.3.5; python_version < '3.5'
22+
python-dateutil==2.8.1
2523
requests==2.22.0
2624
ruamel.yaml==0.16.5
2725
scandir==1.10.0; python_version < '3.5'

slurm/requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
azure-batch==8.0.0
2-
azure-cosmosdb-table==1.0.5
3-
azure-mgmt-resource==4.0.0
4-
azure-mgmt-storage==4.0.0
5-
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
6-
azure-storage-common==2.0.0
7-
azure-storage-queue==2.0.1
8-
msrestazure==0.6.1
9-
python-dateutil==2.8.0
2+
azure-cosmosdb-table==1.0.6
3+
azure-mgmt-resource==6.0.0
4+
azure-mgmt-storage==6.0.0
5+
azure-storage-queue==2.1.0
6+
msrestazure==0.6.2
7+
python-dateutil==2.8.1
108
requests==2.22.0

0 commit comments

Comments
 (0)