diff --git a/setup.py b/setup.py index ae99c3a..cefef21 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ def read(*rnames): install_requires=[ "graphene>=3.1", "graphql-core>=3.1", - "graphene-directives>=0.4.6", + "graphene-directives>=0.4.7", ], classifiers=[ "Development Status :: 5 - Production/Stable",