Skip to content

Commit

Permalink
Merge branch 'dependabot/pip/pip-gte-9-and-lt-25.1'
Browse files Browse the repository at this point in the history
PR #2128

* dependabot/pip/pip-gte-9-and-lt-25.1:
  Add changelog entry for pip upgrade
  Update pip requirement from <24.4,>=9 to >=9,<25.1
  • Loading branch information
jamesls committed Jan 31, 2025
2 parents 83d195d + ff5d9b5 commit 39285c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "Pip",
"description": "Update pip to the latest version (<25.1)"
}
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.4',
'pip>=9,<25.1',
'jmespath>=0.9.3,<2.0.0',
'pyyaml>=5.3.1,<7.0.0',
'inquirer>=3.0.0,<4.0.0',
Expand Down

0 comments on commit 39285c2

Please sign in to comment.