Skip to content

Commit ffbc2d8

Browse files
Update depedencies to fix conflicts
Reference: #13 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent acfcfc7 commit ffbc2d8

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
scancode-toolkit==32.3.3
1+
scancode-toolkit==32.4.1

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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
44
symbolic==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

setup.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@ zip_safe = false
3939

4040
setup_requires = setuptools_scm[toml] >= 4
4141

42-
python_requires = >=3.9
42+
python_requires = >=3.10
4343

4444
install_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]

0 commit comments

Comments
 (0)