Skip to content

Commit

Permalink
Pin poetry to specific version (dependabot#7716)
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`, we can go back to pinning to a
specific version for more deterministic builds.
  • Loading branch information
jeffwidman authored Aug 17, 2023
1 parent 5002b52 commit a4c3ca7
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.2,<1.6.0
poetry==1.5.1

# Some dependencies will only install if Cython is present
Cython==3.0.0

0 comments on commit a4c3ca7

Please sign in to comment.