Skip to content

Commit fe5264b

Browse files
Update requirements and python version in manifests
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent db9dd08 commit fe5264b

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ find_python() {
8484
if [ -f "$CFG_ROOT_DIR/PYTHON_EXECUTABLE" ]; then
8585
PYTHON_EXECUTABLE=$(cat "$CFG_ROOT_DIR/PYTHON_EXECUTABLE")
8686
else
87-
PYTHON_EXECUTABLE=python3
87+
PYTHON_EXECUTABLE=python3.14
8888
fi
8989
fi
9090
}

requirements.txt

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
attrs==22.1.0
1+
attrs==25.4.0
22
banal==1.0.6
3-
beautifulsoup4==4.11.1
3+
beautifulsoup4==4.14.2
44
binaryornot==0.4.4
55
boolean.py==4.0
6-
certifi==2022.6.15
7-
cffi==1.15.1
8-
chardet==5.0.0
9-
charset-normalizer==2.1.0
10-
click==8.1.3
6+
certifi==2025.10.5
7+
cffi==2.0.0
8+
chardet==5.2.0
9+
charset-normalizer==3.4.4
10+
click==8.3.0
1111
colorama==0.4.5
12-
commoncode==31.0.2
12+
commoncode==32.4.0
1313
construct==2.10.68
1414
container-inspector==31.1.0
15-
cryptography==37.0.4
15+
cryptography==46.0.3
1616
debian-inspector==31.0.0
1717
dockerfile-parse==1.2.0
1818
dparse2==0.7.0
@@ -24,7 +24,7 @@ ftfy==6.1.1
2424
future==0.18.2
2525
gemfileparser2==0.9.0
2626
html5lib==1.1
27-
idna==3.3
27+
idna==3.11
2828
importlib-metadata==4.12.0
2929
inflection==0.5.1
3030
intbitset==3.0.2
@@ -42,34 +42,34 @@ packageurl-python==0.10.0
4242
packaging==21.3
4343
packvers==21.5
4444
parameter-expansion-patched==0.3.1
45-
pdfminer.six==20220524
45+
pdfminer.six==20250506
4646
pefile==2022.5.30
4747
pip-requirements-parser==32.0.1
4848
pkginfo2==30.0.0
49-
pluggy==1.0.0
49+
pluggy==1.6.0
5050
plugincode==32.0.0
5151
ply==3.11
5252
publicsuffix2==2.20191221
5353
pyahocorasick==2.0.0
54-
pycparser==2.21
54+
pycparser==2.23
5555
pygmars==0.7.0
5656
Pygments==2.13.0
5757
pymaven-patch==0.3.0
5858
pyparsing==3.0.9
5959
pytz==2022.1
60-
PyYAML==6.0
60+
PyYAML==6.0.3
6161
rdflib==6.2.0
62-
requests==2.28.1
63-
saneyaml==0.6.0
62+
requests==2.32.5
63+
saneyaml==0.6.1
6464
six==1.16.0
65-
soupsieve==2.3.2.post1
65+
soupsieve==2.8
6666
spdx-tools==0.7.0rc0
6767
text-unidecode==1.3
6868
toml==0.10.2
69-
typecode==30.0.1
69+
typecode==30.0.2
7070
typecode-libmagic==5.39.210531
71-
typing-extensions==4.3.0
72-
urllib3==1.26.11
71+
typing_extensions==4.15.0
72+
urllib3==2.5.0
7373
urlpy==0.5
7474
wcwidth==0.2.5
7575
webencodings==0.5.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ packages = find:
6262
include_package_data = true
6363
zip_safe = false
6464

65-
python_requires = >=3.7
65+
python_requires = >=3.10
6666

6767
install_requires =
6868
attrs >= 18.1,!=20.1.0;python_version<'3.11'

0 commit comments

Comments
 (0)