Skip to content

Commit 4635d5f

Browse files
committed
Merge branch 'dependabot/pip/pip-gte-9-and-lt-23.2'
PR aws#2034 * dependabot/pip/pip-gte-9-and-lt-23.2: Add changelog entry for pip version bump Update pip requirement from <23.1,>=9 to >=9,<23.2
2 parents 6d8bb00 + 3d591aa commit 4635d5f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "enhancement",
3+
"category": "Pip",
4+
"description": "Bump pip version range to latest version <23.2 (#2034)"
5+
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def recursive_include(relative_dir):
2525
'typing==3.6.4;python_version<"3.7"',
2626
'typing-extensions>=4.0.0,<5.0.0',
2727
'six>=1.10.0,<2.0.0',
28-
'pip>=9,<23.1',
28+
'pip>=9,<23.2',
2929
'jmespath>=0.9.3,<2.0.0',
3030
'pyyaml>=5.3.1,<7.0.0',
3131
'inquirer>=2.7.0,<3.0.0',

0 commit comments

Comments
 (0)