Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 00f9fac

Browse files
authored
Fixing vulnerable version of setuptools (#360)
Signed-off-by: Eric Kerfoot <eric.kerfoot@kcl.ac.uk>
1 parent b1c8f05 commit 00f9fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-min.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements for minimal tests
22
-r requirements.txt
3-
setuptools>=50.3.0,<66.0.0,!=60.6.0
3+
setuptools>65.5.0,<66.0.0
44
coverage>=5.5
55
parameterized

0 commit comments

Comments
 (0)