Skip to content

Commit

Permalink
Update pip requirement from <24.1,>=9 to >=24.1.1,<24.2
Browse files Browse the repository at this point in the history
Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@9.0.0...24.1.1)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent bd81ad0 commit 9466bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def recursive_include(relative_dir):
'botocore>=1.14.0,<2.0.0',
'typing-extensions>=4.0.0,<5.0.0;python_version<"3.8"',
'six>=1.10.0,<2.0.0',
'pip>=9,<24.1',
'pip>=24.1.1,<24.2',
'jmespath>=0.9.3,<2.0.0',
'pyyaml>=5.3.1,<7.0.0',
'inquirer>=2.7.0,<3.0.0',
Expand Down

0 comments on commit 9466bf5

Please sign in to comment.