From 1c61e334e683ff87648eb7c56a18da14ce6628c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 20:12:40 +0000 Subject: [PATCH] ci(dependabot): bump aganders3/headless-gui from 1.2 to 2.1 Bumps [aganders3/headless-gui](https://github.com/aganders3/headless-gui) from 1.2 to 2.1. - [Release notes](https://github.com/aganders3/headless-gui/releases) - [Commits](https://github.com/aganders3/headless-gui/compare/v1.2...v2.1) --- updated-dependencies: - dependency-name: aganders3/headless-gui dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6a481..6fa0f96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: pip install ${{ matrix.backend }} - name: Test - uses: aganders3/headless-gui@v1.2 + uses: aganders3/headless-gui@v2.1 with: run: python -m pytest