From 363583c11ec871567154e3951839082682e6b6f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:13:44 +0200 Subject: [PATCH 1/2] Bump actions/cache from 3 to 4 (#383) Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/parpe_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/parpe_tests.yml b/.github/workflows/parpe_tests.yml index b223dcdb..5d7d3c90 100644 --- a/.github/workflows/parpe_tests.yml +++ b/.github/workflows/parpe_tests.yml @@ -107,7 +107,7 @@ jobs: - name: Cache sonar files id: cache-sonar - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: sonar_cache key: ${{ runner.os }}-sonar_cache From 0b7fe48d8929a76a382f1a047c576f6ebf2469e2 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Mon, 16 Sep 2024 18:17:04 +0200 Subject: [PATCH 2/2] Sync Python requirement --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d97a84c9..389a1142 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,7 +37,7 @@ For any code contributions, please follow the guidelines below. ### Python -* We want to be compatible with Python 3.7 +* We want to be compatible with Python 3.9 * For the Python code we want to follow [PEP8](https://www.python.org/dev/peps/pep-0008/). Although this is not the