From 6803a43da447f9d20bf6309ea1560770427ce1a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 May 2020 17:50:55 +0000 Subject: [PATCH] Bump pytest from 5.4.1 to 5.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.4.1 to 5.4.2. - [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/5.4.1...5.4.2) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9e1e84a..18db53e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,7 +368,7 @@ version = "1.8.1" [[package]] category = "main" description = "C parser in Python" -marker = "sys_platform == \"linux\" and os_name == \"nt\" or os_name == \"nt\"" +marker = "os_name == \"nt\" or sys_platform == \"linux\" and os_name == \"nt\" or sys_platform == \"linux\"" name = "pycparser" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -396,7 +396,7 @@ description = "pytest: simple powerful testing with Python" name = "pytest" optional = false python-versions = ">=3.5" -version = "5.4.1" +version = "5.4.2" [package.dependencies] atomicwrites = ">=1.0" @@ -638,7 +638,7 @@ python-versions = "*" version = "0.5.1" [metadata] -content-hash = "682b44ab1953543af541361e67efa23422b7a6ea15f601b3e96c878367cdd682" +content-hash = "c1c64201a2ca487a341fd47bedf8687604d13c66bb19acf1bea73be5e2bb49bf" python-versions = "^3.8" [metadata.files] @@ -842,8 +842,8 @@ pyparsing = [ {file = "pyparsing-2.4.6.tar.gz", hash = "sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f"}, ] pytest = [ - {file = "pytest-5.4.1-py3-none-any.whl", hash = "sha256:0e5b30f5cb04e887b91b1ee519fa3d89049595f428c1db76e73bd7f17b09b172"}, - {file = "pytest-5.4.1.tar.gz", hash = "sha256:84dde37075b8805f3d1f392cc47e38a0e59518fb46a431cfdaf7cf1ce805f970"}, + {file = "pytest-5.4.2-py3-none-any.whl", hash = "sha256:95c710d0a72d91c13fae35dce195633c929c3792f54125919847fdcdf7caa0d3"}, + {file = "pytest-5.4.2.tar.gz", hash = "sha256:eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698"}, ] pywin32-ctypes = [ {file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"}, diff --git a/pyproject.toml b/pyproject.toml index dbce54d..b6499a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ twine = "^3.1.1" [tool.poetry.dev-dependencies] black = "^19.10b0" mypy = "^0.770" -pytest = "^5.4.1" +pytest = "^5.4.2" [build-system] requires = ["poetry>=0.12"]