From 8378b8f4de726b409394ea8b897af69fdbb205a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:03 +0000 Subject: [PATCH 01/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20blac?= =?UTF-8?q?k=20requirement=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c4b7a9c..09317bd 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -16,7 +16,7 @@ certifi = "^2026.1.4" [tool.poetry.dev-dependencies] pylint = "^4.0.4" yamllint = "^1.35.0" -black = "^26.1.0" +black = "^26.3.1" isort = "^8.0.1" pre-commit = "^4.0.1" alembic = { version = ">=1.11.1", optional = true } From a45cb2fec5eaabdc86f318510cbdad0fa5c92ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:10 +0000 Subject: [PATCH 02/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pyte?= =?UTF-8?q?st-cov=20requirement=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c4b7a9c..6ce284e 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -22,7 +22,7 @@ pre-commit = "^4.0.1" alembic = { version = ">=1.11.1", optional = true } pytest = { version = ">=7.3.1", optional = true } httpx = { version = ">=0.24.0", optional = true } -pytest-cov = { version = "^7.0.0", optional = true } +pytest-cov = { version = "^7.1.0", optional = true } coverage = "^7.2.5" [tool.poetry.extras] From 297bf92ece1bb620afba063f1c0c99a5b4dc91ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:28 +0000 Subject: [PATCH 03/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pyli?= =?UTF-8?q?nt=20requirement=20from=20^4.0.4=20to=20^4.0.5=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c4b7a9c..da8e693 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ idna = "^3.0" certifi = "^2026.1.4" [tool.poetry.dev-dependencies] -pylint = "^4.0.4" +pylint = "^4.0.5" yamllint = "^1.35.0" black = "^26.1.0" isort = "^8.0.1" From 79131d824dd41c61251583fe7d7f8174542338f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:34:34 +0000 Subject: [PATCH 04/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20idna?= =?UTF-8?q?=20requirement=20from=20^3.0=20to=20^3.11=20in=20/backend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.0...v3.11) --- updated-dependencies: - dependency-name: idna dependency-version: '3.11' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c4b7a9c..2726b03 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -10,7 +10,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" setuptools = "^82.0.0" -idna = "^3.0" +idna = "^3.11" certifi = "^2026.1.4" [tool.poetry.dev-dependencies] From 8ce3aa00f350909d43f26ecf651833041d4269fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:49:54 +0000 Subject: [PATCH 05/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20setu?= =?UTF-8?q?ptools=20requirement=20from=20^80.9.0=20to=20>=3D80.9,<83.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1360ff8..656c447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -setuptools = "^80.9.0" +setuptools = ">=80.9,<83.0" idna = "^3.0" certifi = "^2025.1.31" bump2version = "^1.0.0" From 113440fad56f7421c7dd0c9b54ea13a0a814bb84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:50:04 +0000 Subject: [PATCH 06/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20alem?= =?UTF-8?q?bic=20requirement=20from=20>=3D1.11.1=20to=20>=3D1.18.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.18.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 90c3b02..6073686 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ idna>=3.0 certifi>=2024.8.30 # Alembic for Database Migrations -alembic>=1.11.1 +alembic>=1.18.4 # Pytest for Unit/Integration Testing pytest>=7.3.1 From 0ebd5979e832cef842a2a436703b968a915d2e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:50:21 +0000 Subject: [PATCH 07/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20pyli?= =?UTF-8?q?nt=20requirement=20from=20^3.3.0=20to=20>=3D3.3,<5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pylint](https://github.com/pylint-dev/pylint) to permit the latest version. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.1...v4.0.5) --- updated-dependencies: - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1360ff8..75798b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ bump2version = "^1.0.0" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.1" -pylint = "^3.3.0" +pylint = ">=3.3,<5.0" yamllint = "^1.35.0" isort = "^6.0.1" toml = "^0.10.0" From 9edf592bfd74c51808445bb5446cf898d898d07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:50:37 +0000 Subject: [PATCH 08/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20blac?= =?UTF-8?q?k=20requirement=20from=20^25.1.0=20to=20>=3D25.1,<27.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...26.3.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1360ff8..db53def 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ pylint = "^3.3.0" yamllint = "^1.35.0" isort = "^6.0.1" toml = "^0.10.0" -black = "^25.1.0" +black = ">=25.1,<27.0" pytest = "^8.3.1" httpx = { version = ">=0.24.0", optional = true } pytest-cov = { version = "^6.1.1", optional = true } From 18ae5f761cd48c5eb60a81f030fd07d1f81cf5f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 23:50:44 +0000 Subject: [PATCH 09/12] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20poet?= =?UTF-8?q?ry=20requirement=20from=20>=3D1.8.4=20to=20>=3D2.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [poetry](https://github.com/python-poetry/poetry) to permit the latest version. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.8.4...2.4.1) --- updated-dependencies: - dependency-name: poetry dependency-version: 2.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5029a9b..e6e3d12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pre-commit>=4.0.0 pylint>=3.3.1 # Poetry for package management alternative -poetry>=1.8.4 +poetry>=2.4.1 # Bump2Version for version release control bump2version>=1.0.0 From e835092d8c7967f74dbde528aca7e5342d7497d0 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 12:37:35 -0500 Subject: [PATCH 10/12] =?UTF-8?q?=F0=9F=94=A7=20chore(core):=20bump=20scri?= =?UTF-8?q?pts=20submodule=20to=20v1.1.23?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++------------ scripts | 2 +- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d06d9d8..c01f2ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [1.0.14] - 2026-03-03 + +### Features + +- **core**: add inline release creation and update cicd workflows (`patch candidate`) + +### Bug Fixes + +- **deps**: update setuptools requirement from ^78.1.0 to ^80.9.0 (#73) +- **deps**: update setuptools requirement from ^78.1.0 to ^80.9.0 in /backend (#74) +- **deps**: update pytest-cov requirement from ^6.1.1 to ^7.0.0 in /backend (#75) +- **deps**: update pylint requirement from ^3.3.1 to ^4.0.4 in /backend (#79) +- **deps**: update certifi requirement from ^2025.1.31 to ^2026.1.4 in /backend (#80) +- **deps**: update black requirement from ^25.1.0 to ^26.1.0 in /backend (#81) +- **deps**: update black requirement in /backend +- **deps**: update certifi requirement in /backend +- **deps**: update pylint requirement from ^3.3.1 to ^4.0.4 in /backend +- **deps**: update pytest-cov requirement in /backend +- **deps**: update setuptools requirement in /backend +- **deps**: update setuptools requirement from ^78.1.0 to ^80.9.0 + +### Documentation + +- **core**: update readme with release automation features (`patch candidate`) + ## [1.0.13] - 2025-04-06 ### Bug Fixes @@ -57,6 +82,11 @@ ### Styles - **core**: fixed badges (`patch candidate`) + +## [1.0.7] - 2024-11-11 + +### Styles + - **core**: fixed badges (`patch candidate`) ## [1.0.6] - 2024-11-11 @@ -68,23 +98,12 @@ ## [1.0.5] - 2024-10-28 -### Features - -- **core**: fixed version-controller.yml create_tag behavior error (#10) -- **core**: fixed template artifacts (#6) - ### Chores - **core**: updated scripts submodule (`patch candidate`) - **core**: updated scripts submodule - **core**: updated scripts submodule - **core**: update scripts module -- **deps**: update setuptools requirement from ^67.0.0 to ^75.2.0 in /backend in the pip group across 1 directory (#8) (#9) - -### Other Changes - -- Update CNAME -- Create CNAME ## [1.0.4] - 2024-10-24 @@ -106,6 +125,12 @@ ## [1.0.2] - 2024-10-21 +### Chores + +- **core**: fixed auxiliary hook scripts (`patch candidate`) + +## [1.0.1] - 2024-10-21 + ### Features - **core**: fixed version-controller.yml create_tag behavior error @@ -129,7 +154,6 @@ ### Chores -- **core**: fixed auxiliary hook scripts (`patch candidate`) - **core**: fixed auxiliary hook scripts (`patch candidate`) - **core**: fixed auxiliary hook scripts (`patch candidate`) - **core**: fixed auxiliary hook scripts diff --git a/scripts b/scripts index 2b8ccf5..623d83f 160000 --- a/scripts +++ b/scripts @@ -1 +1 @@ -Subproject commit 2b8ccf5a6703859b3c82a8634a323ca21b0e5e52 +Subproject commit 623d83f4974944273e10c8582c2982b6561dd7a6 From 92558e756a6d3e659cafdcb8b9e4723d9429bab7 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 16:40:29 -0500 Subject: [PATCH 11/12] =?UTF-8?q?=F0=9F=94=A7=20chore(core):=20bump=20cove?= =?UTF-8?q?rage=20requirement=20to=207.13.5=20[patch=20candidate]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 147d2a8..5153788 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -23,7 +23,7 @@ alembic = { version = ">=1.11.1", optional = true } pytest = { version = ">=7.3.1", optional = true } httpx = { version = ">=0.24.0", optional = true } pytest-cov = { version = "^7.1.0", optional = true } -coverage = "^7.2.5" +coverage = "^7.13.5" [tool.poetry.extras] migrations = ["alembic"] diff --git a/backend/requirements.txt b/backend/requirements.txt index 6073686..0ea4a49 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -29,7 +29,7 @@ pytest>=7.3.1 pytest-cov>=4.0.0 # Coverage Reporting -coverage>=7.2.5 +coverage>=7.13.5 # Lint Check yamllint>=1.35.0 From 4b0223bd2b04468471f61150ff0e684715b2fe39 Mon Sep 17 00:00:00 2001 From: Juan Villa Date: Mon, 15 Jun 2026 16:41:03 -0500 Subject: [PATCH 12/12] =?UTF-8?q?=F0=9F=94=96=20Bump=20version:=201.0.14?= =?UTF-8?q?=20=E2=86=92=201.0.15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ backend/pyproject.toml | 4 ++-- frontend/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 37 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6a5f73f..87634e3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.14 +current_version = 1.0.15 commit = True tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index c01f2ad..4840400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## [1.0.15] - 2026-06-15 + +### Bug Fixes + +- **deps**: update poetry requirement from >=1.8.4 to >=2.4.1 (#97) +- **deps**: update black requirement from ^25.1.0 to >=25.1,<27.0 (#96) +- **deps**: update pylint requirement from ^3.3.0 to >=3.3,<5.0 (#95) +- **deps**: update alembic requirement from >=1.11.1 to >=1.18.4 (#94) +- **deps**: update setuptools requirement from ^80.9.0 to >=80.9,<83.0 (#93) +- **deps**: update idna requirement from ^3.0 to ^3.11 in /backend (#92) +- **deps**: update pylint requirement from ^4.0.4 to ^4.0.5 in /backend (#91) +- **deps**: update pytest-cov requirement from ^7.0.0 to ^7.1.0 in /backend (#89) +- **deps**: update black requirement from ^26.1.0 to ^26.3.1 in /backend (#88) +- **deps**: update poetry requirement from >=1.8.4 to >=2.4.1 +- **deps**: update black requirement from ^25.1.0 to >=25.1,<27.0 +- **deps**: update pylint requirement from ^3.3.0 to >=3.3,<5.0 +- **deps**: update alembic requirement from >=1.11.1 to >=1.18.4 +- **deps**: update setuptools requirement from ^80.9.0 to >=80.9,<83.0 +- **deps**: update idna requirement from ^3.0 to ^3.11 in /backend +- **deps**: update pylint requirement from ^4.0.4 to ^4.0.5 in /backend +- **deps**: update pytest-cov requirement in /backend +- **deps**: update black requirement in /backend +- **deps**: update isort requirement from ^6.0.1 to ^8.0.1 in /backend (#84) +- **deps**: update setuptools requirement from ^80.9.0 to ^82.0.0 in /backend (#83) +- **deps**: update isort requirement from ^6.0.1 to ^8.0.1 in /backend +- **deps**: update setuptools requirement in /backend + +### Chores + +- **core**: bump coverage requirement to 7.13.5 (`patch candidate`) +- **core**: bump scripts submodule to v1.1.23 + ## [1.0.14] - 2026-03-03 ### Features diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 5153788..823f0af 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backend" -version = "1.0.14" +version = "1.0.15" description = "Github CICD Template Repository." authors = ["B "] license = "Other" @@ -66,5 +66,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.14"] +requires = ["poetry-core>=1.0.15"] build-backend = "poetry.core.masonry.api" diff --git a/frontend/package.json b/frontend/package.json index 0892340..f4be8dc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.0.14", + "version": "1.0.15", "description": "frontend github cicd sample", "private": "true", "dependencies": { diff --git a/pyproject.toml b/pyproject.toml index 578ba43..db916ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "github-cicd-template" -version = "1.0.14" +version = "1.0.15" description = "Github CICD Template Repository" authors = ["B "] license = "Apache 2.0"