Skip to content

Commit

Permalink
Merge pull request #2112 from aws/dependabot/pip/pip-gte-9-and-lt-24.3
Browse files Browse the repository at this point in the history
Update pip requirement from <24.1,>=9 to >=9,<24.3
  • Loading branch information
jamesls authored Nov 29, 2024
2 parents 7ffd119 + fff2ee5 commit 7597293
Show file tree
Hide file tree
Showing 3 changed files with 11 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 (<24.4)"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "enhancement",
"category": "CLI",
"description": "Remove distutils warning when packaging/deploying apps (#2123)"
}
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>=9,<24.4',
'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 7597293

Please sign in to comment.