Skip to content

Commit 19464c4

Browse files
authored
Upgrade to pymongo version 1.12.0 (#63)
1 parent 624175d commit 19464c4

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
eiffellib==1.2.0
1919
requests==2.22.0
20-
pymongo[srv]==3.9.0
20+
pymongo[srv]==3.12.0
2121
graphql-core==2.2.1
2222
gql==0.1.0
2323
Flask==1.1.1

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ package_dir =
2323
=src
2424
# DON'T CHANGE THE FOLLOWING LINE! IT WILL BE UPDATED BY PYSCAFFOLD!
2525
setup_requires = pyscaffold>=3.2a0,<3.3a0
26-
install_requires = eiffellib==1.2.0;requests==2.22.0;pymongo[srv]==3.9.0;graphql-core==2.2.1;gql==0.1.0;Flask==1.1.1;Flask-GraphQL==2.0.0;graphene==2.1.8;gunicorn==20.0.4;gevent==1.4.0
26+
install_requires = eiffellib==1.2.0;requests==2.22.0;pymongo[srv]==3.12.0;graphql-core==2.2.1;gql==0.1.0;Flask==1.1.1;Flask-GraphQL==2.0.0;graphene==2.1.8;gunicorn==20.0.4;gevent==1.4.0
2727

2828
[options.package_data]
2929
* = *.json

tests/lib/query_handler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class GraphQLQueryHandler:
2222
"""Create and send graphql queries."""
2323

2424
__client = None
25-
__query = None
2625

2726
def __init__(self, server):
2827
"""Graphql query handler."""

0 commit comments

Comments
 (0)