Skip to content

Commit

Permalink
Document why we pin wheel (#7719)
Browse files Browse the repository at this point in the history
I couldn't figure out why we pinned `wheel` until I stumbled across myself asking the same question  a year ago:
* #5597

🤣 

So let's document it to save myself from re-asking the question a year from now.
  • Loading branch information
jeffwidman authored Aug 3, 2023
1 parent 7a8a899 commit aa48083
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ hashin==0.17.0
pipenv==2022.4.8
pipfile==0.0.2
poetry>=1.1.15,<1.6.0
# For now we chose to pin `wheel` even though we don't import it directly.
# Background context: https://github.com/dependabot/dependabot-core/pull/5597
wheel==0.37.1

# Some dependencies will only install if Cython is present
Expand Down

0 comments on commit aa48083

Please sign in to comment.