Skip to content

Commit 93e2696

Browse files
dependabot[bot]jamesls
authored andcommitted
Update pip requirement from <23.1,>=9 to >=9,<23.2
Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@9.0.0...23.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d8bb00 commit 93e2696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)