fix(deps): Unpin attrs (#332)
This fixes the issue with the attrs transitive dependency described in #331 , without touching everything else.
Signed-off-by:
Joseph Atkins-Turkish <jatkins-turkish@brex.com>
Showing
... | @@ -39,7 +39,6 @@ typing==3.6.4 | ... | @@ -39,7 +39,6 @@ typing==3.6.4 |
elasticsearch>=6.2.0,<7.0 | elasticsearch>=6.2.0,<7.0 | ||
atomicwrites==1.1.5 | atomicwrites==1.1.5 | ||
attrs==18.1.0 | |||
more-itertools==4.2.0 | more-itertools==4.2.0 | ||
pluggy>=0.6.0 | pluggy>=0.6.0 | ||
py==1.5.3 | py==1.5.3 | ||
... | ... |
Please register or sign in to comment