Skip to content

Commit

Permalink
Pin poetry to specific version
Browse files Browse the repository at this point in the history
The range existed because newer versions of `poetry` had dropped
`python` `3.6` support.

Now that we've dropped `3.6` / `3.7`, we can go back to pinning to a
specific version for more deterministic builds.
  • Loading branch information
jeffwidman committed Aug 10, 2023
1 parent 7dba1bd commit 72a6612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/helpers/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pip-tools>=6.4.0,<=6.14.0 # Range maintains py36 support TODO: Review python 3.
hashin==0.17.0
pipenv==2022.4.8
pipfile==0.0.2
poetry>=1.1.15,<1.6.0
poetry==1.5.1
# 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
Expand Down

0 comments on commit 72a6612

Please sign in to comment.