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

ORV4-314 pymongo-3.7.2 #52

Merged
merged 4 commits into from
Jun 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r prod.txt
Sphinx>=1.2.2
Sphinx==1.8.5
flake8>=2.1.0
mock>=1.0.1
pytest>=2.5.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elasticsearch>=2.0.0
pymongo>=2.7
pymongo==3.7.2
redis>=2.0
requests>=2.0.0
six<2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import find_packages
from setuptools import setup

VERSION = ('0', '4', '10')
VERSION = ('0', '5', '0')
__version__ = '.'.join(VERSION)

with open('README.md') as f:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 2.1
envlist = lint,py27,py35
envlist = lint,py27,py37
skipsdist = True

[testenv]
Expand Down