Skip to content

Commit 5a7852d

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

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@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.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
@@ -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)