From 5a6050a97f89bff7b39e57ab91ec3e27eea12fc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:35:45 +0000 Subject: [PATCH 1/3] chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.6. - [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.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index f0ec3ae..38bf218 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -329,11 +329,12 @@ }, "jinja2": { "hashes": [ - "sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369", - "sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d" + "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d", + "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67" ], + "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==3.1.4" + "version": "==3.1.6" }, "markdown-it-py": { "hashes": [ From 9c754a3c3e98573fb082b3730f83b7ecd42d596d Mon Sep 17 00:00:00 2001 From: ChiefHolland Date: Sat, 13 Dec 2025 21:37:31 -0600 Subject: [PATCH 2/3] Corrected linting errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58ebdaa..a6d450d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ git remote add origin git@github.com:SeisoLLC/$(basename $(pwd)).git git push origin $(git branch --show-current) --follow-tags ``` -After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding docker hub +After you've pushed the initial commit, you should setup your repository settings - such as setting a branch policy, enabling dependabot, adding Docker Hub secrets, etc. This can be done via Infrastructure as Code (IaC) or manually, but ostensibly at this point your repository is aligned with your organizational practices. If @@ -69,7 +69,7 @@ Currently this project only supports projects hosted on GitHub. ## FAQs -Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my docker container?
+Q: Why am I getting `invalid reference format: repository name must be lowercase` when I try to build my Docker container?
A: You customized the `project_slug` when answering the `cookiecutter` questions and included a capital letter. Don't do that! Q: What does `SemVer-ish` mean?
From 011b5d7e9c34005ca46b80153ed02aac27db272d Mon Sep 17 00:00:00 2001 From: ChiefHolland Date: Sat, 13 Dec 2025 21:43:20 -0600 Subject: [PATCH 3/3] Added link context --- .github/PULL_REQUEST_TEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 362fe4a..9bf8bf4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,5 +10,4 @@ In order to streamline the review of your contribution we ask that you review an - [ ] If manual testing is needed in order to validate the changes, provide a testing plan and the expected results. - [ ] Validate that documentation is accurate and aligned to any project updates or additions. -Don't forget our more detailed contribution guidelines -[here](https://github.com/SeisoLLC/operations/blob/main/documents/software-guidelines.md#contributing-to-a-repository). +Don't forget our more detailed [contribution guidelines](https://github.com/SeisoLLC/operations/blob/main/documents/software-guidelines.md#contributing-to-a-repository).