Skip to content

Commit 6260b51

Browse files
committed
chore(client): update python-dateutil to 2.4.2
1 parent def0d96 commit 6260b51

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

client/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
build: setup-venv
3-
venv/bin/pip install docopt==0.6.2 python-dateutil==2.4.1 PyYAML==3.11 requests==2.5.1 git+https://github.com/pyinstaller/pyinstaller@7413317 tabulate==0.7.4 termcolor==1.1.0
3+
venv/bin/pip install docopt==0.6.2 python-dateutil==2.4.2 PyYAML==3.11 requests==2.5.1 git+https://github.com/pyinstaller/pyinstaller@7413317 tabulate==0.7.4 termcolor==1.1.0
44
venv/bin/pyinstaller deis.spec
55
chmod +x dist/deis
66

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
],
5858
long_description=LONG_DESCRIPTION,
5959
install_requires=[
60-
'docopt==0.6.2', 'python-dateutil==2.4.1',
60+
'docopt==0.6.2', 'python-dateutil==2.4.2',
6161
'PyYAML==3.11', 'requests==2.5.1',
6262
'tabulate==0.7.4', 'termcolor==1.1.0'
6363
],

controller/dev_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deis client requirements
22
docopt==0.6.2
3-
python-dateutil==2.4.1
3+
python-dateutil==2.4.2
44
requests==2.5.1
55
termcolor==1.1.0
66

docs/docs_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ python-ldap==2.4.19
2525

2626
# Deis client requirements
2727
docopt==0.6.2
28-
python-dateutil==2.4.1
28+
python-dateutil==2.4.2
2929
requests==2.5.1
3030
tabulate==0.7.4
3131
termcolor==1.1.0

0 commit comments

Comments
 (0)