Skip to content

Commit 8e995f0

Browse files
Update SCTK dependencies
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent ebdd895 commit 8e995f0

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
attrs==22.1.0
1+
attrs==23.2.0
22
banal==1.0.6
3-
beautifulsoup4==4.11.1
3+
beautifulsoup4==4.12.3
44
binaryornot==0.4.4
55
boolean.py==4.0
6-
certifi==2022.6.15
6+
certifi==2024.2.2
77
cffi==1.15.1
88
chardet==5.0.0
99
charset-normalizer==2.1.0
10-
click==8.1.3
10+
click==8.1.7
1111
colorama==0.4.5
1212
commoncode==31.0.3
1313
construct==2.10.68
1414
container-inspector==31.1.0
15-
cryptography==37.0.4
15+
cryptography==42.0.5
1616
debian-inspector==31.1.0
1717
dockerfile-parse==1.2.0
1818
dparse2==0.7.0
@@ -22,7 +22,7 @@ extractcode-libarchive==3.5.1.210531
2222
fasteners==0.17.3
2323
fingerprints==1.0.3
2424
ftfy==6.1.1
25-
future==0.18.2
25+
future==0.18.3
2626
gemfileparser2==0.9.0
2727
html5lib==1.1
2828
idna==3.3
@@ -32,14 +32,14 @@ intbitset==3.1.0
3232
isodate==0.6.1
3333
jaraco.functools==3.5.1
3434
javaproperties==0.8.1
35-
Jinja2==3.1.2
35+
Jinja2==3.1.3
3636
jsonstreams==0.6.0
37-
license-expression==30.1.1
37+
license-expression==30.3.0
3838
lxml==4.9.4
3939
MarkupSafe==2.1.2
4040
more-itertools==8.13.0
4141
normality==2.3.3
42-
packageurl-python==0.10.0
42+
packageurl-python==0.15.0
4343
packaging==21.3
4444
packvers==21.5
4545
parameter-expansion-patched==0.3.1
@@ -54,23 +54,23 @@ publicsuffix2==2.20191221
5454
pyahocorasick==2.0.0
5555
pycparser==2.21
5656
pygmars==0.7.0
57-
Pygments==2.13.0
57+
Pygments==2.15.0
5858
pymaven-patch==0.3.0
5959
pyparsing==3.0.9
6060
pytz==2022.1
6161
PyYAML==6.0
6262
rdflib==6.2.0
63-
requests==2.28.1
63+
requests==2.31.0
6464
saneyaml==0.6.0
6565
six==1.16.0
6666
soupsieve==2.3.2.post1
67-
spdx-tools==0.8.1
67+
spdx-tools==0.8.2
6868
text-unidecode==1.3
6969
toml==0.10.2
7070
typecode==30.0.1
7171
typecode-libmagic==5.39.210531
7272
typing-extensions==4.3.0
73-
urllib3==1.26.11
73+
urllib3==2.2.1
7474
urlpy==0.5
7575
wcwidth==0.2.5
7676
webencodings==0.5.1

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ install_requires =
105105
pymaven_patch >= 0.2.8
106106
requests >= 2.7.0
107107
saneyaml >= 0.6.0
108-
spdx_tools == 0.8.1
108+
spdx_tools == 0.8.2
109109
text_unidecode >= 1.0
110110
toml >= 0.10.0
111111
urlpy

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ install_requires =
105105
pymaven_patch >= 0.2.8
106106
requests >= 2.7.0
107107
saneyaml >= 0.6.0
108-
spdx_tools == 0.8.1
108+
spdx_tools == 0.8.2
109109
text_unidecode >= 1.0
110110
toml >= 0.10.0
111111
urlpy

0 commit comments

Comments
 (0)