Skip to content

Commit cc75e3f

Browse files
Update typecode to latest v30.1.0
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent ef732a1 commit cc75e3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ packageurl-python==0.17.1
4444
packaging==25.0
4545
packvers==21.5
4646
parameter-expansion-patched==0.3.1
47-
pdfminer.six==20250506
47+
pdfminer.six==20251227
4848
pefile==2024.8.26
4949
pip-requirements-parser==32.0.1
5050
pkginfo2==30.0.0
@@ -69,7 +69,7 @@ soupsieve==2.7
6969
spdx-tools==0.8.2
7070
text-unidecode==1.3
7171
tomli==2.3.0
72-
typecode==30.0.2
72+
typecode==30.1.0
7373
typecode-libmagic==5.39.210531
7474
typing-extensions==4.14.0
7575
uritools==5.0.0

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ install_requires =
9595
packvers >= 21.0.0
9696
# use temp advanced patched release
9797
parameter-expansion-patched >= 0.3.1
98-
pdfminer.six >= 20200101
98+
pdfminer.six >= 20251227
9999
pefile >= 2020.1.1
100100
pkginfo2 >= 30.0.0
101101
pip-requirements-parser >= 32.0.1
@@ -113,7 +113,7 @@ install_requires =
113113
tomli >= 2; python_version < "3.11"
114114
urlpy
115115
xmltodict >= 0.11.0
116-
typecode >= 30.0.1
116+
typecode >= 30.1.0
117117
# typecode[full] >= 30.0.1
118118
# extractcode[full] >= 31.0.0
119119

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ install_requires =
9797
packvers >= 21.0.0
9898
# use temp advanced patched release
9999
parameter-expansion-patched >= 0.3.1
100-
pdfminer.six >= 20200101
100+
pdfminer.six >= 20251227
101101
pefile >= 2020.1.1
102102
pkginfo2 >= 30.0.0
103103
pip-requirements-parser >= 32.0.1
@@ -115,7 +115,7 @@ install_requires =
115115
tomli >= 2; python_version < "3.11"
116116
urlpy
117117
xmltodict >= 0.11.0
118-
typecode >= 30.0.1
118+
typecode >= 30.1.0
119119
typecode[full] >= 30.0.1
120120
extractcode[full] >= 31.0.0
121121

0 commit comments

Comments
 (0)