From be6059c514444d4ab4952c1204836a6bbcd555c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:28:13 +0000 Subject: [PATCH] chore(deps): bump mypy in /resources/scripts/pytest_otel Bumps [mypy](https://github.com/python/mypy) from 0.981 to 0.982. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.981...v0.982) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... 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 155f3827d..7a7b5a57f 100644 --- a/resources/scripts/pytest_otel/requirements.txt +++ b/resources/scripts/pytest_otel/requirements.txt @@ -5,5 +5,5 @@ opentelemetry-sdk==1.12.0 psutil==5.9.2 pytest==7.1.3 pre-commit==2.20.0 -mypy==0.981 +mypy==0.982 pytest-docker==1.0.1