Skip to content

Commit 53fe9e2

Browse files
committed
chore: Update graphene>2.1.3,<3
1 parent fe51fc6 commit 53fe9e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
coveralls==1.2.0
22
flake8==3.5.0
33
flake8-per-file-ignores==0.6
4-
graphene==2.0.1
4+
graphene>=2.1.3,<3
55
iso8601==0.1.12
66
mongoengine==0.15.0
77
mongomock==3.8.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
packages=find_packages(exclude=['tests']),
3333

3434
install_requires=[
35-
'graphene >=2.0',
35+
'graphene>=2.1.3,<3',
3636
'mongoengine>=0.15.0',
3737
'singledispatch>=3.4.0.3',
3838
'iso8601>=0.1.12'

0 commit comments

Comments
 (0)