diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 9e6613e..18ba7f4 100644 --- a/.github/workflows/semgrep.yaml +++ b/.github/workflows/semgrep.yaml @@ -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@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3.30.0 + uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index fb845cb..294f1d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.2.1 + click==8.3.0 coverage PyJWT==2.10.1 diff --git a/setup.py b/setup.py index d85ba86..ce18573 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "flake8", "pydocstyle", "black", - "click==8.2.1", + "click==8.3.0", "coverage", "PyJWT==2.10.1" ]