-
-
Notifications
You must be signed in to change notification settings - Fork 751
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 the requests library version to latest (2.22.0) in requirements #4689
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@VineeshJain Please fix the commits here. You should have rebased the first commit, amend the title for the commit, and then push it back into the feature branch. This is such a small change. The additional commits are needless and pollutes the commit history. Also, please fix the PR title appropriately. Which module are you updating in requirements? The PR title doesn't mention which module we are updating.
ba270e3
to
4a507b5
Compare
@VineeshJain Can you run |
@m4dcoder I did
|
@VineeshJain Ok thanks for confirming. |
Please rebase this feature branch with master and then push again. I will approve after. |
Please also add a CHANGELOG entry. |
4a507b5
to
9dd3574
Compare
issue #4680 - This commit updates the requests library to the latest version (2.22.0) in the requirements
9dd3574
to
2b671cb
Compare
issue #4680 - This commit adds a CHANGELOG.rst entry for upgrade of requests library in requirements
de65f0d
to
6b44258
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please also get an approval from @Kami since he may have other concerns.
Thanks. Will request @Kami for a review before merging. |
LGTM. Let's please just make sure it's tested end to end on all the supported distros (RHEL 6, RHEL 7, Ubuntu 14.04, 16.04 and 18.04). Please also test it in combination with some packs which explicitly specify version of On a related note - we may just want to remove version specifier from all the pack requirements.txt files to make sure it doesn't conflict with StackStorm one.. kami ~/w/stackstorm/exchange-all $ ag requests | grep requirements
stackstorm-newrelic/requirements.txt:2:requests
stackstorm-octopusdeploy/requirements.txt:1:requests
stackstorm-lastline/requirements.txt:1:requests>=2.7.0,<3.0
stackstorm-check_mk/requirements.txt:1:requests
stackstorm-gitlab/requirements.txt:1:requests
stackstorm-mistral/requirements.txt:1:requests>=2.5.1
stackstorm-salt/requirements-tests.txt:1:requests-mock
stackstorm-salt/requirements.txt:3:requests
stackstorm-tuleap/requirements.txt:1:requests>=2.7.0,<3.0
stackstorm-cloudshark/requirements.txt:1:requests
stackstorm-reamaze/requirements.txt:1:requests>=2.8.1,<3.0
stackstorm-webpagetest/requirements.txt:1:requests>=2.6.0,<3.0
stackstorm-smartthings/requirements.txt:1:requests>=2.5,<3.0
stackstorm-exos/requirements.txt:1:requests
stackstorm-github/requirements.txt:3:#requests>=2.5.1,<2.6
stackstorm-opsgenie/requirements-tests.txt:1:requests-mock
stackstorm-mmonit/requirements.txt:1:requests>=2.6.0,<3.0
stackstorm-opscenter/requirements.txt:2:requests
stackstorm-dripstat/requirements.txt:1:requests>=2.5.1
stackstorm-puppet/requirements.txt:1:requests>=2.5.0,<3.0
stackstorm-ipcam/requirements.txt:1:requests
stackstorm-network_essentials/requirements.txt:3:requests==2.18.4
stackstorm-travis_ci/requirements.txt:1:requests
stackstorm-hubot/requirements.txt:1:requests
stackstorm-vadc/requirements.txt:1:requests
stackstorm-fireeye/requirements.txt:1:requests>=2.7.0,<3.0
stackstorm-google/requirements.txt:1:requests
stackstorm-prometheus/requirements.txt:1:requests
stackstorm-mailgun/requirements.txt:1:requests>=2.5.0,<3.0
stackstorm-circle_ci/requirements.txt:1:requests
stackstorm-slack/requirements.txt:1:requests>=2.5.0,<3.0
stackstorm-packagecloud/requirements.txt:1:requests
stackstorm-device42/requirements.txt:1:requests>=2.11.1
stackstorm-windows/requirements.txt:4:requests_ntlm
stackstorm-ghost2logger/requirements.txt:3:requests
stackstorm-netbox/requirements.txt:1:requests
stackstorm-nagios/requirements.txt:2:requests[security]>=2.7.0 |
Yes, I tested end to end explicitly for RHEL6, RHEL7. Commit tested end to end for centos7, Ubuntu 16 and Ubuntu 18. I will run the test explicitly for Ubuntu 14 |
This PR updates the
requests
package version to the latest (2.22.0) - Closes #4680