Skip to content

Commit

Permalink
fix: upgrade pip-tools to fix bug in versions 6.6.0 and 6.6.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MichaelRoytman committed Jun 8, 2022
1 parent 9b03950 commit 5a8b1b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Expand Up @@ -298,7 +298,7 @@ pillow==9.1.0
# via
# -r requirements/quality.txt
# wagtail
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements/pip-tools.txt
platformdirs==2.5.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Expand Up @@ -8,7 +8,7 @@ click==8.1.2
# via pip-tools
pep517==0.12.0
# via pip-tools
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements/pip-tools.in
tomli==2.0.1
# via pep517
Expand Down

0 comments on commit 5a8b1b2

Please sign in to comment.