From 90367f20027a223da2d70aaebfecfa3c3356aae2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 27 Dec 2023 01:04:16 +0000 Subject: [PATCH 01/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b514eb1..6bae4f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: args: ["--ignore-words=codespell.txt"] exclude: 'codespell.txt|\.svg$' - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 49eda6a7e68a1b4e29e48aaa6582f8aebb3c2dae Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Jan 2024 12:33:51 +0000 Subject: [PATCH 02/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6bae4f1..1fa8aa4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.10.0 + rev: v9.11.0 hooks: - id: commitlint stages: [commit-msg] From 6583139f4c33b67950b6f73b74e7419358524881 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 24 Jan 2024 01:08:46 +0000 Subject: [PATCH 03/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fa8aa4..0decaf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: language: script types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: ["-ll"] From f175ccc8042ed6b7984bda9c82b1f2585b95848a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 31 Jan 2024 01:02:55 +0000 Subject: [PATCH 04/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0decaf6..48e47c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 61dd297414fde49df7333b06fb66ef246ffe7337 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 14 Feb 2024 01:03:31 +0000 Subject: [PATCH 05/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48e47c5..386fbb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 01222791ee2c5c689b1dc58fe49f0fd6af12b93b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 28 Feb 2024 01:01:21 +0000 Subject: [PATCH 06/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 386fbb7..c697b75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.11.0 + rev: v9.12.0 hooks: - id: commitlint stages: [commit-msg] From 319ce02641060baa4160e0d1b56cb528c383788f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 6 Mar 2024 01:02:03 +0000 Subject: [PATCH 07/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c697b75..dbfd2d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.12.0 + rev: v9.13.0 hooks: - id: commitlint stages: [commit-msg] From 2e250d90d6bc2974580574932222047b13a5e1e8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 13 Mar 2024 01:03:24 +0000 Subject: [PATCH 08/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbfd2d2..53df9de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: language: script types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.7 + rev: 1.7.8 hooks: - id: bandit args: ["-ll"] From fa2239ccf5b6f920717d5bdd90f7cc78ed98a241 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Mar 2024 01:01:56 +0000 Subject: [PATCH 09/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 53df9de..5e7f322 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 782f1a22c6eddfca9a9589dae22791d44adb6560 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Apr 2024 01:03:10 +0000 Subject: [PATCH 10/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e7f322..4cfda53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: bandit args: ["-ll"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: # See https://pre-commit.com/hooks.html for more hooks #- id: check-added-large-files @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.13.0 + rev: v9.14.0 hooks: - id: commitlint stages: [commit-msg] From f39c27e1e91db40266ee8fbfaa6b33a056dc2f2d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 12 Apr 2024 00:14:05 +0000 Subject: [PATCH 11/18] chore: [gh] Update __version__.py to 1.3.2 [skip ci] --- models/__version__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/models/__version__.py b/models/__version__.py index cae3308..4d4fd6c 100644 --- a/models/__version__.py +++ b/models/__version__.py @@ -1,2 +1,2 @@ -# -*- coding: utf-8 -*- -__version__ = "1.3.1" +# Managed via automated CI/CD in .github/workflows/semanticVersionBump.yml. +__version__ = "1.3.2" From fa12a8620339741b0107c739f5741777eb0437bb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 17 Apr 2024 01:04:33 +0000 Subject: [PATCH 12/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cfda53..e8829c5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.14.0 + rev: v9.15.0 hooks: - id: commitlint stages: [commit-msg] From a5b4d330896d661c0b6d88fd8fe2fd608f10e631 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 24 Apr 2024 01:05:54 +0000 Subject: [PATCH 13/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8829c5..e08b8e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.15.0 + rev: v9.16.0 hooks: - id: commitlint stages: [commit-msg] From 0725070f30d26bf722b9dde05c34765d48495259 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 1 May 2024 01:10:08 +0000 Subject: [PATCH 14/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e08b8e6..2f2ba3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/PyCQA/flake8 From 4bbe0b869010ea0f7a78fb58a9299fc4a6bd73cd Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 7 Aug 2024 01:14:21 +0000 Subject: [PATCH 15/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2f2ba3f..28931e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["--ignore-words=codespell.txt"] @@ -13,11 +13,11 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort @@ -33,7 +33,7 @@ repos: language: script types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.7.9 hooks: - id: bandit args: ["-ll"] From f68191cf90cc518d6ee38c2a2c09e59997a4b3fb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 17 Sep 2024 13:30:02 +0000 Subject: [PATCH 16/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 28931e3..086d852 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.16.0 + rev: v9.18.0 hooks: - id: commitlint stages: [commit-msg] From 94a723bf0dc00d3c945f197eca9806243f15b687 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 25 Sep 2024 01:23:13 +0000 Subject: [PATCH 17/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 086d852..b07acbe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: language: script types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit args: ["-ll"] From 332b279f46b1535de06c29c1cf92117ca329f453 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 1 Jan 2025 01:36:36 +0000 Subject: [PATCH 18/18] chore: [gh] version bumps in .pre-commit-config.yaml [skip ci] --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b07acbe..ed5cec7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: prettier - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -33,12 +33,12 @@ repos: language: script types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.10 + rev: 1.8.0 hooks: - id: bandit args: ["-ll"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: # See https://pre-commit.com/hooks.html for more hooks #- id: check-added-large-files @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.18.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg]