From 5f6a855d6df70205ae48a86ec925c781bf99c6d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 05:21:48 +0000 Subject: [PATCH 1/6] Bump types-opentracing from 2.4.10.3 to 2.4.10.4 Bumps [types-opentracing](https://github.com/python/typeshed) from 2.4.10.3 to 2.4.10.4. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-opentracing dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 978a6e159838..f4a7cf8e0034 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3045,14 +3045,14 @@ files = [ [[package]] name = "types-opentracing" -version = "2.4.10.3" +version = "2.4.10.4" description = "Typing stubs for opentracing" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-opentracing-2.4.10.3.tar.gz", hash = "sha256:b277f114265b41216714f9c77dffcab57038f1730fd141e2c55c5c9f6f2caa87"}, - {file = "types_opentracing-2.4.10.3-py3-none-any.whl", hash = "sha256:60244d718fcd9de7043645ecaf597222d550432507098ab2e6268f7b589a7fa7"}, + {file = "types-opentracing-2.4.10.4.tar.gz", hash = "sha256:347040c9da4ada7d3c795659912c95d98c5651e242e8eaa0344815fee5bb97e2"}, + {file = "types_opentracing-2.4.10.4-py3-none-any.whl", hash = "sha256:73c9b958eea3df6c4906ebf3865608a562dd9981c1bbc75a373a583c613bed56"}, ] [[package]] From c9b691406406adf6e66ccc14f0c6db200cfbc9ee Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 3 Apr 2023 05:22:04 +0000 Subject: [PATCH 2/6] Changelog --- changelog.d/15376.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15376.misc diff --git a/changelog.d/15376.misc b/changelog.d/15376.misc new file mode 100644 index 000000000000..34d24dbf9c06 --- /dev/null +++ b/changelog.d/15376.misc @@ -0,0 +1 @@ +Bump types-opentracing from 2.4.10.3 to 2.4.10.4. From d70671cec249bd86db7455da66f8e61d8b716e1d Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 6 Apr 2023 12:33:23 +0100 Subject: [PATCH 3/6] Try rolling back backend-meta --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2cec324a549..74c55cd78555 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - run: .ci/scripts/check_lockfile.py lint: - uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2" + uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2.0.1" with: typechecking-extras: "all" From 5006175189cf68868ba6740d35769f2bfd60e2e7 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 6 Apr 2023 12:55:05 +0100 Subject: [PATCH 4/6] Try using debug workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74c55cd78555..725a4f08efcf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - run: .ci/scripts/check_lockfile.py lint: - uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2.0.1" + uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@dmr/debug" with: typechecking-extras: "all" From adf8a7b1f25967606ad6c832379c43f7f5268dbc Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 6 Apr 2023 14:29:48 +0100 Subject: [PATCH 5/6] Revert "Try using debug workflow" This reverts commit 5006175189cf68868ba6740d35769f2bfd60e2e7. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 725a4f08efcf..74c55cd78555 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - run: .ci/scripts/check_lockfile.py lint: - uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@dmr/debug" + uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2.0.1" with: typechecking-extras: "all" From b7bafefb62eae55fe9b2e6bcca17ae2413f3e152 Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 6 Apr 2023 14:29:49 +0100 Subject: [PATCH 6/6] Revert "Try rolling back backend-meta" This reverts commit d70671cec249bd86db7455da66f8e61d8b716e1d. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74c55cd78555..a2cec324a549 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -70,7 +70,7 @@ jobs: - run: .ci/scripts/check_lockfile.py lint: - uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2.0.1" + uses: "matrix-org/backend-meta/.github/workflows/python-poetry-ci.yml@v2" with: typechecking-extras: "all"