Skip to content

Commit 8e51ee6

Browse files
committed
Merge branch 'dependabot/pip/pip-gte-9-and-lt-22.2' into master
PR #1924 * dependabot/pip/pip-gte-9-and-lt-22.2: Add changelog entry for pip version bump Update pip requirement from <22.1,>=9 to >=9,<22.2
2 parents 9d3ac08 + 1a15e03 commit 8e51ee6

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.2 (#1924)"
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
'mypy-extensions==0.4.3',
2727
'six>=1.10.0,<2.0.0',
28-
'pip>=9,<22.1',
28+
'pip>=9,<22.2',
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)