From b36e9e3501ae3d410bcfb287e3000e0e21231177 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:35:36 -0600 Subject: [PATCH] Bump jinja2 from 3.1.4 to 3.1.5 (#36) * Bump jinja2 from 3.1.4 to 3.1.5 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.4...3.1.5) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] * Update Makefile for Poetry 2.0.0+ compatibility --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ted Cook --- .github/workflows/lint.yml | 6 +++--- .github/workflows/molecule.yml | 10 +++++----- .github/workflows/release.yml | 6 +++--- Makefile | 5 +++-- poetry.lock | 8 ++++---- pyproject.toml | 3 ++- 6 files changed, 20 insertions(+), 18 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1974ea1..988e5db 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ on: defaults: run: - working-directory: 'nephelaiio.nfs' + working-directory: "nephelaiio.nfs" jobs: lint: @@ -18,12 +18,12 @@ jobs: - name: Check out the codebase uses: actions/checkout@v4 with: - path: 'nephelaiio.nfs' + path: "nephelaiio.nfs" - name: Set up python 3 uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: "3.x" - name: Update ubuntu repositories run: sudo apt-get update diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 687005a..70d9eb3 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -8,7 +8,7 @@ on: defaults: run: - working-directory: 'nephelaiio.nfs' + working-directory: "nephelaiio.nfs" jobs: molecule: @@ -35,12 +35,12 @@ jobs: - name: Check out the codebase uses: actions/checkout@v4 with: - path: 'nephelaiio.nfs' + path: "nephelaiio.nfs" - name: Set up python 3 uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: "3.x" - name: Update ubuntu repositories run: sudo apt-get update @@ -63,8 +63,8 @@ jobs: - name: Run molecule tests. run: make test env: - PY_COLORS: '1' - ANSIBLE_FORCE_COLOR: '1' + PY_COLORS: "1" + ANSIBLE_FORCE_COLOR: "1" MOLECULE_DOCKER_IMAGE: ${{ matrix.image.name }} MOLECULE_DOCKER_COMMAND: ${{ matrix.image.command }} MOLECULE_SCENARIO: ${{ matrix.scenario.name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8c5a344..3ec476f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: defaults: run: - working-directory: 'nephelaiio.nfs' + working-directory: "nephelaiio.nfs" jobs: release: @@ -17,12 +17,12 @@ jobs: - name: Check out the codebase. uses: actions/checkout@v4 with: - path: 'nephelaiio.nfs' + path: "nephelaiio.nfs" - name: Set up Python 3 uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: "3.x" - name: Update ubuntu repositories run: sudo apt-get update diff --git a/Makefile b/Makefile index 7dd9eb6..13d079e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ MOLECULE_SCENARIO ?= default MOLECULE_DOCKER_IMAGE ?= ubuntu2204 GALAXY_API_KEY ?= -GITHUB_REPOSITORY ?= $$(git config --get remote.origin.url | cut -d: -f 2 | cut -d. -f 1) +GITHUB_REPOSITORY ?= $$(git config --get remote.origin.url | cut -d':' -f 2 | cut -d. -f 1) GITHUB_ORG = $$(echo ${GITHUB_REPOSITORY} | cut -d/ -f 1) GITHUB_REPO = $$(echo ${GITHUB_REPOSITORY} | cut -d/ -f 2) REQUIREMENTS = requirements.yml @@ -15,6 +15,7 @@ test: lint poetry: @type poetry >/dev/null || pip3 install poetry + @poetry self add poetry-plugin-export @poetry install --no-root lint: poetry @@ -51,4 +52,4 @@ version: @poetry run molecule --version debug: version - @poetry export --dev --without-hashes + @poetry export --dev --without-hashes || exit 0 diff --git a/poetry.lock b/poetry.lock index 8307247..e8b7045 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "ansible" @@ -526,13 +526,13 @@ testing = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", [[package]] name = "jinja2" -version = "3.1.4" +version = "3.1.5" description = "A very fast and expressive template engine." optional = false python-versions = ">=3.7" files = [ - {file = "jinja2-3.1.4-py3-none-any.whl", hash = "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d"}, - {file = "jinja2-3.1.4.tar.gz", hash = "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369"}, + {file = "jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb"}, + {file = "jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index bc966b3..d34f5bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,7 @@ name = "nephelaiio.nfs" version = "0.1.0" description = "" authors = ["Ted Cook "] +package-mode = false [tool.poetry.dependencies] python = "^3.10" @@ -11,7 +12,7 @@ python = "^3.10" ansible-lint = { version = "^24.6.0", markers = "platform_system != 'Windows'" } ansible = "^10.1.0" molecule = "^24.6.0" -molecule-plugins = {extras = ["docker"], version = "^23.5.3"} +molecule-plugins = { extras = ["docker"], version = "^23.5.3" } yamllint = "^1.35.1" netaddr = "^1.3.0"