Fix pathlib2 six conflict, version bump

This commit is contained in:
allegroai 2022-02-09 18:29:04 +02:00
parent 14c48d0a78
commit d89d0f9ff5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '1.2.0rc2'
__version__ = '1.2.0rc3'

View File

@ -11,7 +11,7 @@ python-dateutil>=2.4.2,<2.9.0
pyjwt>=1.6.4,<2.1.0
PyYAML>=3.12,<5.5.0
requests>=2.20.0,<2.26.0
six>=1.11.0,<1.16.0
six>=1.13.0,<1.16.0
typing>=3.6.4,<3.8.0
urllib3>=1.21.1,<1.27.0
virtualenv>=16,<21