From f17ec53bca322fc18061aa69935c763d7becdbf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:22:13 +0000 Subject: [PATCH] Bump pytest from 6.2.5 to 7.4.4 in /semantic-conventions Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.4.4. - [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...7.4.4) --- 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 31bd92f2..b85f21d5 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==7.4.4 flake8==6.1.0 pylint==3.0.2 isort==5.12.0