This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11azure-batch == 9.0.0
22msrest == 0.6.21
3- requests >= 2.25.1 ,< 3
4- ruamel.yaml >= 0.17.4 ,< 1
3+ requests >= 2.26.0 ,< 3
4+ ruamel.yaml >= 0.17.16 ,< 1
Original file line number Diff line number Diff line change 4646logger = logging .getLogger (__name__ )
4747util .setup_logger (logger )
4848# global defines
49- _BLOBXFER_VERSION = '1.10 .0'
49+ _BLOBXFER_VERSION = '1.11 .0'
5050_MEGABYTE = 1048576
5151_MAX_READ_BLOCKSIZE_BYTES = 4194304
5252_FILE_SPLIT_PREFIX = '_shipyard-'
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ azure-mgmt-storage==10.0.0
66azure-storage-blob >= 2.1.0 ,< 3
77azure-storage-queue >= 2.1.0 ,< 3
88msrestazure == 0.6.4
9- python-dateutil >= 2.8.1 ,< 3
10- requests >= 2.25.1 ,< 3
9+ python-dateutil >= 2.8.2 ,< 3
10+ requests >= 2.26.0 ,< 3
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ azure-mgmt-network==10.2.0
55azure-mgmt-resource == 10.0.0
66azure-mgmt-storage == 10.0.0
77msrestazure == 0.6.4
8- requests >= 2.25.1 ,< 3
8+ requests >= 2.26.0 ,< 3
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ azure-mgmt-storage==10.0.0
1111azure-storage-blob >= 2.1.0 ,< 3
1212azure-storage-file >= 2.1.0 ,< 3
1313azure-storage-queue >= 2.1.0 ,< 3
14- blobxfer == 1.10 .0
15- click >= 7.0 , < 8
16- keyrings.alt >= 4.0.2 ,< 5
14+ blobxfer == 1.11 .0
15+ click >= 8.0.1 , < 9
16+ keyrings.alt >= 4.1.0 ,< 5
1717msrest == 0.6.21
1818msrestazure == 0.6.4
1919pathlib2 == 2.3.5 ; python_version < '3.5'
20- pykwalify == 1.8.0
21- python-dateutil >= 2.8.1 ,< 3
22- requests >= 2.25.1 ,< 3
23- ruamel.yaml >= 0.17.4 ,< 1
20+ pykwalify >= 1.8.0 , < 2
21+ python-dateutil >= 2.8.2 ,< 3
22+ requests >= 2.26.0 ,< 3
23+ ruamel.yaml >= 0.17.16 ,< 1
2424scandir == 1.10.0 ; python_version < '3.5'
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ azure-mgmt-resource==10.0.0
44azure-mgmt-storage == 10.0.0
55azure-storage-queue >= 2.1.0 ,< 3
66msrestazure == 0.6.4
7- python-dateutil >= 2.8.1 ,< 3
8- requests >= 2.25.1 ,< 3
7+ python-dateutil >= 2.8.2 ,< 3
8+ requests >= 2.26.0 ,< 3
You can’t perform that action at this time.
0 commit comments