Skip to content

deps: update leidenalg requirement from >=0.10 to >=0.11.0#33

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/leidenalg-gte-0.11.0
Open

deps: update leidenalg requirement from >=0.10 to >=0.11.0#33
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/leidenalg-gte-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Updates the requirements on leidenalg to permit the latest version.

Changelog

Sourced from leidenalg's changelog.

0.11.0

  • Update to libleidenalg 0.12.0
  • Update to igraph 1.0

0.10.2

  • Also allow python-igraph >= 0.11
  • Upgrade C core to 0.10.8 for binary wheels

0.10.1

  • Switched to pyproject.toml based build
  • Making use of Limited API
  • Make available aarch64 wheels

0.10.0

0.9.1

  • Allow node sizes to be float (PR #115)
  • Added correct_self_loops argument to CPMVertexPartition

0.9.0

  • Update C core to 0.10.1

0.8.10

  • Fixed installation from source package (issue #101)

0.8.9

  • Fixed bug with renaming of python-igraph to igraph (issue #93)
  • Removed irrelevant node_sizes argument for RBConfigurationVertexPartition and ModularityVertexPartition
  • Improved documentation

0.8.8

  • Corrected relabeling bug (PR #82)
  • Improved error handling, avoiding some crashses (issue #81)

0.8.7

  • Improved numerical stability

0.8.6

  • Removed accidentally left DEBUG statement

0.8.5

  • Corrected iterating over nodes (PR #70).
  • Fixed segfault with move_nodes_constrained (issue #68)
  • Fixed problem with initial_membership (issue #66)

0.8.4

  • Update C core to 0.9.1
  • Fixed caching problem (issue #62)

... (truncated)

Commits
  • c836ef9 Fix pyproject.toml license
  • 0860e48 Adjust other version numbers
  • 5affe76 CI: fix arch for musllinux
  • c3de43c CI: Test alternative musllinux
  • 1d9b726 CI: remove image specs
  • 925a03f CI: CIBW_SKIP does not need comma
  • 0c537c6 CI: Enable PP builds
  • 1831915 Revert "Remove skipping pp builds"
  • b23ae01 CI: limit to Python >= 3.9
  • 8fc4381 fix: remove whitespace to parse extra_cmake_args
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [leidenalg](https://github.com/vtraag/leidenalg) to permit the latest version.
- [Release notes](https://github.com/vtraag/leidenalg/releases)
- [Changelog](https://github.com/vtraag/leidenalg/blob/main/CHANGELOG)
- [Commits](vtraag/leidenalg@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: leidenalg
  dependency-version: 0.11.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github May 11, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from Cranot as a code owner May 11, 2026 16:31
@github-actions
Copy link
Copy Markdown

Roam Agent Review

Verdict: SAFE

blast-radius 0/100 · ai-likelihood 14/100 · rule violations 0 · critique high-severity 0

Verdict: SAFE. All structural signals clean at the configured thresholds.

Next steps

  • No structural concerns at the configured thresholds. Standard review still recommended.

Powered by roam-code — Apache 2.0, 100% local. Customize thresholds in .roam/rules.yml. Docs.

@github-actions
Copy link
Copy Markdown

roam-code Analysis

Mode: incremental (changed-only) — base 8e44f3e0d60ebe3429ff78b3429d36b7a7f463aa, 1 changed+dependent files

Health Score: 79/100 FAIR

health: Fair codebase (79/100) — 33 critical, 9 warnings, focus: god_components
pr-risk: Moderate risk (30/100) — review recommended (driver: test_coverage_low)

Health Metrics

Metric Value
Health Score 79/100
Tangle Ratio 0%
Propagation Cost 0.0005
Total Issues 65
Critical Issues 33
Warnings 9

PR Risk

Metric Value
Risk Score 30/100

Quality Gate: PASSED

Gate expression: health_score>=50

SARIF Upload

Metric Value
Category roam-code-self-analysis/self-analysis/py3.12
Results Uploaded 83
Full analysis output

health

{
  "_meta": {
    "cache_ttl_s": 300,
    "cacheable": true,
    "index_age_s": 1,
    "latency_ms": null,
    "response_tokens": 3934,
    "timestamp": "2026-05-11T16:39:36Z"
  },
  "actionable_count": 6,
  "actionable_cycles": 0,
  "algebraic_connectivity": 0,
  "bottleneck_thresholds": {
    "p70": 333.4,
    "p90": 1100.9,
    "population": 486,
    "utility_multiplier": 1.5
  },
  "category_severity": {
    "bottlenecks": {
      "CRITICAL": 15,
      "INFO": 0,
      "WARNING": 0
    },
    "cycles": {
      "CRITICAL": 0,
      "INFO": 0,
      "WARNING": 0
    },
    "god_components": {
      "CRITICAL": 18,
      "INFO": 23,
      "WARNING": 9
    },
    "layer_violations": {
      "CRITICAL": 0,
      "INFO": 0,
      "WARNING": 0
    }
  },
  "command": "health",
  "framework_filtered": 0,
  "health_score": 79,
  "ignored_cycles": 18,
  "imported_coverable_lines": 0,
  "imported_coverage_files": 0,
  "imported_coverage_pct": null,
  "imported_covered_lines": 0,
  "index_status": {
    "dirty_files": 0,
    "fresh": false,
    "head_commit": "0cd2f58dcbb6",
    "hint": "index latest commit 544ea5dcb735 != HEAD 0cd2f58dcbb6 — git-derived metrics (commits, churn, co-change, weather) may be stale. Run `roam index --force`.",
    "indexed_commit": "544ea5dcb735"
  },
  "issue_count": 65,
  "project": "roam-code",
  "propagation_cost": 0.0005,
  "schema": "roam-envelope-v1",
  "schema_version": "1.1.0",
  "severity": {
    "CRITICAL": 33,
    "INFO": 41,
    "WARNING": 9
  },
  "summary": {
    "actionable_cycles": 0,
    "algebraic_connectivity": 0,
    "category_severity": {
      "bottlenecks": {
        "CRITICAL": 15,
        "INFO": 0,
        "WARNING": 0
      },
      "cycles": {
        "CRITICAL": 0,
        "INFO": 0,
        "WARNING": 0
      },
      "god_components": {
        "CRITICAL": 18,
        "INFO": 23,
        "WARNING": 9
      },
      "layer_violations": {
        "CRITICAL": 0,
        "INFO": 0,
        "WARNING": 0
      }
    },
    "detail_available": true,
    "health_score": 79,
    "ignored_cycles": 18,
    "imported_coverage_files": 0,
    "imported_coverage_pct": null,
    "issue_count": 65,
    "propagation_cost": 0.0005,
    "severity": {
      "CRITICAL": 33,
      "INFO": 41,
      "WARNING": 9
    },
    "tangle_ratio": 0,
    "truncated": true,
    "verdict": "Fair codebase (79/100) — 33 critical, 9 warnings, focus: god_components"
  },
  "tangle_ratio": 0,
  "total_cycles": 18,
  "utility_count": 44,
  "version": "12.50"
}

pr-risk

{
  "_meta": {
    "cache_ttl_s": 60,
    "cacheable": true,
    "index_age_s": 2,
    "latency_ms": null,
    "response_tokens": 361,
    "timestamp": "2026-05-11T16:39:37Z"
  },
  "author": null,
  "blast_radius_pct": 0,
  "bus_factor_risk": 0,
  "change_shape": "mixed",
  "changed_files": 1,
  "closest_historical_pattern": null,
  "closest_similarity": 0,
  "cluster_spread": 0,
  "clusters_touched": 0,
  "command": "pr-risk",
  "coupling_score": 0,
  "dead_code": [],
  "dead_exports": 0,
  "familiarity": {
    "avg_familiarity": 1,
    "files": [],
    "files_assessed": 0
  },
  "hotspot_score": 0,
  "label": "8e44f3e0d60ebe3429ff78b3429d36b7a7f463aa..HEAD",
  "layer_spread": 0,
  "layers_touched": 0,
  "lines_added": 1,
  "lines_removed": 1,
  "minor_risk": {
    "files": [],
    "files_assessed": 0,
    "minor_files": 0
  },
  "novelty_score": 0,
  "per_file": [
    {
      "blast": 0,
      "churn": 411,
      "is_test": false,
      "lines_added": 1,
      "lines_removed": 1,
      "path": "pyproject.toml",
      "symbols": 0
    }
  ],
  "project": "roam-code",
  "reductive_change": false,
  "reductive_discount_applied": false,
  "risk_level": "MODERATE",
  "risk_score": 30,
  "schema": "roam-envelope-v1",
  "schema_version": "1.1.0",
  "suggested_reviewers": [
    {
      "author": "Cranot",
      "lines": 291
    },
    {
      "author": "dependabot[bot]",
      "lines": 1
    }
  ],
  "summary": {
    "change_shape": "mixed",
    "changed_files": 1,
    "lines_added": 1,
    "lines_removed": 1,
    "risk_level": "MODERATE",
    "risk_score": 30,
    "verdict": "Moderate risk (30/100) — review recommended (driver: test_coverage_low)"
  },
  "test_coverage_pct": 0,
  "total_clusters": 9769,
  "total_layers": 13,
  "version": "12.50"
}

roam-code analysis | Commands: health pr-risk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants