Skip to content

Commit e31b93d

Browse files
ymochjkimbo
authored andcommitted
Increase the allowed version of aniso8601 (#1072)
1 parent abc2c2a commit e31b93d

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
@@ -82,7 +82,7 @@ def run_tests(self):
8282
install_requires=[
8383
"graphql-core>=3.0.0a0,<4",
8484
"graphql-relay>=3.0.0a0,<4",
85-
"aniso8601>=6,<8",
85+
"aniso8601>=6,<9",
8686
],
8787
tests_require=tests_require,
8888
extras_require={"test": tests_require},

0 commit comments

Comments
 (0)