From abc9b867010b3a6ea31782d87e9bc8a8ddd0d237 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:02:30 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/semgrep.yaml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/semgrep.yaml b/.github/workflows/semgrep.yaml index 7e6dba9..318725b 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6 + uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 9133b38..826557f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.1.7 + click==8.1.8 coverage PyJWT==2.10.1 diff --git a/setup.py b/setup.py index 2e157c8..1ae9e79 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "flake8", "pydocstyle", "black", - "click==8.1.7", + "click==8.1.8", "coverage", "PyJWT==2.10.1" ]