Skip to content

Commit c95b914

Browse files
requirements.txt updated
1 parent 1d14e7e commit c95b914

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
coveralls==1.11.1; python_version <= '3.5'
2-
coveralls==2.1.2; python_version > '3.5'
2+
coveralls==3.0.1; python_version > '3.5'
33
flake8==3.7.9
44
flake8-per-file-ignores==0.6
55
future==0.18.2
66
graphene==3.0b7
7-
iso8601==0.1.13
7+
promise==2.3
88
mongoengine==0.19.1; python_version <= '3.5'
9-
mongoengine==0.22.1; python_version > '3.5'
10-
mongomock==3.22.0
11-
pymongo==3.11.2
9+
mongoengine==0.23.0; python_version > '3.5'
10+
mongomock==3.22.1
1211
pytest==4.6.11; python_version <= '3.5'
13-
pytest==6.2.1; python_version > '3.5'
12+
pytest==6.2.2; python_version > '3.5'
1413
pytest-cov==2.8.1; python_version == '3.5' or python_version == '3.4'
15-
pytest-cov==2.10.1; python_version < '3.4' or python_version > '3.5'
16-
singledispatch==3.4.0.3
14+
pytest-cov==2.11.1; python_version < '3.4' or python_version > '3.5'
15+
singledispatch==3.6.1
1716
# https://stackoverflow.com/a/58189684/9041712
1817
attrs==20.2.0
1918
futures; python_version < '3.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
packages=find_packages(exclude=["tests"]),
2626
install_requires=[
2727
"graphene>=2.1.3,<3",
28-
"mongoengine>=0.15.0",
28+
"mongoengine>=0.23.0",
2929
"singledispatch>=3.4.0.3",
3030
"iso8601>=0.1.12",
3131
'futures; python_version < "3.0"'

0 commit comments

Comments
 (0)