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

fix: upgrade pip-tools to fix bug in versions 6.6.0 and 6.6.1 #183

Merged

Conversation

MichaelRoytman
Copy link
Member

This commit upgrades the version of pip-tools used in this repository from 6.6.0 to 6.6.2.

In version 6.6.0 of pip-tools, there is a bug that is preventing pip-tools from working. This is breaking the Python requirements update GitHub action in this repository.

The error is ImportError: cannot import name 'BAR_TYPES' from 'pip._internal.cli.progress_bars'. The error was reported here. The fix to this bug was released in version 6.6.2 of pip-tools. See the comment here.

Version 6.6.1 of pip-tools also has a bug, which is fixed in version 6.6.2. I observed this issue breaking the Python requirements update GitHub action in another repository, so I have upgrade the version straight to 6.6.2. The issue in version 6.6.1 was reported here.

This commit upgrades the version of pip-tools used in this repository from 6.6.0 to 6.6.2.

In version 6.6.0 of pip-tools, there is a bug that is preventing pip-tools from working. This is breaking the Python requirements update GitHub action in this repository.

The error is "ImportError: cannot import name 'BAR_TYPES' from 'pip._internal.cli.progress_bars'". The error was reported here: jazzband/pip-tools#1617. The fix to this bug was released in version 6.6.2 of pip-tools. See the comment here: jazzband/pip-tools#1617 (comment).

Version 6.6.1 of pip-tools also has a bug, which is fixed in version 6.6.2. I observed this issue breaking the Python requirements update GitHub action in another repository, so I have upgrade the version straight to 6.6.2. The issue in version 6.6.1 was reported here: jazzband/pip-tools#1624.
@codecov-commenter
Copy link

Codecov Report

Merging #183 (5a8b1b2) into master (9b03950) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #183   +/-   ##
=======================================
  Coverage   90.29%   90.29%           
=======================================
  Files          29       29           
  Lines         876      876           
  Branches      169      169           
=======================================
  Hits          791      791           
  Misses         66       66           
  Partials       19       19           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@MichaelRoytman MichaelRoytman merged commit 92aded6 into master Jun 8, 2022
@MichaelRoytman MichaelRoytman deleted the mroytman/fix-pip-tools-bug-python-requirements branch June 8, 2022 18:58
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