Skip to content

Commit

Permalink
pip no longer requires a range
Browse files Browse the repository at this point in the history
The range was specified because newer versions of `pip` don't support
`python` `3.6`.

So now that we've dropped support for `3.6` here in Dependabot, we can
go back to pinning to a single version.
  • Loading branch information
jeffwidman committed Aug 17, 2023
1 parent 8fd37df commit e480c86
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
@@ -1,4 +1,4 @@
pip>=21.3.1,<23.3.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
pip==23.2.0
pip-tools>=6.4.0,<=6.14.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
hashin==0.17.0
pipenv==2022.4.8
Expand Down

0 comments on commit e480c86

Please sign in to comment.