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

issue 5060 upgrade pip to latest (20.2.4) #5093

Closed
wants to merge 1 commit into from
Closed
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
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Fixed
wait for final event to be sent to client. (bug fix) #4842 #5042

Contributed by @guzzijones
* Pinned pip version to latest

3.3.0 - October 06, 2020
------------------------
Expand Down
1 change: 1 addition & 0 deletions 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
RandomWords
pip==20.2.4
amqp==2.5.2
apscheduler==3.6.3
argcomplete
Expand Down