Skip to content

Commit 6e8a4d1

Browse files
Bump typecode to v30.0.1
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 5528d3b commit 6e8a4d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ soupsieve==2.3.2.post1
6767
spdx-tools==0.7.0rc0
6868
text-unidecode==1.3
6969
toml==0.10.2
70-
typecode==30.0.0
70+
typecode==30.0.1
7171
typecode-libmagic==5.39.210531
7272
typing-extensions==4.3.0
7373
urllib3==1.26.11

setup-mini.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ install_requires =
111111
urlpy
112112
xmltodict >= 0.11.0
113113
zipp >= 3.0.0; python_version < "3.9"
114-
typecode >= 30.0.0
114+
typecode >= 30.0.1
115115
# typecode[full] >= 30.0.0
116116
# extractcode[full] >= 31.0.0
117117

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ install_requires =
111111
urlpy
112112
xmltodict >= 0.11.0
113113
zipp >= 3.0.0; python_version < "3.9"
114-
typecode >= 30.0.0
115-
typecode[full] >= 30.0.0
114+
typecode >= 30.0.1
115+
typecode[full] >= 30.0.1
116116
extractcode[full] >= 31.0.0
117117

118118

0 commit comments

Comments
 (0)