Skip to content

Commit

Permalink
Merge pull request #120 from openedx/mroytman/fix-pip-tools-bug-pytho…
Browse files Browse the repository at this point in the history
…n-requirements

fix: upgrade pip-tools to fix bug in versions 6.6.0 and 6.6.1
  • Loading branch information
MichaelRoytman committed Jun 10, 2022
2 parents 3413ef2 + 9c164cc commit e5a9ee1
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 @@ -213,7 +213,7 @@ pep517==0.12.0
# via
# -r requirements/pip-tools.txt
# pip-tools
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.3
# 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 e5a9ee1

Please sign in to comment.