diff --git a/setup.py b/setup.py index 8ec02de..53d5c4c 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def get_version(package): packages=find_packages(exclude=["tests*"]), install_requires=[ "Django>=2.2.0", - "django-graphql-jwt==0.3.0", + "django-graphql-jwt==0.3.4", "django-filter>=2.2.0", "graphene_django>=2.1.8", "graphene>=2.1.8",