Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(client): update requests to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mboersma committed Aug 14, 2014
1 parent 2c2e417 commit 85419f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/setup.py
Expand Up @@ -58,7 +58,7 @@
long_description=LONG_DESCRIPTION,
install_requires=[
'docopt==0.6.2', 'python-dateutil==2.2',
'PyYAML==3.11', 'requests==2.2.1', 'urllib3==1.8.2'
'PyYAML==3.11', 'requests==2.3.0'
],
zip_safe=True,
**KWARGS)
3 changes: 1 addition & 2 deletions controller/dev_requirements.txt
Expand Up @@ -2,8 +2,7 @@
docopt==0.6.2
python-dateutil==2.2
#PyYAML==3.11
requests==2.2.1
urllib3==1.8.2
requests==2.3.0

# PyInstaller builds client binaries
PyInstaller==2.1
Expand Down
2 changes: 1 addition & 1 deletion docs/docs_requirements.txt
Expand Up @@ -27,7 +27,7 @@ South==1.0
docopt==0.6.2
python-dateutil==2.2
#PyYAML==3.11
requests==2.2.1
requests==2.3.0
urllib3==1.8.2

# Deis documentation requirements
Expand Down

0 comments on commit 85419f9

Please sign in to comment.