From 4423b4b2a4be2745d7163a0912eae07e55d1102b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:58:38 +0000 Subject: [PATCH] chore(deps): 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 811ae53e..fe9f8fe2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1610,13 +1610,13 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] [[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] @@ -1624,7 +1624,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] @@ -2178,4 +2178,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "9e146e7643c512ac6f5d46af7f47e47680da8c94ff70dbeb51d5e16fb4cec117" +content-hash = "29edfacf9acadb8b7f6559853e0bae7d694958b7424b3ac7bf076c8069f695d3" diff --git a/pyproject.toml b/pyproject.toml index dceab209..a3cdbd31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ opentelemetry-exporter-otlp-proto-http = "*" black = "*" isort = "*" pre-commit = "^3.0.0" -pytest = "^7.0.0" +pytest = "^8.0.0" twine = "^4.0.0" ruff = "^0.2.0"