Skip to content

Commit 4049083

Browse files
Update dependency requirements
Signed-off-by: Ayan Sinha Mahapatra <ayansmahapatra@gmail.com>
1 parent 0d5772c commit 4049083

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

etc/scripts/utils_thirdparty.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@
115115
TRACE_ULTRA_DEEP = False
116116

117117
# Supported environments
118-
PYTHON_VERSIONS = "38", "39", "310", "311", "312"
118+
PYTHON_VERSIONS = "39", "310", "311", "312", "313"
119119

120120
PYTHON_DOT_VERSIONS_BY_VER = {
121-
"38": "3.8",
122121
"39": "3.9",
123122
"310": "3.10",
124123
"311": "3.11",
125124
"312": "3.12",
125+
"313": "3.13",
126126
}
127127

128128

@@ -134,11 +134,11 @@ def get_python_dot_version(version):
134134

135135

136136
ABIS_BY_PYTHON_VERSION = {
137-
"38": ["cp38", "cp38m", "abi3"],
138137
"39": ["cp39", "cp39m", "abi3"],
139138
"310": ["cp310", "cp310m", "abi3"],
140139
"311": ["cp311", "cp311m", "abi3"],
141140
"312": ["cp312", "cp312m", "abi3"],
141+
"313": ["cp313", "cp313m", "abi3"],
142142
}
143143

144144
PLATFORMS_BY_OS = {

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ secretstorage==3.3.2
2828
tomli==2.0.1
2929
tqdm==4.64.0
3030
twine==4.0.1
31-
typing_extensions==4.3.0
31+
typing_extensions==4.14.0
3232
vendorize==0.3.0
3333

requirements.txt

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
1-
attrs==23.2.0
1+
attrs==25.3.0
22
banal==1.0.6
3-
beautifulsoup4==4.13.3
3+
beautifulsoup4==4.13.4
44
binaryornot==0.4.4
5-
beartype==0.17.2
6-
boolean.py==4.0
7-
certifi==2024.2.2
5+
beartype==0.21.0
6+
boolean.py==5.0
7+
certifi==2025.6.15
88
cffi==1.17.1
9-
chardet==5.0.0
10-
charset-normalizer==2.1.0
9+
chardet==5.2.0
10+
charset-normalizer==3.4.2
1111
click==8.2.1;python_version>='3.10'
1212
click==8.1.7;python_version<'3.10'
13-
colorama==0.4.5
13+
colorama==0.4.6
1414
commoncode==32.3.0
1515
construct==2.10.68
16-
container-inspector==31.1.0
17-
cryptography==42.0.5
16+
container-inspector==33.0.0
17+
cryptography==45.0.4
1818
debian-inspector==31.1.0
19-
dockerfile-parse==1.2.0
19+
dockerfile-parse==2.0.1
2020
dparse2==0.7.0
2121
extractcode==31.0.0
2222
extractcode-7z==16.5.210531
2323
extractcode-libarchive==3.5.1.210531
24-
fasteners==0.17.3
25-
fingerprints==1.0.3
26-
ftfy==6.1.1
24+
fasteners==0.19
25+
fingerprints==1.2.3
26+
ftfy==6.3.1
2727
future==0.18.2
28-
gemfileparser2==0.9.0
28+
gemfileparser2==0.9.4
2929
html5lib==1.1
30-
idna==3.3
31-
importlib-metadata==4.12.0
30+
idna==3.10
31+
importlib-metadata==8.7.0
3232
inflection==0.5.1
3333
intbitset==4.0.0
34-
isodate==0.6.1
34+
isodate==0.7.2
3535
jaraco.functools==4.1.0
36-
javaproperties==0.8.1
37-
Jinja2==3.1.3
36+
javaproperties==0.8.2
37+
Jinja2==3.1.6
3838
jsonstreams==0.6.0
3939
license-expression==30.4.1
4040
lxml==5.4.0
4141
MarkupSafe==3.0.2
42-
more-itertools==8.13.0
43-
normality==2.3.3
44-
packageurl-python==0.15.0
45-
packaging==24.1
42+
more-itertools==10.7.0
43+
normality==2.6.1
44+
packageurl-python==0.17.1
45+
packaging==25.0
4646
packvers==21.5
4747
parameter-expansion-patched==0.3.1
48-
pdfminer.six==20220524
49-
pefile==2022.5.30
48+
pdfminer.six==20250506
49+
pefile==2024.8.26
5050
pip-requirements-parser==32.0.1
5151
pkginfo2==30.0.0
52-
pluggy==1.0.0
52+
pluggy==1.6.0
5353
plugincode==32.0.0
5454
ply==3.11
5555
publicsuffix2==2.20191221
5656
pyahocorasick==2.2.0
57-
pycparser==2.21
57+
pycparser==2.22
5858
pygmars==0.9.0
59-
Pygments==2.13.0
59+
Pygments==2.19.1
6060
pymaven-patch==0.3.2
61-
pyparsing==3.0.9
61+
pyparsing==3.2.3
6262
pytz==2022.1
6363
PyYAML==6.0.2
64-
rdflib==6.2.0
65-
requests==2.31.0
66-
saneyaml==0.6.0
67-
semantic-version==2.8.5
68-
six==1.16.0
69-
soupsieve==2.3.2.post1
64+
rdflib==7.1.4
65+
requests==2.32.4
66+
saneyaml==0.6.1
67+
semantic-version==2.10.0
68+
six==1.17.0
69+
soupsieve==2.7
7070
spdx-tools==0.8.2
7171
text-unidecode==1.3
7272
toml==0.10.2
73-
typecode==30.0.1
73+
typecode==30.0.2
7474
typecode-libmagic==5.39.210531
75-
typing-extensions==4.3.0
76-
uritools==4.0.2
77-
urllib3==2.2.1
75+
typing-extensions==4.14.0
76+
uritools==5.0.0
77+
urllib3==2.5.0
7878
urlpy==0.5
79-
wcwidth==0.2.5
79+
wcwidth==0.2.13
8080
webencodings==0.5.1
81-
xmltodict==0.13.0
82-
zipp==3.8.1
81+
xmltodict==0.14.2
82+
zipp==3.23.0

0 commit comments

Comments
 (0)