From 726abd048b56a1a1b8daaabcd5667fd5840b48a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:43:30 +0000 Subject: [PATCH 01/17] feat(Dependencies): Update quay.io/denbicloud/cron-backup Docker tag to v0.13.3 | datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | docker | quay.io/denbicloud/cron-backup | 0.13.2 | 0.13.3 | --- ansible/roles/forc_api/tasks/025-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/forc_api/tasks/025-backup.yml b/ansible/roles/forc_api/tasks/025-backup.yml index c71fbcd..861427d 100644 --- a/ansible/roles/forc_api/tasks/025-backup.yml +++ b/ansible/roles/forc_api/tasks/025-backup.yml @@ -36,7 +36,7 @@ - docker_container: name: "backup-forc" - image: quay.io/denbicloud/cron-backup:0.13.2 + image: quay.io/denbicloud/cron-backup:0.13.3 state: started restart: yes From 363297f20a94b138ed51c734f426fc8d979f6f04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:09:53 +0000 Subject: [PATCH 02/17] feat(Dependencies): Update python Docker tag to v3.12.1 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.0 | 3.12.1 | --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index 92536a9..171a6a9 100755 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.0 +3.12.1 From f3b284656882d13f4a3b7e9188e2f53e3c6bf54d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:18:08 +0000 Subject: [PATCH 03/17] feat(Dependencies): Update dependency fastapi to v0.105.0 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.104.1 | 0.105.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 62c14ea..b6a4c22 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.104.1 +fastapi==0.105.0 uvicorn==0.23.2 werkzeug==3.0.1 Jinja2==3.1.2 From 7e40720c425c55fe9320488c4f20562ecee7ca35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:46:38 +0000 Subject: [PATCH 04/17] feat(Dependencies): Update dependency uvicorn to v0.25.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.23.2 | 0.25.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index b6a4c22..7cdc49f 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.105.0 -uvicorn==0.23.2 +uvicorn==0.25.0 werkzeug==3.0.1 Jinja2==3.1.2 python-dotenv==1.0.0 From 672e98d6d05c4fc1284d47a531026a7ff262d9d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:00:29 +0000 Subject: [PATCH 05/17] feat(Dependencies): Update github/codeql-action action to v3 | datasource | package | from | to | | ----------- | -------------------- | ---- | -- | | github-tags | github/codeql-action | v2 | v3 | --- .github/workflows/codeql-analysis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2662671..a78b2d7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} queries: +security-extended, security-and-quality @@ -51,7 +51,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -65,4 +65,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 From 26d852cf87c1a7c02e6ce8c5c4f8743866a60663 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 22:57:12 +0000 Subject: [PATCH 06/17] feat(Dependencies): Update dependency fastapi to v0.108.0 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.105.0 | 0.108.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 7cdc49f..1b074b7 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.105.0 +fastapi==0.108.0 uvicorn==0.25.0 werkzeug==3.0.1 Jinja2==3.1.2 From ad3ed7216d4d0041411bc2f8f8ed0134df66cacf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:06:29 +0000 Subject: [PATCH 07/17] feat(Dependencies): Update dependency Jinja2 to v3.1.3 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | Jinja2 | 3.1.2 | 3.1.3 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 1b074b7..e1c17c7 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.108.0 uvicorn==0.25.0 werkzeug==3.0.1 -Jinja2==3.1.2 +Jinja2==3.1.3 python-dotenv==1.0.0 gunicorn==21.2.0 pydantic-settings From 393e25be7bcb74bd81d93dff7e1f488d246357d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:02:57 +0000 Subject: [PATCH 08/17] feat(Dependencies): Update dependency uvicorn to v0.26.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.25.0 | 0.26.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index e1c17c7..b536661 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.108.0 -uvicorn==0.25.0 +uvicorn==0.26.0 werkzeug==3.0.1 Jinja2==3.1.3 python-dotenv==1.0.0 From cab27daa4880da410612c9a603f6aeda35a99f23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 12:42:06 +0000 Subject: [PATCH 09/17] feat(Dependencies): Update quay.io/denbicloud/cron-backup Docker tag to v0.13.5 | datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | docker | quay.io/denbicloud/cron-backup | 0.13.3 | 0.13.5 | --- ansible/roles/forc_api/tasks/025-backup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/forc_api/tasks/025-backup.yml b/ansible/roles/forc_api/tasks/025-backup.yml index 861427d..4a4f8b3 100644 --- a/ansible/roles/forc_api/tasks/025-backup.yml +++ b/ansible/roles/forc_api/tasks/025-backup.yml @@ -36,7 +36,7 @@ - docker_container: name: "backup-forc" - image: quay.io/denbicloud/cron-backup:0.13.3 + image: quay.io/denbicloud/cron-backup:0.13.5 state: started restart: yes From f2241844004c397d612ce744ed414fddcf742aeb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:44:18 +0000 Subject: [PATCH 10/17] feat(Dependencies): Update dependency python-dotenv to v1.0.1 | datasource | package | from | to | | ---------- | ------------- | ----- | ----- | | pypi | python-dotenv | 1.0.0 | 1.0.1 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index b536661..48b863f 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -2,6 +2,6 @@ fastapi==0.108.0 uvicorn==0.26.0 werkzeug==3.0.1 Jinja2==3.1.3 -python-dotenv==1.0.0 +python-dotenv==1.0.1 gunicorn==21.2.0 pydantic-settings From e27fa80dfcb0165f813efb25df9c0320e94ded97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:12:44 +0000 Subject: [PATCH 11/17] feat(Dependencies): Update dependency uvicorn to v0.27.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | pypi | uvicorn | 0.26.0 | 0.27.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 48b863f..07f1d29 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.108.0 -uvicorn==0.26.0 +uvicorn==0.27.0 werkzeug==3.0.1 Jinja2==3.1.3 python-dotenv==1.0.1 From 221777cb6fa3791ab65f647462fcf37994e95f14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:42:00 +0000 Subject: [PATCH 12/17] feat(Dependencies): Update dependency fastapi to v0.109.0 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.108.0 | 0.109.0 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 07f1d29..232d6a9 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.108.0 +fastapi==0.109.0 uvicorn==0.27.0 werkzeug==3.0.1 Jinja2==3.1.3 From 736dee060b41368c68ededb5961128a261cb871c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:50:49 +0000 Subject: [PATCH 13/17] feat(Dependencies): Update dependency uvicorn to v0.27.0.post1 | datasource | package | from | to | | ---------- | ------- | ------ | ------------ | | pypi | uvicorn | 0.27.0 | 0.27.0.post1 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 232d6a9..63ba9e4 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.109.0 -uvicorn==0.27.0 +uvicorn==0.27.0.post1 werkzeug==3.0.1 Jinja2==3.1.3 python-dotenv==1.0.1 From d22eecebce22a962d150e2282506179866ba8595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 14:19:32 +0000 Subject: [PATCH 14/17] feat(Dependencies): Update dependency fastapi to v0.109.1 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.109.0 | 0.109.1 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 63ba9e4..59947f6 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.109.0 +fastapi==0.109.1 uvicorn==0.27.0.post1 werkzeug==3.0.1 Jinja2==3.1.3 From b664240e083565da50737e22f9510fda549f22f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 01:51:37 +0000 Subject: [PATCH 15/17] feat(Dependencies): Update dependency fastapi to v0.109.2 | datasource | package | from | to | | ---------- | ------- | ------- | ------- | | pypi | fastapi | 0.109.1 | 0.109.2 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 59947f6..4725bc7 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,4 +1,4 @@ -fastapi==0.109.1 +fastapi==0.109.2 uvicorn==0.27.0.post1 werkzeug==3.0.1 Jinja2==3.1.3 From 995a141ca8d23c59ed426ff14f0378eb6a7b53fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:45:02 +0000 Subject: [PATCH 16/17] feat(Dependencies): Update python Docker tag to v3.12.2 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.12.1 | 3.12.2 | --- .python-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.python-version b/.python-version index 171a6a9..8531a3b 100755 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.1 +3.12.2 From 44a7c36899d0f838079ba4f8f75b1d37235d28ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:04:03 +0000 Subject: [PATCH 17/17] feat(Dependencies): Update dependency uvicorn to v0.27.1 | datasource | package | from | to | | ---------- | ------- | ------------ | ------ | | pypi | uvicorn | 0.27.0.post1 | 0.27.1 | --- FastapiOpenRestyConfigurator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FastapiOpenRestyConfigurator/requirements.txt b/FastapiOpenRestyConfigurator/requirements.txt index 4725bc7..b202203 100644 --- a/FastapiOpenRestyConfigurator/requirements.txt +++ b/FastapiOpenRestyConfigurator/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.109.2 -uvicorn==0.27.0.post1 +uvicorn==0.27.1 werkzeug==3.0.1 Jinja2==3.1.3 python-dotenv==1.0.1