Skip to content

Commit 1741e5b

Browse files
committed
Bump minimal deps version
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 516485d commit 1741e5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ packages = find:
3535
include_package_data = true
3636
zip_safe = false
3737
install_requires =
38-
commoncode >= 21.1
39-
plugincode >= 20.09
40-
typecode >= 21.1
41-
patch >= 1.15
38+
commoncode >= 21.1.21
39+
plugincode >= 21.1.21
40+
typecode >= 21.1.21
41+
patch >= 1.16
4242

4343
setup_requires = setuptools_scm[toml] >= 4
4444

@@ -49,7 +49,7 @@ where=src
4949
full =
5050
extractcode_7z
5151
extractcode_libarchive
52-
typecode[full] >= 21.1
52+
typecode[full] >= 21.1.21
5353

5454
testing =
5555
# upstream

0 commit comments

Comments
 (0)