Skip to content

deps: update build requirement from >=1.0 to >=1.4.4#34

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

deps: update build requirement from >=1.0 to >=1.4.4#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/build-gte-1.4.4

Conversation

@dependabot
Copy link
Copy Markdown

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

Updates the requirements on build to permit the latest version.

Release notes

Sourced from build's releases.

1.4.4

What's Changed

Full Changelog: pypa/build@1.4.3...1.4.4

Changelog

Sourced from build's changelog.

#################### 1.5.0 (2026-04-30) ####################


Features


  • Drop Python 3.9 support - by :user:henryiii (:issue:1036)

Bugfixes


  • Make --ignore-installed opt-in from the API via fresh=True - by :user:henryiii (:issue:1056)

Miscellaneous


  • :issue:1033

#################### 1.4.4 (2026-04-22) ####################


Bugfixes


  • Fix release pipeline generating CHANGELOG.rst entries with inconsistent heading levels, which broke sphinx -W and pinned Read the Docs stable at 1.4.0 - by :user:gaborbernat. (:issue:1031)
  • Revert :pr:1039 from build 1.4.3, no longer check direct_url (for now) - by :user:henryiii (:issue:1039)
  • Add --ignore-installed to pip install command to prevent issues with packages already present in the isolated build environment - by :user:henryiii (:issue:1037) (:issue:1040)
  • Partial revert of :pr:973, keeping log messages in one entry, multiple lines. (:issue:1044)

Miscellaneous


  • :issue:1048, :issue:1049

#################### 1.4.3 (2026-04-10) ####################


Features


... (truncated)

Commits

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 [build](https://github.com/pypa/build) to permit the latest version.
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.0.0...1.4.4)

---
updated-dependencies:
- dependency-name: build
  dependency-version: 1.4.4
  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-code Analysis

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

Health Score: 85/100 HEALTHY

health: Healthy codebase (85/100) — 33 critical issues, focus: god_components
pr-risk: Moderate risk (30/100) — review recommended (driver: test_coverage_low)

Health Metrics

Metric Value
Health Score 85/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": 3918,
    "timestamp": "2026-05-11T16:34:52Z"
  },
  "actionable_count": 6,
  "actionable_cycles": 0,
  "algebraic_connectivity": 0,
  "bottleneck_thresholds": {
    "p70": 372.3,
    "p90": 1358.6,
    "population": 415,
    "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": 85,
  "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": "4c872ad3f132",
    "hint": "index latest commit 0fb2edfa4dd5 != HEAD 4c872ad3f132 — git-derived metrics (commits, churn, co-change, weather) may be stale. Run `roam index --force`.",
    "indexed_commit": "0fb2edfa4dd5"
  },
  "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": 85,
    "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": "Healthy codebase (85/100) — 33 critical issues, 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:34:53Z"
  },
  "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

@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.

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