Skip to content

Commit

Permalink
Merge pull request #17 from stackitcloud/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
chore(deps): update all non-major dependencies
  • Loading branch information
PatrickKoss authored Dec 4, 2024
2 parents 58d9a16 + f66a870 commit 0779e04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Upload findings to GitHub Advanced Security Dashboard [step 2/2]
- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
sarif_file: semgrep.sarif
if: always()
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
black
click==8.1.7
coverage
PyJWT==2.9.0
PyJWT==2.10.1

[options.entry_points]
certbot.plugins =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"black",
"click==8.1.7",
"coverage",
"PyJWT==2.9.0"
"PyJWT==2.10.1"
]

# read the contents of your README file
Expand Down

0 comments on commit 0779e04

Please sign in to comment.