Skip to content

Commit

Permalink
chore(client): update python-dateutil to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Apr 10, 2015
1 parent def0d96 commit 6260b51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

build: setup-venv
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
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
venv/bin/pyinstaller deis.spec
chmod +x dist/deis

Expand Down
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
],
long_description=LONG_DESCRIPTION,
install_requires=[
'docopt==0.6.2', 'python-dateutil==2.4.1',
'docopt==0.6.2', 'python-dateutil==2.4.2',
'PyYAML==3.11', 'requests==2.5.1',
'tabulate==0.7.4', 'termcolor==1.1.0'
],
Expand Down
2 changes: 1 addition & 1 deletion controller/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deis client requirements
docopt==0.6.2
python-dateutil==2.4.1
python-dateutil==2.4.2
requests==2.5.1
termcolor==1.1.0

Expand Down
2 changes: 1 addition & 1 deletion docs/docs_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ python-ldap==2.4.19

# Deis client requirements
docopt==0.6.2
python-dateutil==2.4.1
python-dateutil==2.4.2
requests==2.5.1
tabulate==0.7.4
termcolor==1.1.0
Expand Down

0 comments on commit 6260b51

Please sign in to comment.