-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renovate Update Patch & Minor Updates
- Loading branch information
1 parent
7d3247d
commit 1ca369b
Showing
14 changed files
with
59 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/[email protected].3 | ||
uses: github/codeql-action/[email protected].10 | ||
with: | ||
languages: ${{ matrix.language }} | ||
# If you wish to specify custom queries, you can do so here or in a config file. | ||
|
@@ -53,7 +53,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/[email protected].3 | ||
uses: github/codeql-action/[email protected].10 | ||
|
||
# ℹ️ Command-line programs to run using the OS shell. | ||
# 📚 https://git.io/JvXDl | ||
|
@@ -67,4 +67,4 @@ jobs: | |
# make release | ||
|
||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/[email protected].3 | ||
uses: github/codeql-action/[email protected].10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,6 @@ jobs: | |
with: | ||
sarif_file: tfsec.sarif | ||
- name: Upload SARIF file | ||
uses: github/codeql-action/[email protected].3 | ||
uses: github/codeql-action/[email protected].10 | ||
with: | ||
sarif_file: tfsec.sarif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
pytest==8.2.0 | ||
pytest==8.2.2 | ||
pytest-env==1.1.3 | ||
pytest-xdist==3.6.1 | ||
pytest-html==4.1.1 | ||
requests_aws4auth==1.2.3 | ||
boto3==1.34.98 | ||
boto3==1.34.127 | ||
jsonschema==4.22.0 | ||
fakeredis==2.22.0 | ||
fakeredis==2.23.2 | ||
flask==3.0.3 | ||
coverage==7.5.0 | ||
coverage==7.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
connexion==3.0.6 | ||
fakeredis==2.22.0 | ||
flake8==7.0.0 | ||
connexion==3.1.0 | ||
fakeredis==2.23.2 | ||
flake8==7.1.0 | ||
flake8-quotes==3.4.0 | ||
hypothesis==6.100.2 | ||
moto==5.0.6 | ||
pytest==8.2.0 | ||
hypothesis==6.103.2 | ||
moto==5.0.9 | ||
pytest==8.2.2 | ||
pytest-cov==5.0.0 | ||
pytest-env==1.1.3 | ||
pytest-html==4.1.1 | ||
tenacity==8.2.3 | ||
validators==0.28.1 | ||
tenacity==8.4.0 | ||
validators==0.28.3 | ||
yarl==1.9.4 | ||
importlib-metadata==7.1.0 | ||
opg-sirius-service==2.1.1 | ||
typing-extensions==4.11.0 | ||
typing-extensions==4.12.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
connexion==3.0.6 | ||
connexion==3.1.0 | ||
swagger-ui-bundle | ||
requests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
connexion==3.0.6 | ||
connexion==3.1.0 | ||
Flask==3.0.3 | ||
markupsafe==2.1.5 | ||
requests |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters