From e4731fa62cdb9bd50f9967e9976b04804f9f4afc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jul 2023 16:01:32 +0200 Subject: [PATCH] chore(deps-dev): bump pytest from 7.2.2 to 7.4.0 (#69) --- poetry.lock | 11 +++++------ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 67bfdea..7ca4b94 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1364,17 +1364,16 @@ files = [ [[package]] name = "pytest" -version = "7.2.2" +version = "7.4.0" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-7.2.2-py3-none-any.whl", hash = "sha256:130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e"}, - {file = "pytest-7.2.2.tar.gz", hash = "sha256:c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4"}, + {file = "pytest-7.4.0-py3-none-any.whl", hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32"}, + {file = "pytest-7.4.0.tar.gz", hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a"}, ] [package.dependencies] -attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" @@ -1383,7 +1382,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", "setuptools", "xmlschema"] [[package]] name = "pytest-cov" @@ -2068,4 +2067,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "397b9928d4a9cfb0140c899b41490aedec1c6541fd607b557571efd900b90a27" +content-hash = "cee46bcb0e13a9b6f986fb42c10fe3cb332a1e5ed2d993f387dda8fc513ab354" diff --git a/pyproject.toml b/pyproject.toml index 9a8569f..d7ecdb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ click = "^8.1.3" jsonpickle = "^3.0.1" [tool.poetry.dev-dependencies] -pytest = "^7.2.1" +pytest = "^7.4.0" pytest-cov = "^4.0.0" black = "^23.1.0" radon = "^5.1.0"