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
6767spdx-tools == 0.7.0rc0
6868text-unidecode == 1.3
6969toml == 0.10.2
70- typecode == 30.0.0
70+ typecode == 30.0.1
7171typecode-libmagic == 5.39.210531
7272typing-extensions == 4.3.0
7373urllib3 == 1.26.11
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments