-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade pip-tools to 6.5.1 and resolve incompatible requirements
There was an issue with previous version of pip-tools that fails to run pip-sync with pip >= 21.3 Refs: jazzband/pip-tools#1503
- Loading branch information
Showing
4 changed files
with
49 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pip-tools==6.1.0 # package management tool | ||
pip-tools==6.5.1 # package management tool | ||
pre-commit==2.12.1 # pre-commit hooks package manager |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,42 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile requirements-dev.in | ||
# | ||
backports.entry-points-selectable==1.1.0 | ||
# via virtualenv | ||
cfgv==3.3.1 | ||
# via pre-commit | ||
click==8.0.3 | ||
click==8.1.2 | ||
# via pip-tools | ||
distlib==0.3.3 | ||
distlib==0.3.4 | ||
# via virtualenv | ||
filelock==3.3.0 | ||
filelock==3.6.0 | ||
# via virtualenv | ||
identify==2.3.0 | ||
identify==2.4.12 | ||
# via pre-commit | ||
nodeenv==1.6.0 | ||
# via pre-commit | ||
pep517==0.11.0 | ||
pep517==0.12.0 | ||
# via pip-tools | ||
pip-tools==6.1.0 | ||
pip-tools==6.5.1 | ||
# via -r requirements-dev.in | ||
platformdirs==2.4.0 | ||
platformdirs==2.5.1 | ||
# via virtualenv | ||
pre-commit==2.12.1 | ||
# via -r requirements-dev.in | ||
pyyaml==5.4.1 | ||
pyyaml==6.0 | ||
# via pre-commit | ||
six==1.16.0 | ||
# via virtualenv | ||
toml==0.10.2 | ||
# via pre-commit | ||
tomli==1.2.1 | ||
tomli==2.0.1 | ||
# via pep517 | ||
virtualenv==20.8.1 | ||
virtualenv==20.14.0 | ||
# via pre-commit | ||
wheel==0.37.1 | ||
# via pip-tools | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# pip | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters