From 30f7304c77825ad6922d800459e063de66c02db1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:07:50 +0000 Subject: [PATCH] =?UTF-8?q?OPT:=20Update=20dependency=20pytest=20to=20v8?= =?UTF-8?q?=20=E2=AC=86=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f83aa1..09e2f35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1373,13 +1373,13 @@ extra = ["pygments (>=2.12)"] [[package]] name = "pytest" -version = "7.4.4" +version = "8.0.2" 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.2-py3-none-any.whl", hash = "sha256:edfaaef32ce5172d5466b5127b42e0d6d35ebbe4453f0e3505d96afd93f6b096"}, + {file = "pytest-8.0.2.tar.gz", hash = "sha256:d4051d623a2e0b7e51960ba963193b09ce6daeb9759a451844a21e4ddedfc1bd"}, ] [package.dependencies] @@ -1387,7 +1387,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] @@ -2010,4 +2010,4 @@ zstd = ["zstd"] [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "89d585d7f4f079c178eb5abfd32f029d93dccb5f493ef8fa8f511a87fa306462" +content-hash = "a275fffb630ce8f46511c73c274817474256d71c8fab6dd9269899e33908c9c6" diff --git a/pyproject.toml b/pyproject.toml index 593f509..a428c0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ optional = true [tool.poetry.group.dev.dependencies] freezegun = "1.4.0" mypy = "1.8.0" -pytest = "7.4.4" +pytest = "8.0.2" pytest-asyncio = "0.23.5" pytest-cov = "4.1.0" ruff = "0.3.0"