From 76928ef15855a9226f4de0997f377fed1c94ab59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Feb 2019 12:09:05 +0000 Subject: [PATCH] Bump pytest from 4.1.1 to 4.2.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.1.1 to 4.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/4.1.1...4.2.1) Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 064dec584..78d206826 100644 --- a/poetry.lock +++ b/poetry.lock @@ -493,6 +493,7 @@ version = "0.8.4" [[package]] category = "dev" description = "More routines for operating on iterables, beyond itertools" +marker = "python_version > \"2.7\"" name = "more-itertools" optional = false python-versions = "*" @@ -630,18 +631,21 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "4.1.1" +version = "4.2.1" [package.dependencies] atomicwrites = ">=1.0" attrs = ">=17.4.0" colorama = "*" -more-itertools = ">=4.0.0" pluggy = ">=0.7" py = ">=1.5.0" setuptools = "*" six = ">=1.10.0" +[package.dependencies.more-itertools] +python = ">2.7" +version = ">=4.0.0" + [[package]] category = "dev" description = "Pytest plugin for measuring coverage." @@ -900,7 +904,7 @@ pep8-naming = ">=0.7,<0.8" typing_extensions = ">=3.6,<4.0" [metadata] -content-hash = "dd99cc0ecb4c0dfb836fe7c70e0d55cae831ebd64fab9c387e5235cfd0310978" +content-hash = "246658c5e30ff362879f035f2aaf61c40ed0e19b0e11efa6eab80cac80c472d5" python-versions = "^3.6" [metadata.hashes] @@ -965,7 +969,7 @@ pydocstyle = ["2258f9b0df68b97bf3a6c29003edc5238ff8879f1efb6f1999988d934e432bd8" pyflakes = ["9a7662ec724d0120012f6e29d6248ae3727d821bba522a0e6b356eff19126a49", "f661252913bc1dbe7fcfcbf0af0db3f42ab65aabd1a6ca68fe5d466bace94dae"] pygments = ["5ffada19f6203563680669ee7f53b64dabbeb100eb51b61996085e99c03b284a", "e8218dd399a61674745138520d0d4cf2621d7e032439341bc3f647bff125818d"] pyparsing = ["66c9268862641abcac4a96ba74506e594c884e3f57690a696d21ad8210ed667a", "f6c5ef0d7480ad048c054c37632c67fca55299990fff127850181659eea33fc3"] -pytest = ["41568ea7ecb4a68d7f63837cf65b92ce8d0105e43196ff2b26622995bb3dc4b2", "c3c573a29d7c9547fb90217ece8a8843aa0c1328a797e200290dc3d0b4b823be"] +pytest = ["80cfd9c8b9e93f419abcc0400e9f595974a98e44b6863a77d3e1039961bfc9c4", "c2396a15726218a2dfef480861c4ba37bd3952ebaaa5b0fede3fc23fddcd7f8c"] pytest-cov = ["0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33", "230ef817450ab0699c6cc3c9c8f7a829c34674456f2ed8df1fe1d39780f7c87f"] pytest-randomly = ["6db5e03d72b54052b9b379dc3cfa4749c19bfe4de161cf3eb24762049f4ce9be", "92ec6745d3ebdd690ecb598648748c9601f16f5afacf83ccef2b50d23e6edb7f"] pytz = ["32b0891edff07e28efe91284ed9c31e123d84bea3fd98e1f72be2508f43ef8d9", "d5f05e487007e29e03409f9398d074e158d920d36eb82eaf66fb1136b0c5374c"] diff --git a/pyproject.toml b/pyproject.toml index 9f61105a6..824067502 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ flake8-pyi = "^18.3" safety = "^1.8" -pytest = "^4.1" +pytest = "^4.2" pytest-cov = "^2.6" pytest-randomly = "^1.2"