From dd8130a46c8a47805c1d50cf41c7430efbc4f82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 14:06:03 +0000 Subject: [PATCH] deps(analysis): bump the analysis-pip-minors group Bumps the analysis-pip-minors group in /services/analysis-service/src with 2 updates: [semgrep](https://github.com/semgrep/semgrep) and [click](https://github.com/pallets/click). Updates `semgrep` from 1.173.0 to 1.175.0 - [Release notes](https://github.com/semgrep/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/v1.175.0/CHANGELOG.md) - [Commits](https://github.com/semgrep/semgrep/compare/v1.173.0...v1.175.0) Updates `click` from 8.4.2 to 8.5.0 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.2...8.5.0) --- updated-dependencies: - dependency-name: semgrep dependency-version: 1.175.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: analysis-pip-minors - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: analysis-pip-minors ... Signed-off-by: dependabot[bot] --- services/analysis-service/src/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/analysis-service/src/requirements.txt b/services/analysis-service/src/requirements.txt index f631189..1b404d8 100644 --- a/services/analysis-service/src/requirements.txt +++ b/services/analysis-service/src/requirements.txt @@ -6,6 +6,6 @@ grpcio-health-checking==1.81.1 protobuf==6.33.5 prometheus-client==0.26.0 httpx==0.28.1 -semgrep==1.173.0 +semgrep==1.175.0 openai==2.54.0 -click==8.4.2 +click==8.5.0