From b4327f23b45e97cf4fa18fc803ea8977109106ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 02:20:05 +0000 Subject: [PATCH] Bump pytest from 4.6.3 to 5.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.3 to 5.0.0. - [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.6.3...5.0.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 15 +++++---------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3f1ac9c..b089724 100644 --- a/poetry.lock +++ b/poetry.lock @@ -264,7 +264,6 @@ version = "0.6.1" [[package]] category = "dev" description = "More routines for operating on iterables, beyond itertools" -marker = "python_version > \"2.7\"" name = "more-itertools" optional = false python-versions = "*" @@ -376,24 +375,20 @@ category = "dev" 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.6.3" +python-versions = ">=3.5" +version = "5.0.0" [package.dependencies] atomicwrites = ">=1.0" attrs = ">=17.4.0" colorama = "*" importlib-metadata = ">=0.12" +more-itertools = ">=4.0.0" packaging = "*" pluggy = ">=0.12,<1.0" py = ">=1.5.0" -six = ">=1.10.0" wcwidth = "*" -[package.dependencies.more-itertools] -python = ">=2.8" -version = ">=4.0.0" - [[package]] category = "dev" description = "Pytest plugin for measuring coverage." @@ -466,7 +461,7 @@ python-versions = ">=2.7" version = "0.5.1" [metadata] -content-hash = "a50ec044e1c0cb110548f3bb4860bc390a316e0d178c90b9f97d442da0f7730b" +content-hash = "3f56de0b9d4504c57338f3a67e1d513ac0d24084e5a1a754c6cd7a8da08f8253" python-versions = "^3.6 || ^3.7" [metadata.hashes] @@ -506,7 +501,7 @@ pycodestyle = ["95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56 pydocstyle = ["2258f9b0df68b97bf3a6c29003edc5238ff8879f1efb6f1999988d934e432bd8", "5741c85e408f9e0ddf873611085e819b809fca90b619f5fd7f34bd4959da3dd4", "ed79d4ec5e92655eccc21eb0c6cf512e69512b4a97d215ace46d17e4990f2039"] pyflakes = ["5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d", "f277f9ca3e55de669fba45b7393a1449009cff5a37d1af10ebb76c52765269cd"] pyparsing = ["1873c03321fc118f4e9746baf201ff990ceb915f433f23b395f5580d1840cb2a", "9b6323ef4ab914af344ba97510e966d64ba91055d6b9afa6b30799340e89cc03"] -pytest = ["4a784f1d4f2ef198fe9b7aef793e9fa1a3b2f84e822d9b3a64a181293a572d45", "926855726d8ae8371803f7b2e6ec0a69953d9c6311fa7c3b6c1b929ff92d27da"] +pytest = ["2878de8ae1c79a62c012da6186b88ff0562ea96ce29c4208d2a9b11d9f607df1", "95b700cf21ed5b7e91bce7a6b5a573b2e3ef7b3643d00f681d8f9c4672f9fbdf"] pytest-cov = ["2b097cde81a302e1047331b48cadacf23577e431b61e9c6f49a1170bbe3d3da6", "e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a"] pytest-randomly = ["07b642e177c5921386fa36ee3995a4bda918a1d20b3806a4f397a02788f88331", "f5ac7c6e30a32c1aa5ae911e00b5ffd6a0df38eb818f6b539e1e7b89995724ed"] six = ["3350809f0555b11f552448330d0b52d5f24c91a322ea4a15ef22629740f3761c", "d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73"] diff --git a/pyproject.toml b/pyproject.toml index f132731..941407f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ attrs = ">=18.2,<20.0" [tool.poetry.dev-dependencies] pytest-cov = "^2.7" pytest-randomly = "^3.0" -pytest = "^4.6" +pytest = "^5.0" flake8-pytest = "^1.3" flake8-print = "^3.1" flake8-builtins = "^1.4"