Skip to content

Commit 190f035

Browse files
Bump license-expression to V30.1.1
This adds the new release of license-expression with support for all the new license keys in LicenseDB. Reference: #3400 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 887d56c commit 190f035

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jaraco.functools==3.5.1
3434
javaproperties==0.8.1
3535
Jinja2==3.1.2
3636
jsonstreams==0.6.0
37-
license-expression==30.0.0
37+
license-expression==30.1.1
3838
lxml==4.9.2
3939
MarkupSafe==2.1.2
4040
more-itertools==8.13.0

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = scancode-toolkit
3-
version = 32.0.1
3+
version = 32.0.2
44
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft
55

66
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
@@ -85,7 +85,7 @@ install_requires =
8585
javaproperties >= 0.5
8686
jinja2 >= 2.7.0
8787
jsonstreams >= 0.5.0
88-
license_expression >= 30.0.0
88+
license_expression >= 30.1.1
8989
lxml >= 4.9.2
9090
MarkupSafe >= 2.1.2
9191
packageurl_python >= 0.9.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ install_requires =
8585
javaproperties >= 0.5
8686
jinja2 >= 2.7.0
8787
jsonstreams >= 0.5.0
88-
license_expression >= 30.0.0
88+
license_expression >= 30.1.1
8989
lxml >= 4.9.2
9090
MarkupSafe >= 2.1.2
9191
packageurl_python >= 0.9.0

0 commit comments

Comments
 (0)