From ee2533ea0e0abdb18c1781e0918186bfe627ee2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:48:49 +0000 Subject: [PATCH] chore(deps): bump mypy in /resources/scripts/pytest_otel Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v0.982...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- resources/scripts/pytest_otel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/pytest_otel/requirements.txt b/resources/scripts/pytest_otel/requirements.txt index 2d27246df..f0255cfa8 100644 --- a/resources/scripts/pytest_otel/requirements.txt +++ b/resources/scripts/pytest_otel/requirements.txt @@ -5,5 +5,5 @@ opentelemetry-sdk==1.15.0 psutil==5.9.3 pytest==7.2.1 pre-commit==2.21.0 -mypy==0.982 +mypy==1.6.0 pytest-docker==1.0.1