From 691153f8e43ee8c15622e0522e5b7e4e4ae6db53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:35:42 +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 ea9a10c..a8f0f7c 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@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 + uses: github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6 with: sarif_file: semgrep.sarif if: always() diff --git a/setup.cfg b/setup.cfg index 294f1d6..12edec4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = flake8 pydocstyle black - click==8.3.0 + click==8.3.1 coverage PyJWT==2.10.1 diff --git a/setup.py b/setup.py index ce18573..a75d294 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "flake8", "pydocstyle", "black", - "click==8.3.0", + "click==8.3.1", "coverage", "PyJWT==2.10.1" ]