From 2a84f6ecbf2db0dbf38df5fd59de3ea16adc0917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:37:48 +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 823404f7..b5277e28 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==3.9.2 pylint==2.15.5