From bf4bafbe968260196223ba01fb937ce7d3a74f54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:36:10 +0000 Subject: [PATCH] chore(deps): update dependency pytest to v8 --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/poetry.lock b/poetry.lock index e242daf..c975005 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,13 +555,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[package]] name = "pluggy" -version = "1.2.0" +version = "1.4.0" description = "plugin and hook calling mechanisms for python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pluggy-1.2.0-py3-none-any.whl", hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849"}, - {file = "pluggy-1.2.0.tar.gz", hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3"}, + {file = "pluggy-1.4.0-py3-none-any.whl", hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981"}, + {file = "pluggy-1.4.0.tar.gz", hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be"}, ] [package.extras] @@ -654,20 +654,20 @@ files = [ [[package]] name = "pytest" -version = "7.4.4" +version = "8.0.0" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"}, - {file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] colorama = {version = "*", markers = "sys_platform == \"win32\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" [package.extras] testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"] @@ -925,4 +925,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11.2" -content-hash = "8ce98cb9d2a8bfaaa0d6c65c76db7f4a2748659ef49ad68d0c7fa396e7bec9ba" +content-hash = "c9993098f51721db41d73a57a1b554df9fdceda9ff2b25f17a034a2a02987c8a" diff --git a/pyproject.toml b/pyproject.toml index 58eedcf..98e19bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ black = "^24.0.0" coverage = "^7.2.7" pylint = "^3.0.0" pylint-exit = "^1.2.0" -pytest = "^7.4.0" +pytest = "^8.0.0" pre-commit = "^3.3.3" [build-system] diff --git a/requirements-dev.txt b/requirements-dev.txt index 51d3b2e..9b5bc2e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ pluggy==1.4.0 pre-commit==3.6.0 pylint-exit==1.2.0 pylint==3.0.3 -pytest==7.4.4 +pytest==8.0.0 pyyaml==6.0.1 setuptools==69.0.3 tomlkit==0.12.3 -- 2.45.2