Skip to content

Commit 6e40589

Browse files
Keatsjkimbo
authored andcommitted
Increased allowed version of aniso8601 (#1009)
Closes #1008 The only change should not affect graphene https://bitbucket.org/nielsenb/aniso8601/issues/24/float-induced-rounding-errors-when-parsing
1 parent 167c8c2 commit 6e40589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def run_tests(self):
8787
"six>=1.10.0,<2",
8888
"graphql-core>=2.1,<3",
8989
"graphql-relay>=2,<3",
90-
"aniso8601>=3,<=6",
90+
"aniso8601>=3,<=7",
9191
],
9292
tests_require=tests_require,
9393
extras_require={

0 commit comments

Comments
 (0)