Skip to content

Commit

Permalink
Revert breaking six upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Nov 19, 2019
1 parent 9c2ea48 commit 5979ae8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ amqp==2.5.2
# See https://github.com/StackStorm/st2/issues/4160#issuecomment-394386433 for details
oslo.config>=1.12.1,<1.13
oslo.utils>=3.36.2,<=3.37.0
six==1.13.0
six==1.12.0
pyyaml==5.1.2
requests[security]==2.22.0
apscheduler==3.6.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ requests[security]==2.22.0
retrying==1.3.3
routes==2.4.1
semver==2.9.0
six==1.13.0
six==1.12.0
sseclient-py==1.7
stevedore==1.30.1
tooz==1.66.1
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ python-dateutil==2.8.0
python-json-logger
pyyaml==5.1.2
requests[security]==2.22.0
six==1.13.0
six==1.12.0
2 changes: 1 addition & 1 deletion st2api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ mongoengine==0.18.2
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
pymongo==3.9.0
six==1.13.0
six==1.12.0
2 changes: 1 addition & 1 deletion st2auth/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ gunicorn==19.9.0
oslo.config<1.13,>=1.12.1
passlib==1.7.1
pymongo==3.9.0
six==1.13.0
six==1.12.0
stevedore==1.30.1
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ python-editor==1.0.4
pytz==2019.1
pyyaml==5.1.2
requests[security]==2.22.0
six==1.13.0
six==1.12.0
sseclient-py==1.7
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requests[security]==2.22.0
retrying==1.3.3
routes==2.4.1
semver==2.9.0
six==1.13.0
six==1.12.0
tooz==1.66.1
ujson==1.35
webob==1.8.5
Expand Down
2 changes: 1 addition & 1 deletion st2debug/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ eventlet==0.25.1
python-gnupg==0.4.5
pyyaml==5.1.2
requests[security]==2.22.0
six==1.13.0
six==1.12.0
2 changes: 1 addition & 1 deletion st2exporter/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
eventlet==0.25.1
kombu==4.6.6
oslo.config<1.13,>=1.12.1
six==1.13.0
six==1.12.0
2 changes: 1 addition & 1 deletion st2reactor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jsonschema==2.6.0
kombu==4.6.6
oslo.config<1.13,>=1.12.1
python-dateutil==2.8.0
six==1.13.0
six==1.12.0
2 changes: 1 addition & 1 deletion st2stream/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ mongoengine==0.18.2
oslo.config<1.13,>=1.12.1
oslo.utils<=3.37.0,>=3.36.2
pymongo==3.9.0
six==1.13.0
six==1.12.0

0 comments on commit 5979ae8

Please sign in to comment.