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

Commit 9429d14

Browse files
committed
Update dependencies
- blobxfer to 1.11.0 - Various dependency updates - Update AppVeyor config
1 parent ab1dbe1 commit 9429d14

File tree

7 files changed

+26
-25
lines changed

7 files changed

+26
-25
lines changed

appveyor.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,28 @@ cache:
77

88
environment:
99
matrix:
10-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
11-
PYTHON: "C:\\Python36-x64"
12-
PYTHON_VERSION: "3.6"
13-
PYTHON_ARCH: "64"
14-
TOX_ENV: "py36"
15-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
10+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
1611
PYTHON: "C:\\Python37-x64"
1712
PYTHON_VERSION: "3.7"
1813
PYTHON_ARCH: "64"
1914
TOX_ENV: "py37"
20-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
15+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
2116
PYTHON: "C:\\Python38-x64"
2217
PYTHON_VERSION: "3.8"
2318
PYTHON_ARCH: "64"
2419
TOX_ENV: "py38"
20+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
21+
PYTHON: "C:\\Python39-x64"
22+
PYTHON_VERSION: "3.9"
23+
PYTHON_ARCH: "64"
24+
TOX_ENV: "py39"
2525

2626
init:
2727
- echo %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
2828

2929
install:
3030
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
31+
- python -m pip install -U pip
3132
- where pip
3233
- pip install --upgrade setuptools wheel
3334
- pip install -r requirements.txt
@@ -37,7 +38,7 @@ install:
3738
build: off
3839

3940
test_script:
40-
- flake8 --exit-zero --select F,E,W --ignore W504 --statistics shipyard.py convoy\\*.py
41-
- IF "%PYTHON_VERSION%" GEQ "3.8" (
42-
flake8 --exit-zero --select F,E,W --ignore W504 --statistics cascade\\*.py cargo\\*.py federation\\*.py heimdall\\*.py slurm\\*.py
41+
- flake8 --exit-zero --select F,E,W --ignore W504 --statistics shipyard.py convoy
42+
- IF "%PYTHON_VERSION%" GEQ "3.9" (
43+
flake8 --exit-zero --select F,E,W --ignore W504 --statistics cascade cargo federation heimdall slurm
4344
)

cargo/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
azure-batch==9.0.0
22
msrest==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

convoy/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
logger = logging.getLogger(__name__)
4747
util.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-'

federation/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ azure-mgmt-storage==10.0.0
66
azure-storage-blob>=2.1.0,<3
77
azure-storage-queue>=2.1.0,<3
88
msrestazure==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

heimdall/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ azure-mgmt-network==10.2.0
55
azure-mgmt-resource==10.0.0
66
azure-mgmt-storage==10.0.0
77
msrestazure==0.6.4
8-
requests>=2.25.1,<3
8+
requests>=2.26.0,<3

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ azure-mgmt-storage==10.0.0
1111
azure-storage-blob>=2.1.0,<3
1212
azure-storage-file>=2.1.0,<3
1313
azure-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
1717
msrest==0.6.21
1818
msrestazure==0.6.4
1919
pathlib2==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
2424
scandir==1.10.0; python_version < '3.5'

slurm/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ azure-mgmt-resource==10.0.0
44
azure-mgmt-storage==10.0.0
55
azure-storage-queue>=2.1.0,<3
66
msrestazure==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

0 commit comments

Comments
 (0)