From f6ed69b98cca3d7c98544a7dc5e9a593ce96f2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2020 05:38:28 +0000 Subject: [PATCH] Bump pytest from 6.0.0 to 6.0.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.0 to 6.0.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/6.0.0...6.0.1) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bb572cd..c091ffe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -611,7 +611,7 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=3.5" -version = "6.0.0" +version = "6.0.1" [package.dependencies] atomicwrites = ">=1.0" @@ -1037,7 +1037,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "4ba62a7c6502baab5b5bf6616afac727d9125c6d711ff6c064edce20d061ccf2" +content-hash = "094f5bf89b4c67c74ed6c03a133dfaa29539e057e38e3304511942a814084dc2" python-versions = "^3.7" [metadata.files] @@ -1337,8 +1337,8 @@ pyparsing = [ {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, ] pytest = [ - {file = "pytest-6.0.0-py3-none-any.whl", hash = "sha256:869ec27f9b89964ccfe4fbdd5ccb8d3f285aaa3e9aa16a8491b9c8829148c230"}, - {file = "pytest-6.0.0.tar.gz", hash = "sha256:a64d8fb4c15cdc70dae047352e980a197d855747cc885eb332cb73ddcc769168"}, + {file = "pytest-6.0.1-py3-none-any.whl", hash = "sha256:8b6007800c53fdacd5a5c192203f4e531eb2a1540ad9c752e052ec0f7143dbad"}, + {file = "pytest-6.0.1.tar.gz", hash = "sha256:85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4"}, ] pytest-mock = [ {file = "pytest-mock-3.2.0.tar.gz", hash = "sha256:7122d55505d5ed5a6f3df940ad174b3f606ecae5e9bc379569cdcbd4cd9d2b83"}, diff --git a/pyproject.toml b/pyproject.toml index 4da4dfa..31bed3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ tomlkit = ">=0.5.9,<0.7.0" click = "^7.0" [tool.poetry.dev-dependencies] -pytest = "^6.0.0" +pytest = "^6.0.1" coverage = {extras = ["toml"], version = "^5.2"} black = "^19.10b0" flake8 = "^3.8.3"