Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 3082c29

Browse files
authored
ORV4-314 pymongo-3.7.2 (#52)
1 parent a65868c commit 3082c29

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r prod.txt
2-
Sphinx>=1.2.2
2+
Sphinx==1.8.5
33
flake8>=2.1.0
44
mock>=1.0.1
55
pytest>=2.5.2

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
elasticsearch>=2.0.0
2-
pymongo>=2.7
2+
pymongo==3.7.2
33
redis>=2.0
44
requests>=2.0.0
55
six<2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import find_packages
55
from setuptools import setup
66

7-
VERSION = ('0', '4', '10')
7+
VERSION = ('0', '5', '0')
88
__version__ = '.'.join(VERSION)
99

1010
with open('README.md') as f:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 2.1
3-
envlist = lint,py27,py35
3+
envlist = lint,py27,py37
44
skipsdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)