Skip to content

Commit

Permalink
Bump pip requirements parser #3171 #3177
Browse files Browse the repository at this point in the history
Reference: #3177
Reference: #3171
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Dec 21, 2022
1 parent c525a2c commit 3311f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup-mini.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ install_requires =
fasteners
fingerprints >= 0.6.0
ftfy >= 6.0.0
gemfileparser >= 0.7.0
gemfileparser2 >= 0.9.0
html5lib
importlib_metadata
intbitset >= 3.0.0
Expand All @@ -93,7 +93,7 @@ install_requires =
pdfminer.six >= 20200101
pefile >= 2020.1.1
pkginfo2 >= 30.0.0
pip-requirements-parser >= 31.2.0
pip-requirements-parser >= 32.0.1
pluggy >= 1.0.0
plugincode >= 31.0.0
publicsuffix2
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ install_requires =
pdfminer.six >= 20200101
pefile >= 2020.1.1
pkginfo2 >= 30.0.0
pip-requirements-parser >= 31.2.0
pip-requirements-parser >= 32.0.1
pluggy >= 1.0.0
plugincode >= 31.0.0
publicsuffix2
Expand Down

0 comments on commit 3311f96

Please sign in to comment.