From 721ea7165192a8e37da7922fbddcf6658d796408 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:48:53 +0000 Subject: [PATCH] Bump mypy from 0.910 to 1.6.1 in /semantic-conventions Bumps [mypy](https://github.com/python/mypy) from 0.910 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.910...v1.6.1) --- updated-dependencies: - dependency-name: mypy 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..16f4f8df 100644 --- a/semantic-conventions/dev-requirements.txt +++ b/semantic-conventions/dev-requirements.txt @@ -1,5 +1,5 @@ black==22.3.0 -mypy==0.910 +mypy==1.6.1 pytest==6.2.5 flake8==6.1.0 pylint==3.0.2