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

Bump the pip group across 3 directories with 7 updates #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
greenlet==0.4.12
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
# depend on rely
eventlet==0.19.0
gunicorn==19.7.1
eventlet==0.35.2
gunicorn==22.0.0
kombu==4.1.0
# Note: amqp is used by kombu
amqp==2.2.2
oslo.config>=1.12.1,<1.13
oslo.utils<=3.33.0,>=3.15.0
six==1.10.0
pyyaml>=3.12,<4.0
pyyaml>=3.12,<7.0
requests[security]>=2.14.1,<2.15
apscheduler==3.4.0
gitpython==2.1.7
gitpython==3.1.41
jsonschema==2.6.0
# Note: mongoengine v0.13.0 introduces memory usage regression so we can't
# upgrade - https://github.com/StackStorm/st2/pull/3597
mongoengine==0.12.0
pymongo==3.5.1
pymongo==4.6.3
passlib==1.7.1
lockfile==0.12.2
python-gnupg==0.4.1
python-gnupg==0.4.4
jsonpath-rw==1.4.0
pyinotify==0.9.6
semver==2.7.7
stevedore==1.27.1
paramiko==2.3.1
paramiko==2.2.4
networkx==1.11
python-keyczar==0.716
retrying==1.3.3
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
apscheduler==3.4.0
argcomplete
bcrypt
eventlet==0.19.0
eventlet==0.35.2
flex==6.11.1
git+https://github.com/Kami/logshipper.git@stackstorm_patched#egg=logshipper
git+https://github.com/StackStorm/python-mistralclient.git#egg=python-mistralclient
git+https://github.com/StackStorm/st2-auth-backend-flat-file.git@master#egg=st2-auth-backend-flat-file
gitpython==2.1.7
gitpython==3.1.41
greenlet==0.4.12
gunicorn==19.7.1
gunicorn==22.0.0
ipaddr
jinja2
jsonpath-rw==1.4.0
Expand All @@ -22,20 +22,20 @@ networkx==1.11
nose
oslo.config<1.13,>=1.12.1
oslo.utils<=3.33.0,>=3.15.0
paramiko==2.3.1
paramiko==2.2.4
passlib==1.7.1
prettytable
prompt-toolkit==1.0.15
psutil
pyinotify==0.9.6
pymongo==3.5.1
pymongo==4.6.3
python-dateutil
python-editor==1.0.3
python-gnupg==0.4.1
python-gnupg==0.4.4
python-json-logger
python-keyczar==0.716
pytz
pyyaml<4.0,>=3.12
pyyaml>=3.12,<7.0
rednose
requests[security]<2.15,>=2.14.1
retrying==1.3.3
Expand Down
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prompt-toolkit==1.0.7
python-dateutil
python-editor==1.0.1
pytz
pyyaml<4.0,>=3.11
pyyaml>=3.11,<7.0
requests[security]>=2.14.1,<2.15
six==1.10.0
sseclient==0.0.12
2 changes: 1 addition & 1 deletion st2client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
'jsonpath-rw>=1.3.0',
'prettytable',
'python-dateutil',
'pyyaml<4.0,>=3.11',
'pyyaml>=3.11,<7.0',
'requests[security]>=2.14.1,<2.15',
'six==1.10.0'
],
Expand Down
8 changes: 4 additions & 4 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Don't edit this file. It's generated automatically!
apscheduler==3.3.1
eventlet==0.19.0
eventlet==0.35.2
flex==6.10.0
greenlet==0.4.12
ipaddr
Expand All @@ -11,11 +11,11 @@ kombu==4.0.2
mongoengine==0.12.0
networkx==1.11
oslo.config<1.13,>=1.12.1
paramiko==2.2.1
pymongo==3.4.0
paramiko==2.2.4
pymongo==4.6.3
python-dateutil
python-keyczar==0.716
pyyaml<4.0,>=3.12
pyyaml>=3.12,<7.0
requests[security]<2.15,>=2.14.1
retrying==1.3.3
routes==2.4.1
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ nose-timer
# splitting tests run on a separate CI machines
nose-parallel
# Required by st2client tests
pyyaml<4.0,>=3.12
pyyaml>=3.12,<7.0
RandomWords
gunicorn==19.7.1
gunicorn==22.0.0
psutil
webtest==2.0.25
rstcheck>=3.1.0,<3.2
Expand Down