From f0b76370472ae579d9dd53ab37a81f8e2094b4c8 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Mon, 14 Jan 2019 10:40:33 +0900 Subject: [PATCH] Imported Upstream version 38.2.3 --- setup.cfg | 2 +- setup.py | 2 +- tests/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 19b073e..b2e68c6 100755 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 38.2.2 +current_version = 38.2.3 commit = True tag = True diff --git a/setup.py b/setup.py index 778fc50..61d2cea 100755 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ def pypi_link(pkg_filename): setup_params = dict( name="setuptools", - version="38.2.2", + version="38.2.3", description="Easily download, build, install, upgrade, and uninstall " "Python packages", author="Python Packaging Authority", diff --git a/tests/requirements.txt b/tests/requirements.txt index 38b6924..9c8bcff 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,5 +3,5 @@ mock pytest-flake8; python_version>="2.7" virtualenv>=13.0.0 pytest-virtualenv>=1.2.7 -pytest>=3.0.2 +pytest>=3.0.2,<=3.2.5 wheel -- 2.7.4