Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to latest versions #4637

Merged
merged 8 commits into from
Apr 24, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update dependencies to latest versions, also pin bcrypt version.
  • Loading branch information
Kami committed Apr 15, 2019
commit aeac02357e2bc3585d052178779fddb2f8de51d2
7 changes: 4 additions & 3 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ python-gnupg==0.4.4
jsonpath-rw==1.4.0
pyinotify==0.9.6
semver==2.8.1
pytz==2018.9
pytz==2019.1
stevedore==1.30.1
paramiko==2.4.2
networkx==1.11
python-keyczar==0.716
cryptography==2.4.2
cryptography==2.6.1
retrying==1.3.3
# Note: We use latest version of virtualenv which uses pip 9.0
virtualenv==15.1.0
Expand All @@ -53,4 +53,5 @@ python-statsd==2.1.0
prometheus_client==0.1.1
mock==2.0.0
ujson==1.35
python-dateutil==2.7.5
python-dateutil==2.8.0
bcrypt==3.1.6
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ RandomWords
amqp==2.4.2
apscheduler==3.6.0
argcomplete
bcrypt
cryptography==2.4.2
bcrypt==3.1.6
cryptography==2.6.1
eventlet==0.24.1
flex==6.14.0
git+https://github.com/Kami/logshipper.git@stackstorm_patched#egg=logshipper
Expand Down Expand Up @@ -36,12 +36,12 @@ psutil==5.6.1
pyinotify==0.9.6
pymongo==3.7.2
pyrabbit
python-dateutil==2.7.5
python-dateutil==2.8.0
python-editor==1.0.4
python-gnupg==0.4.4
python-json-logger
python-statsd==2.1.0
pytz==2018.9
pytz==2019.1
pywinrm==0.3.0
pyyaml==5.1
rednose
Expand Down
6 changes: 3 additions & 3 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Don't edit this file. It's generated automatically!
argcomplete
cryptography==2.4.2
cryptography==2.6.1
jsonpath-rw==1.4.0
jsonschema==2.6.0
prettytable
prompt-toolkit==1.0.15
python-dateutil==2.7.5
python-dateutil==2.8.0
python-editor==1.0.4
pytz==2018.9
pytz==2019.1
pyyaml==5.1
requests[security]<2.15,>=2.14.1
six==1.12.0
Expand Down
4 changes: 2 additions & 2 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Don't edit this file. It's generated automatically!
amqp==2.4.2
apscheduler==3.6.0
cryptography==2.4.2
cryptography==2.6.1
eventlet==0.24.1
flex==6.14.0
git+https://github.com/StackStorm/orquesta.git@c9af76e25bf9163fddb4dcb0117c3bbf8d5876ef#egg=orquesta
Expand All @@ -16,7 +16,7 @@ networkx==1.11
oslo.config<1.13,>=1.12.1
paramiko==2.4.2
pymongo==3.7.2
python-dateutil==2.7.5
python-dateutil==2.8.0
python-statsd==2.1.0
pyyaml==5.1
requests[security]<2.15,>=2.14.1
Expand Down