Skip to content

Commit e260430

Browse files
authored
Merge pull request #155 from Microsoft/users/tedchamb/dev
update dependency versions
2 parents a35b853 + c3cfc8e commit e260430

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

src/command_modules/vsts-cli-build/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
2121
'vsts-cli-build-common==' + VERSION
2222
]
2323

src/command_modules/vsts-cli-code/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
2121
'vsts-cli-code-common==' + VERSION
2222
]
2323

src/command_modules/vsts-cli-team/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
2121
'vsts-cli-team-common==' + VERSION
2222
]
2323

src/command_modules/vsts-cli-work/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
2121
'vsts-cli-work-common==' + VERSION
2222
]
2323

src/common_modules/vsts-cli-build-common/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
21-
'vsts~=0.1.2.dev',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
21+
'vsts~=0.1.6.dev',
2222
'vsts-cli-common==' + VERSION
2323
]
2424

src/common_modules/vsts-cli-code-common/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
21-
'vsts~=0.1.2.dev',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
21+
'vsts~=0.1.6.dev',
2222
'vsts-cli-common==' + VERSION
2323
]
2424

src/common_modules/vsts-cli-common/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
REQUIRES = [
1919
'keyring~=10.5.0',
20-
'knack==0.3.2',
21-
'python-dateutil==2.6.1',
22-
'vsts~=0.1.2.dev'
20+
'knack==0.3.3',
21+
'python-dateutil==2.7.3',
22+
'vsts~=0.1.6.dev'
2323
]
2424

2525
CLASSIFIERS = [

src/common_modules/vsts-cli-team-common/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
21-
'vsts~=0.1.2.dev',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
21+
'vsts~=0.1.6.dev',
2222
'vsts-cli-common==' + VERSION
2323
]
2424

src/common_modules/vsts-cli-work-common/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
20-
'python-dateutil==2.6.1',
21-
'vsts~=0.1.2.dev',
19+
'knack==0.3.3',
20+
'python-dateutil==2.7.3',
21+
'vsts~=0.1.6.dev',
2222
'vsts-cli-common==' + VERSION
2323
]
2424

src/vsts-cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# http://pypi.python.org/pypi/setuptools
1717

1818
REQUIRES = [
19-
'knack==0.3.2',
19+
'knack==0.3.3',
2020
'setuptools',
2121
'vsts-cli-common==' + VERSION,
2222
'vsts-cli-build==' + VERSION,

0 commit comments

Comments
 (0)