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 3, 2023
1 parent 18feebc commit 5a8c0e6
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.13.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
wheel==0.37.1

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

0 comments on commit 5a8c0e6

Please sign in to comment.