Skip to content

Commit a2ce003

Browse files
Bump six requirement
collections_abc was added to six in 1.15 and is in use by this package but was not covered prior. Centos 8 includes six.py 1.13 causing an error
1 parent 58630ce commit a2ce003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests>=2.23.0
2-
six>=1.13.0
2+
six>=1.15.0
33
pytest
44
delayed-assert

0 commit comments

Comments
 (0)