From 629fe6efe9dd1172308620eb0320b9a4d31c4c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:42:52 +0000 Subject: [PATCH] chore(deps-dev): bump code-review-graph from 2.3.6 to 2.3.7 Bumps [code-review-graph](https://github.com/tirth8205/code-review-graph) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/tirth8205/code-review-graph/releases) - [Changelog](https://github.com/tirth8205/code-review-graph/blob/main/CHANGELOG.md) - [Commits](https://github.com/tirth8205/code-review-graph/compare/v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: code-review-graph dependency-version: 2.3.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 46b4d820c..8b64c6484 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ dev = [ "bandit>=1.8", "black>=25.1", "blacken-docs>=1.19", - "code-review-graph[all,embeddings]==2.3.6", + "code-review-graph[all,embeddings]==2.3.7", "codespell>=2.3", "deptry>=0.23", "django-stubs>=6.0.6",