From 00eae419ec4c200c490a3cbc5d1f962df6c16bb9 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 12 Jun 2019 19:29:24 +0200 Subject: [PATCH] Update aniso8601 dependency Closes #1008 The only change should not affect graphene https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 96004f08..7f6011dd 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup( "six>=1.10.0,<2", "graphql-core>=2.1,<3", "graphql-relay>=0.4.5,<1", - "aniso8601>=3,<=6", + "aniso8601>=3,<=7", ], tests_require=tests_require, extras_require={