From a5c357f64474adca59019cf9a944301dde7e8ca8 Mon Sep 17 00:00:00 2001 From: Martin Medler Date: Sat, 23 Dec 2023 09:28:16 +0100 Subject: [PATCH] Update tested buildozer --- .github/workflows/ci.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a390ab4d..9fefa92e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,7 +44,7 @@ jobs: steps: - run: | mkdir --parents /tmp/bin - wget --no-verbose https://github.com/bazelbuild/buildtools/releases/download/v6.1.2/buildozer-linux-amd64 -O /tmp/bin/buildozer + wget --no-verbose https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildozer-linux-amd64 -O /tmp/bin/buildozer chmod +x /tmp/bin/buildozer - uses: actions/checkout@v4 - name: Integration tests - Applying fixes diff --git a/README.md b/README.md index 21324345..69350b1f 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ Even if analysing the code works initially, it might break at any time if the or | Operating system | No constraints by design. However, Ubuntu 22.04 is currently the only OS used for development and testing. | | Python | Minimum version is 3.8. All newer major versions until 3.12 are tested. | | Bazel | Minimum version is 5.4.0. Multiple newer versions are tested including rolling releases. | -| Buildozer | No known limitations. Tests have been performed with 5.0.1. | +| Buildozer | No known limitations. Tests are performed with 6.4.0. | # Alternatives to DWYU