We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb0afbc commit cf8ae3aCopy full SHA for cf8ae3a
requirements.txt
@@ -6,11 +6,11 @@ future==0.18.2
6
graphene>=2.1.8,<3
7
iso8601==0.1.13
8
mongoengine==0.19.1; python_version <= '3.4'
9
-mongoengine==0.21.0; python_version > '3.4'
10
-mongomock==3.21.0
+mongoengine==0.22.1; python_version > '3.4'
+mongomock==3.22.0
11
pymongo==3.11.2
12
pytest==4.6.11; python_version <= '3.4'
13
-pytest==6.1.2; python_version > '3.4'
+pytest==6.2.1; python_version > '3.4'
14
pytest-cov==2.8.1; python_version == '3.4'
15
pytest-cov==2.10.1; python_version < '3.4' or python_version > '3.4'
16
singledispatch==3.4.0.3
0 commit comments