Skip to content

Commit 16900e3

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c74f0b1 commit 16900e3

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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
32+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
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.3.0
52+
click==8.3.1
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.3.0",
21+
"click==8.3.1",
2222
"coverage",
2323
"PyJWT==2.10.1"
2424
]

0 commit comments

Comments
 (0)