Skip to content

Commit 58d401d

Browse files
committed
Merge branch 'dependabot/pip/pip-gte-9-and-lt-23.1'
PR aws#2016 * dependabot/pip/pip-gte-9-and-lt-23.1: Update pip requirement from <22.3,>=9 to >=9,<23.1
2 parents 231229a + 38824e9 commit 58d401d

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 <22.3 (#2016)"
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,<22.3',
28+
'pip>=9,<23.1',
2929
'attrs>=19.3.0,<21.5.0',
3030
'jmespath>=0.9.3,<2.0.0',
3131
'pyyaml>=5.3.1,<7.0.0',

0 commit comments

Comments
 (0)