Skip to content

Commit 2b13fcf

Browse files
authored
Merge pull request #31 from stackitcloud/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 4c371d3 + b4da3de commit 2b13fcf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
3131
- name: Upload SARIF file for GitHub Advanced Security Dashboard
32-
uses: github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0
32+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
3333
with:
3434
sarif_file: semgrep.sarif
3535
if: always()

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install_requires =
4949
flake8
5050
pydocstyle
5151
black
52-
click==8.2.1
52+
click==8.3.0
5353
coverage
5454
PyJWT==2.10.1
5555

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"flake8",
1919
"pydocstyle",
2020
"black",
21-
"click==8.2.1",
21+
"click==8.3.0",
2222
"coverage",
2323
"PyJWT==2.10.1"
2424
]

0 commit comments

Comments
 (0)