From 145627a6e3ec07950f84035b81e09fcef3e5c385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:59:09 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 8.0.1 in /semantic-conventions Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 8.0.1. - [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/6.2.5...8.0.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- semantic-conventions/dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semantic-conventions/dev-requirements.txt b/semantic-conventions/dev-requirements.txt index 5add5f42..08878037 100644 --- a/semantic-conventions/dev-requirements.txt +++ b/semantic-conventions/dev-requirements.txt @@ -1,6 +1,6 @@ black==22.3.0 mypy==0.910 -pytest==6.2.5 +pytest==8.0.1 flake8==7.0.0 pylint==3.0.2 isort==5.12.0