Skip to content

Commit 3dd6d00

Browse files
committed
Updated graphql-core version
1 parent fadf366 commit 3dd6d00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def run_tests(self):
5656
install_requires=[
5757
'six>=1.10.0',
5858
'blinker',
59-
'graphql-core==0.1a4',
59+
'graphql-core==0.4.7b0',
6060
'graphql-relay==0.2.0'
6161
],
6262
tests_require=[

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps=
66
pytest>=2.7.2
77
django>=1.8.0,<1.9
88
pytest-django
9-
graphql-core==0.1a4
9+
graphql-core==0.4.7b0
1010
graphql-relay==0.2.0
1111
six
1212
blinker

0 commit comments

Comments
 (0)