Skip to content

Commit

Permalink
Relax python six dependency to allow 1.16 (#9407)
Browse files Browse the repository at this point in the history
  • Loading branch information
BioGeek committed Aug 16, 2021
1 parent 629813b commit 3e1d007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/requirements.txt
Expand Up @@ -5,7 +5,7 @@ colorama>=0.3.3, <0.5.0
PyYAML>=3.11, <6.0
patch-ng>=1.17.4, <1.18
fasteners>=0.14.1
six>=1.10.0,<=1.15.0
six>=1.10.0,<=1.16.0
node-semver==0.6.1
distro>=1.0.2, <=1.5.0
future>=0.16.0, <0.19.0
Expand Down

0 comments on commit 3e1d007

Please sign in to comment.