Bump six version due to Python 3.12 issue with six.moves

This commit is contained in:
clearml 2024-10-24 00:27:38 +03:00
parent 80c19165b0
commit b7fb9568ef

View File

@ -16,6 +16,6 @@ pyjwt>=1.6.4,<2.0.0 ; python_version <= '3.5'
PyYAML>=3.12
referencing<0.40 ; python_version >= '3.8'
requests>=2.20.0
six>=1.13.0
six>=1.16.0
typing>=3.6.4 ; python_version < '3.5'
urllib3>=1.21.1