File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ soupsieve==2.3.2.post1
67
67
spdx-tools == 0.7.0rc0
68
68
text-unidecode == 1.3
69
69
toml == 0.10.2
70
- typecode == 30.0.0
70
+ typecode == 30.0.1
71
71
typecode-libmagic == 5.39.210531
72
72
typing-extensions == 4.3.0
73
73
urllib3 == 1.26.11
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ install_requires =
111
111
urlpy
112
112
xmltodict >= 0.11.0
113
113
zipp >= 3.0.0; python_version < "3.9"
114
- typecode >= 30.0.0
114
+ typecode >= 30.0.1
115
115
# typecode[full] >= 30.0.0
116
116
# extractcode[full] >= 31.0.0
117
117
Original file line number Diff line number Diff line change @@ -111,8 +111,8 @@ install_requires =
111
111
urlpy
112
112
xmltodict >= 0.11.0
113
113
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
116
116
extractcode[full] >= 31.0.0
117
117
118
118
You can’t perform that action at this time.
0 commit comments