From 2046c84c97e973e8d1831f14a582ddd0ad831176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 15:18:47 +0000 Subject: [PATCH] Bump pytest from 7.2.1 to 7.3.1 (#846) --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7014f605..bdd18134 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1310,18 +1310,17 @@ files = [ [[package]] name = "pytest" -version = "7.2.1" +version = "7.3.1" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.1-py3-none-any.whl", hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5"}, - {file = "pytest-7.2.1.tar.gz", hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42"}, + {file = "pytest-7.3.1-py3-none-any.whl", hash = "sha256:3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362"}, + {file = "pytest-7.3.1.tar.gz", hash = "sha256:434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} @@ -1331,7 +1330,7 @@ pluggy = ">=0.12,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] +testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "xmlschema"] [[package]] name = "pytest-asyncio" @@ -2252,4 +2251,4 @@ cli = ["click", "tabulate", "dateparser"] [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<4.0" -content-hash = "8ee8ac63225e0831f43b2457644ae96118a3f06bf60750635273e094fc23ffba" +content-hash = "ee489743acac29774c97c39d72e71bc6b34d04e15490fc60367041c6fb3ecea4" diff --git a/pyproject.toml b/pyproject.toml index 9fd04f60..5f4380bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ tabulate = { version = ">=0.8.7", optional = true } dateparser = {version = ">=1.0.0", optional = true} [tool.poetry.dev-dependencies] -pytest = "^7.2.1" +pytest = "^7.3.1" coverage = {extras = ["toml"], version = "^7.1"} safety = "^2.3.5" mypy = "^1.0"