File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def split_req(req):
153153 if not req :
154154 raise ValueError ("req is required" )
155155 # do not allow multiple constraints and tags
156- if not any (c in req for c in ",;" ):
156+ if any (c in req for c in ",;" ):
157157 raise Exception (f"complex requirements with : or ; not supported: { req } " )
158158 req = "" .join (req .split ())
159159 if not any (c in req for c in comparators ):
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ aboutcode-toolkit==11.1.1
22black == 23.1.0
33bleach == 6.0.0
44boolean.py == 4.0
5- cffi == 1.15.1
5+ cffi == 2.0.0
66cryptography == 39.0.1
77docutils == 0.19
88et-xmlfile == 1.1.0
@@ -27,11 +27,11 @@ packaging==23.0
2727pathspec == 0.11.0
2828pkginfo == 1.9.6
2929platformdirs == 3.0.0
30- pluggy == 1.0 .0
30+ pluggy == 1.6 .0
3131pycodestyle == 2.13.0
3232pycparser == 2.21
3333pygments == 2.14.0
34- pytest == 7.2.1
34+ pytest == 8.4.2
3535pytest-xdist == 3.2.0
3636readme-renderer == 37.3
3737requests-toolbelt == 0.10.1
Original file line number Diff line number Diff line change 1- attrs == 25.3 .0
2- beautifulsoup4 == 4.13.4
3- certifi == 2025.4.26
1+ attrs == 25.4 .0
2+ beautifulsoup4 == 4.14.2
3+ certifi == 2025.10.5
44chardet == 5.2.0
5- charset-normalizer == 3.4.2
5+ charset-normalizer == 3.4.4
66click == 8.3.0
77idna == 3.10
88pip == 25.1.1
99PyYAML == 6.0.2
1010requests == 2.32.2
1111saneyaml == 0.6.1
12- setuptools == 80.3.1
13- soupsieve == 2.7
12+ setuptools == 80.9.0
13+ soupsieve == 2.8
1414text-unidecode == 1.3
15- typing_extensions == 4.13.2
16- urllib3 == 1.26.20
15+ typing_extensions == 4.15.0
16+ urllib3 == 2.5.0
1717wheel == 0.38.4
You can’t perform that action at this time.
0 commit comments