From 076744c6d4423f338a6ad59c0fb7b6c31fc33496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 07:04:03 +0000 Subject: [PATCH] Bump molecule[ansible,docker,lint] from 3.6.1 to 4.0.3 Bumps [molecule[ansible,docker,lint]](https://github.com/ansible-community/molecule) from 3.6.1 to 4.0.3. - [Release notes](https://github.com/ansible-community/molecule/releases) - [Commits](https://github.com/ansible-community/molecule/compare/v3.6.1...v4.0.3) --- updated-dependencies: - dependency-name: molecule[ansible,docker,lint] dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Molecule_Test.yml | 2 +- requirements-dev.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Molecule_Test.yml b/.github/workflows/Molecule_Test.yml index 1213c4f..d01a2c7 100644 --- a/.github/workflows/Molecule_Test.yml +++ b/.github/workflows/Molecule_Test.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: python-version: ['3.8', '3.9', '3.10'] diff --git a/requirements-dev.txt b/requirements-dev.txt index 84ee1e8..c8a079a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1 +1,2 @@ -molecule[ansible,docker,lint]==3.6.1 +molecule[ansible,docker,lint]==4.0.3 +requests==2.28.1 \ No newline at end of file