From 5e79408708adda5e4108e66588a8418ed824f156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 13 Oct 2019 23:27:42 +0300 Subject: [PATCH] Upgrade to flake8-docstrings 1.5.0, pytest 5.2.1, and pytest-cov 2.8.1 (#27588) https://gitlab.com/pycqa/flake8-docstrings/blob/1.5.0/HISTORY.rst https://docs.pytest.org/en/latest/changelog.html#pytest-5-2-1-2019-10-06 https://pytest-cov.readthedocs.io/en/latest/changelog.html#id1 --- requirements_test.txt | 6 +++--- requirements_test_all.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index d0b7880d78d..b6d5bdd7ee9 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -6,7 +6,7 @@ asynctest==0.13.0 black==19.3b0 codecov==2.0.15 -flake8-docstrings==1.3.1 +flake8-docstrings==1.5.0 flake8==3.7.8 mock-open==1.3.1 mypy==0.730 @@ -15,8 +15,8 @@ pydocstyle==4.0.1 pylint==2.4.2 astroid==2.3.1 pytest-aiohttp==0.3.0 -pytest-cov==2.7.1 +pytest-cov==2.8.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.2.0 +pytest==5.2.1 requests_mock==1.7.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 4c3a6e7721b..c3fa3024041 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -7,7 +7,7 @@ asynctest==0.13.0 black==19.3b0 codecov==2.0.15 -flake8-docstrings==1.3.1 +flake8-docstrings==1.5.0 flake8==3.7.8 mock-open==1.3.1 mypy==0.730 @@ -16,10 +16,10 @@ pydocstyle==4.0.1 pylint==2.4.2 astroid==2.3.1 pytest-aiohttp==0.3.0 -pytest-cov==2.7.1 +pytest-cov==2.8.1 pytest-sugar==0.9.2 pytest-timeout==1.3.3 -pytest==5.2.0 +pytest==5.2.1 requests_mock==1.7.0