Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Changed

Contributed by Nick Maludy (Encore Technologies)
* Update various internal dependencies to latest stable versions (apscheduler, pyyaml, kombu,
mongoengine, pytz, stevedore, sseclient, python-editor). #4610
mongoengine, pytz, stevedore, python-editor, jinja2). #4610
* Update logging code so we exclude log messages with log level ``AUDIT`` from a default service
log file (e.g. ``st2api.log``). Log messages with level ``AUDIT`` are already logged in a
dedicated service audit log file (e.g. ``st2api.audit.log``) so there is no need for them to also
Expand Down
8 changes: 5 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,6 @@ 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
jinja2==2.10.1
10 changes: 5 additions & 5 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 All @@ -15,7 +15,7 @@ gitpython==2.1.11
greenlet==0.4.15
gunicorn==19.9.0
ipaddr
jinja2
jinja2==2.10.1
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==4.5.0
Expand All @@ -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
6 changes: 3 additions & 3 deletions st2common/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!
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
greenlet==0.4.15
ipaddr
jinja2
jinja2==2.10.1
jsonpath-rw==1.4.0
jsonschema==2.6.0
kombu==4.5.0
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