Skip to content

Commit 124ccd6

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ soupsieve==2.7
7171
spdx-tools==0.8.2
7272
text-unidecode==1.3
7373
tomli==2.3.0
74-
typecode==30.0.2
74+
typecode==30.1.0
7575
typecode-libmagic==5.39.210531
7676
typing-extensions==4.14.0
7777
uritools==5.0.0

setup-mini.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

@@ -124,7 +124,7 @@ where = src
124124

125125
[options.extras_require]
126126
full =
127-
typecode[full] >= 30.0.0
127+
typecode[full] >= 30.1.0
128128
extractcode[full] >= 31.0.0
129129

130130
dev =

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ install_requires =
115115
tomli >= 2; python_version < "3.11"
116116
urlpy
117117
xmltodict >= 0.11.0
118-
typecode >= 30.0.1
119-
typecode[full] >= 30.0.1
118+
typecode >= 30.1.0
119+
typecode[full] >= 30.1.0
120120
extractcode[full] >= 31.0.0
121121

122122

@@ -126,7 +126,7 @@ where = src
126126

127127
[options.extras_require]
128128
full =
129-
typecode[full] >= 30.0.0
129+
typecode[full] >= 30.1.0
130130
extractcode[full] >= 31.0.0
131131

132132
dev =

0 commit comments

Comments
 (0)