File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed
Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- scancode-toolkit == 32.3.3
1+ scancode-toolkit == 32.4.1
Original file line number Diff line number Diff line change 11# from blint v2.3.2
22# https://github.com/owasp-dep-scan/blint/blob/1e1250a4bf6c25eccba8970bd877901ee56070c7/poetry.lock
3- lief == 0.15.1
3+ lief == 0.17.0
44symbolic == 10.2.1
5- click == 8.2.1 ;python_version >= '3.10'
6- click == 8.1.7 ;python_version < '3.10'
7- commoncode == 32.3.0
5+ click == 8.3.0
6+ commoncode == 32.4.0
Original file line number Diff line number Diff line change @@ -39,15 +39,14 @@ zip_safe = false
3939
4040setup_requires = setuptools_scm[toml] >= 4
4141
42- python_requires = >=3.9
42+ python_requires = >=3.10
4343
4444install_requires =
45- click >= 6.7, !=7.0; python_version<'3.10'
46- click >= 8.2.0; python_version>='3.10'
45+ click >= 8.2.0
4746 commoncode
4847 plugincode
4948 typecode
50- lief ==0.15.1
49+ lief ==0.17.0
5150 symbolic ==10.2.1
5251
5352[options.entry_points]
You can’t perform that action at this time.
0 commit comments