From ef3b19110820590ef75b7600025d338f340fad5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 21:52:48 +0000 Subject: [PATCH] Update dependency pytest to v8 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9c5a22c..c9a385a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -667,13 +667,13 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "pytest" -version = "7.4.3" +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.3-py3-none-any.whl", hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac"}, - {file = "pytest-7.4.3.tar.gz", hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5"}, + {file = "pytest-8.0.0-py3-none-any.whl", hash = "sha256:50fb9cbe836c3f20f0dfa99c565201fb75dc54c8d76373cd1bde06b06657bdb6"}, + {file = "pytest-8.0.0.tar.gz", hash = "sha256:249b1b0864530ba251b7438274c4d251c58d868edaaec8762893ad4a0d71c36c"}, ] [package.dependencies] @@ -681,7 +681,7 @@ colorama = {version = "*", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""} iniconfig = "*" packaging = "*" -pluggy = ">=0.12,<2.0" +pluggy = ">=1.3.0,<2.0" tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} [package.extras] @@ -1130,4 +1130,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "10c847eeda4a87815c1660891ff22963fd088a291a9a08ec5e6547b0b14a3e97" +content-hash = "de2b3af5142c2732b6a84b53950b7fd0e39a52272dd7788762f65c3f7e2d6231" diff --git a/pyproject.toml b/pyproject.toml index 3fd06a8..f0f1f46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ discord-webhook = "^1.0.0" setuptools = "^69.0.2" [tool.poetry.dev-dependencies] -pytest = "^7.1.2" +pytest = "^8.0.0" [build-system] requires = ["poetry-core>=1.0.0"]