Skip to content

Commit 0779e04

Browse files
authored
Merge pull request #17 from stackitcloud/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 58d9a16 + f66a870 commit 0779e04

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@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
32+
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
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
@@ -51,7 +51,7 @@ install_requires =
5151
black
5252
click==8.1.7
5353
coverage
54-
PyJWT==2.9.0
54+
PyJWT==2.10.1
5555

5656
[options.entry_points]
5757
certbot.plugins =

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"black",
2121
"click==8.1.7",
2222
"coverage",
23-
"PyJWT==2.9.0"
23+
"PyJWT==2.10.1"
2424
]
2525

2626
# read the contents of your README file

0 commit comments

Comments
 (0)