Skip to content

Commit da36830

Browse files
committed
Updated external dependencies
1 parent 4a31c5a commit da36830

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ def run_tests(self):
7070

7171
install_requires=[
7272
'six>=1.10.0',
73-
'graphql-core>=1.0',
74-
'graphql-relay>=0.4.4',
75-
'promise',
73+
'graphql-core>=1.0.1',
74+
'graphql-relay>=0.4.5',
75+
'promise>=1.0.1',
7676
],
7777
tests_require=[
7878
'pytest>=2.7.2',

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ skipsdist = true
55
[testenv]
66
deps=
77
pytest>=2.7.2
8-
graphql-core>=0.5.1
9-
graphql-relay>=0.4.3
8+
graphql-core>=1.0.1
9+
graphql-relay>=0.4.5
1010
six
1111
blinker
1212
singledispatch

0 commit comments

Comments
 (0)