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

Python Requirements Update #155

Merged
merged 2 commits into from Aug 23, 2021

Conversation

edx-requirements-bot
Copy link
Contributor

Python requirements update.Please review the changelogs for the upgraded packages.

@edx-requirements-bot edx-requirements-bot requested a review from a team August 23, 2021 02:00
@@ -18,7 +18,7 @@ def get_version(*file_paths):
Extract the version string from the file at the given relative path fragments.
"""
filename = os.path.join(os.path.dirname(__file__), *file_paths)
version_file = open(filename).read()
version_file = open(filename, encoding="utf8").read()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pylint version 2.10.0 deprecated the use of open() without explicitly specifying any encoding. See pylint-dev/pylint#3826 for details.

@mzulqarnain1 mzulqarnain1 merged commit a7bb5b3 into master Aug 23, 2021
@mzulqarnain1 mzulqarnain1 deleted the jenkins/upgrade-python-requirements-f996d7d branch August 23, 2021 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants