You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a development dependency, i.e. six >=1.11.0, but mock-server has a hard dependency on six ==1.10.0. Is it possible to relax that to six >=1.10.0 ?
Hey,
I have a development dependency, i.e.
six >=1.11.0, butmock-serverhas a hard dependency onsix ==1.10.0. Is it possible to relax that tosix >=1.10.0?Best regards