From e5f227e8e20689a7495adb88073e1198d8a821cc Mon Sep 17 00:00:00 2001 From: Adam Karpierz Date: Sat, 31 Oct 2020 22:05:13 +0100 Subject: [PATCH] 1.0.0b15 (2020-10-31) --------------------- --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b799e37..a28f27b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -89,7 +89,7 @@ skip_missing_interpreters = true [base] setup_requires = - pip>=20.2.3 + pip>=20.2.4 setuptools>=50.3.0 wheel>=0.35.1 packagesubdir = jni @@ -122,7 +122,7 @@ commands = deps = {[testenv]deps} coverage>=5.3.0 - diff-cover>=4.0.0 + diff-cover>=4.0.1 [testenv:docs] basepython = python3.7 @@ -140,7 +140,7 @@ commands = extras = deps = {[testenv]deps} - flake8>=3.8.3 + flake8>=3.8.4 flake8-docstrings>=1.5.0 pep8-naming>=0.11.1 flake8-builtins>=1.5.3