From 0c14243a2aec9d8376d2722d8f96fc60516235fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:03:29 +0000 Subject: [PATCH] chore(deps): bump pytest from 7.2.1 to 8.0.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.1 to 8.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95af0cd..7f65216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "opentelemetry-api==1.15.0", "opentelemetry-exporter-otlp==1.15.0", "opentelemetry-sdk==1.15.0", - "pytest==7.1.3", + "pytest==8.0.0", ] requires-python = ">= 3.8" license = {file = "LICENSE"} diff --git a/requirements.txt b/requirements.txt index 7f5388d..303ba2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ opentelemetry-api==1.15.0 opentelemetry-exporter-otlp==1.15.0 opentelemetry-sdk==1.15.0 psutil==5.9.8 -pytest==7.2.1 +pytest==8.0.0 pre-commit==3.6.1 mypy==1.8.0 pytest-docker==3.1.1