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
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Changed

Fixed
~~~~~~~~~
* Pin chardet version as newest version was incompatible with pinned requests version #5101
Contributed by @amanda11

* Fixed issue were st2tests was not getting installed using pip because no version was specified.
Contributed by @anirudhbagri

Expand Down
2 changes: 2 additions & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Note: amqp is used by kombu
amqp==2.5.2
apscheduler==3.6.3
# requests 2.23 requires chardet < 3.1.0
chardet<3.1.0
# NOTE: 2.0 version breaks pymongo work with hosts
dnspython>=1.16.0,<2.0.0
cryptography==3.2
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ amqp==2.5.2
apscheduler==3.6.3
argcomplete
bcrypt==3.1.7
chardet<3.1.0
cryptography==3.2
dnspython<2.0.0,>=1.16.0
eventlet==0.25.1
Expand Down
4 changes: 3 additions & 1 deletion st2actions/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
apscheduler
python-dateutil
eventlet
Expand All @@ -18,3 +18,5 @@ pyinotify
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
# required by pack_mgmt/setup_virtualenv.py#L135
virtualenv
# needed by requests
chardet
1 change: 1 addition & 0 deletions st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
apscheduler==3.6.3
chardet<3.1.0
eventlet==0.25.1
git+https://github.com/StackStorm/logshipper.git@stackstorm_patched#egg=logshipper
gitpython==2.1.15
Expand Down
2 changes: 1 addition & 1 deletion st2api/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
eventlet
jsonschema
kombu
Expand Down
2 changes: 1 addition & 1 deletion st2auth/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
bcrypt
eventlet
oslo.config
Expand Down
4 changes: 3 additions & 1 deletion st2client/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
argcomplete
prettytable
pytz
Expand All @@ -14,3 +14,5 @@ prompt-toolkit
cryptography
more-itertools==5.0.0
zipp>=0.5,<=1.0.0
# needed by requests
chardet
1 change: 1 addition & 0 deletions st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
argcomplete
chardet<3.1.0
cryptography==3.2
jsonpath-rw==1.4.0
jsonschema==2.6.0
Expand Down
4 changes: 3 additions & 1 deletion st2common/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
apscheduler
dnspython
python-dateutil
Expand Down Expand Up @@ -38,3 +38,5 @@ amqp
# Used by st2-pack-* commands
gitpython
lockfile
# needed by requests
chardet
1 change: 1 addition & 0 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# update the component requirements.txt
amqp==2.5.2
apscheduler==3.6.3
chardet<3.1.0
cryptography==3.2
dnspython<2.0.0,>=1.16.0
eventlet==0.25.1
Expand Down
4 changes: 3 additions & 1 deletion st2debug/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
six
eventlet
pyyaml
python-gnupg
requests
# needed by requests
chardet
1 change: 1 addition & 0 deletions st2debug/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# If you want to update depdencies for a single component, modify the
# in-requirements.txt for that component and then run 'make requirements' to
# update the component requirements.txt
chardet<3.1.0
eventlet==0.25.1
python-gnupg==0.4.5
pyyaml==5.1.2
Expand Down
2 changes: 1 addition & 1 deletion st2exporter/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
six
eventlet
kombu
Expand Down
2 changes: 1 addition & 1 deletion st2reactor/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
apscheduler
python-dateutil
eventlet
Expand Down
2 changes: 1 addition & 1 deletion st2stream/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
eventlet
jsonschema
kombu
Expand Down
2 changes: 1 addition & 1 deletion st2tests/in-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Remeber to list implicit packages here, otherwise version won't be fixated!
# Remember to list implicit packages here, otherwise version won't be fixated!
mock
unittest2
nose
Expand Down