Skip to content

⬆️(deps-dev): Bump the python-root group across 1 directory with 3 updates - #76

Merged
bearlike merged 1 commit into
mainfrom
dependabot/pip/python-root-1f61b83b95
Mar 24, 2026
Merged

bearlike merged 1 commit into
mainfrom
dependabot/pip/python-root-1f61b83b95

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the python-root group with 3 updates in the / directory: pytest-cov, ruff and vulture.

Updates pytest-cov from 7.0.0 to 7.1.0

Changelog

Sourced from pytest-cov's changelog.

7.1.0 (2026-03-21)

  • Fixed total coverage computation to always be consistent, regardless of reporting settings. Previously some reports could produce different total counts, and consequently can make --cov-fail-under behave different depending on reporting options. See [#641](https://github.com/pytest-dev/pytest-cov/issues/641) <https://github.com/pytest-dev/pytest-cov/issues/641>_.

  • Improve handling of ResourceWarning from sqlite3.

    The plugin adds warning filter for sqlite3 ResourceWarning unclosed database (since 6.2.0). It checks if there is already existing plugin for this message by comparing filter regular expression. When filter is specified on command line the message is escaped and does not match an expected message. A check for an escaped regular expression is added to handle this case.

    With this fix one can suppress ResourceWarning from sqlite3 from command line::

    pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...

  • Various improvements to documentation. Contributed by Art Pelling in [#718](https://github.com/pytest-dev/pytest-cov/issues/718) <https://github.com/pytest-dev/pytest-cov/pull/718>_ and "vivodi" in [#738](https://github.com/pytest-dev/pytest-cov/issues/738) <https://github.com/pytest-dev/pytest-cov/pull/738>. Also closed [#736](https://github.com/pytest-dev/pytest-cov/issues/736) <https://github.com/pytest-dev/pytest-cov/issues/736>.

  • Fixed some assertions in tests. Contributed by in Markéta Machová in [#722](https://github.com/pytest-dev/pytest-cov/issues/722) <https://github.com/pytest-dev/pytest-cov/pull/722>_.

  • Removed unnecessary coverage configuration copying (meant as a backup because reporting commands had configuration side-effects before coverage 5.0).

Commits
  • 66c8a52 Bump version: 7.0.0 → 7.1.0
  • f707662 Make the examples use pypy 3.11.
  • 6049a78 Make context test use the old ctracer (seems the new sysmon tracer behaves di...
  • 8ebf20b Update changelog.
  • 861d30e Remove the backup context manager - shouldn't be needed since coverage 5.0, ...
  • fd4c956 Pass the precision on the nulled total (seems that there's some caching goion...
  • 78c9c4e Only run the 3.9 on older deps.
  • 4849a92 Punctuation.
  • 197c35e Update changelog and hopefully I don't forget to publish release again :))
  • 14dc1c9 Update examples to use 3.11 and make the adhoc layout example look a bit more...
  • Additional commits viewable in compare view

Updates ruff from 0.15.2 to 0.15.7

Release notes

Sourced from ruff's releases.

0.15.7

Release Notes

Released on 2026-03-19.

Preview features

  • Display output severity in preview (#23845)
  • Don't show noqa hover for non-Python documents (#24040)

Rule changes

  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)

Server

  • Don't return code actions for non-Python documents (#23905)

Documentation

  • Add company AI policy to contributing guide (#24021)
  • Document editor features for Markdown code formatting (#23924)
  • [pylint] Improve phrasing (PLC0208) (#24033)

Other changes

  • Use PEP 639 license information (#19661)

Contributors

Install ruff 0.15.7

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.7/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.7/ruff-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.7

Released on 2026-03-19.

Preview features

  • Display output severity in preview (#23845)
  • Don't show noqa hover for non-Python documents (#24040)

Rule changes

  • [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)

Server

  • Don't return code actions for non-Python documents (#23905)

Documentation

  • Add company AI policy to contributing guide (#24021)
  • Document editor features for Markdown code formatting (#23924)
  • [pylint] Improve phrasing (PLC0208) (#24033)

Other changes

  • Use PEP 639 license information (#19661)

Contributors

0.15.6

Released on 2026-03-12.

Preview features

  • Add support for lazy import parsing (#23755)
  • Add support for star-unpacking of comprehensions (PEP 798) (#23788)
  • Reject semantic syntax errors for lazy imports (#23757)
  • Drop a few rules from the preview default set (#23879)
  • [airflow] Flag Variable.get() calls outside of task execution context (AIR003) (#23584)
  • [airflow] Flag runtime-varying values in DAG/task constructor arguments (AIR304) (#23631)
  • [flake8-bugbear] Implement delattr-with-constant (B043) (#23737)

... (truncated)

Commits
  • 0ef39de Bump 0.15.7 (#24049)
  • beb543b [ty] ecosystem-analyzer: Fail on newly panicking projects (#24043)
  • 378fe73 Don't show noqa hover for non-Python documents (#24040)
  • b5665bd [pylint] Improve phrasing (PLC0208) (#24033)
  • 6e20f22 test: migrate show_settings and version tests to use CliTest (#23702)
  • f99b284 Drain file watcher events during test setup (#24030)
  • 744c996 [ty] Filter out unsatisfiable inference attempts during generic call narrowin...
  • 1616095 [ty] Avoid inferring intersection types for call arguments (#23933)
  • 7f275f4 [ty] Pin mypy_primer in setup_primer_project.py (#24020)
  • 7255e36 [pycodestyle] Recognize pyrefly: as a pragma comment (E501) (#24019)
  • Additional commits viewable in compare view

Updates vulture from 2.14 to 2.15

Release notes

Sourced from vulture's releases.

v2.15

2.15 (2026-03-04)

  • Handle while True loops without break statements (kreathon).
  • Add whitelist for ssl.SSLContext (tunnelsociety, #392).
  • Add more ruff rules (even-even).
  • Drop support for Python 3.8 (Jendrik Seipp, #398).
  • Add support for Python 3.14 (even-even).
Changelog

Sourced from vulture's changelog.

2.15 (2026-03-04)

  • Handle while True loops without break statements (kreathon).
  • Add whitelist for ssl.SSLContext (tunnelsociety, #392).
  • Add more ruff rules (even-even).
  • Drop support for Python 3.8 (Jendrik Seipp, #398).
  • Add support for Python 3.14 (even-even).
Commits
  • 6a4001f Update version number to 2.15 for release.
  • ef9e6de Fix release script.
  • 0649029 Add release date.
  • 01b9ff5 Add more ruff rules and fix warnings (#406)
  • 3d99061 Add tests for Python 3.14 (#404)
  • b11b7d4 Drop support for Python 3.8 (#399)
  • b9bcb58 Switch from setup.py to pyproject.toml and use GitHub Actions for PyPI releases.
  • 3c2bef4 Add whitelist for ssl.SSLContext (#392)
  • 1e210d9 Add link to VS Code extension.
  • 4ecc149 Update changelog and revise comment.
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 23, 2026
@codecov

codecov Bot commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.41%. Comparing base (3a21891) to head (1743f5a).
⚠️ Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   87.41%   87.41%           
=======================================
  Files          49       49           
  Lines        7272     7272           
=======================================
  Hits         6357     6357           
  Misses        915      915           
Components Coverage Δ
core 88.09% <ø> (ø)
tools 86.26% <ø> (ø)
cli 85.19% <ø> (ø)
api 96.06% <ø> (ø)
ha 93.88% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dependabot
dependabot Bot force-pushed the dependabot/pip/python-root-1f61b83b95 branch from fc45067 to 0b450fd Compare March 24, 2026 01:19
…dates

Bumps the python-root group with 3 updates in the / directory: [pytest-cov](https://github.com/pytest-dev/pytest-cov), [ruff](https://github.com/astral-sh/ruff) and [vulture](https://github.com/jendrikseipp/vulture).


Updates `pytest-cov` from 7.0.0 to 7.1.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0)

Updates `ruff` from 0.15.2 to 0.15.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.2...0.15.7)

Updates `vulture` from 2.14 to 2.15
- [Release notes](https://github.com/jendrikseipp/vulture/releases)
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md)
- [Commits](jendrikseipp/vulture@v2.14...v2.15)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-root
- dependency-name: ruff
  dependency-version: 0.15.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-root
- dependency-name: vulture
  dependency-version: '2.15'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-root
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-root-1f61b83b95 branch from 0b450fd to 1743f5a Compare March 24, 2026 08:06
@bearlike
bearlike merged commit 9b3ac76 into main Mar 24, 2026
16 of 17 checks passed
@bearlike
bearlike deleted the dependabot/pip/python-root-1f61b83b95 branch March 24, 2026 08:16
bearlike pushed a commit that referenced this pull request Jun 20, 2026
…workspace-scoped SCG — virtual MCP configs, memory-biased routing, scg_observe, live run streaming, session-full realtime, workspace graph view

## New features
- Workspace virtual MCP config (#75): a workspace = name + instructions + MCP
  servers selected from the system-wide catalog, persisted as a DB-backed
  WorkspaceMcpConfig (CredentialStore sibling: one encode seam, secrets
  redacted outward). SearchRun grants resolve from it; WorkspaceSourceSync
  auto-maps newly-enabled live sources on save (idempotent, re-maps after a
  URL fix). Per-workspace graph = ScgScope, a scoped VIEW over the shared
  multiplex (sources allowlist on a ContextVar the router/tools respect) —
  not a store partition, per docs/features-search.md.
- Memory-aware routing (#76): ScgRouter.route_with_memory blends polarity-
  weighted connector-corpus insights (ScgMemoryBias; +boost/-damp, zero-LLM)
  into recipe ranking; scg_route results carry capped memory_hints
  ("how to call this right"); deposits take polarity + workspace attribution.
- scg_observe (Search-on-Graph, arXiv:2510.08825): the agent itself reads
  typed hops (SUPPORTS_QUERY/PRODUCES/CONSUMES/RESOLVES_TO), direction-aware,
  survey-then-filter on large nodes — engine ranks entries, agent navigates.
- Graph-first structured runs (#77): workspace binding = ONE seam
  (WorkspaceGraphBinding) granting scg capability + graph tools to ANY run
  type. POST /v1/structured with a mapped workspace routes via the SCG,
  fans out scg-path-probe leaves, terminates at the schema-validated emit
  (scg-search-structured playbook); pathway/probe provenance on the run.
- Live run streaming (#77, fixes the "Starting search…" wedge): RunEventStreamer
  projects session events onto the run event log AS they happen via core
  SessionEventBus; _settle reduced to terminal reconcile. Probe trace lanes
  carry real reasoning detail.
- Session-full realtime (#78): /v1/structured/fast + /v1/draft/stream mint
  sessions with write-behind persistence (RealtimeSessionRecorder; TTFT
  never blocks on store writes), Langfuse traces, structured:/draft: origin
  tags; /v1/structured stamps provenance + X-Mewbo-Surface in _prepare.
  Console gains structured/draft origins behind the filter (hidden by default).
- Workspace graph view (#79): GET /api/agentic_search/workspaces/<id>/graph
  projects the ScgGraphView multiplex (schema+memory+entity layers, redacted,
  ghost nodes for unmapped sources); console WorkspaceGraphDialog reuses the
  wiki graph renderer via injected GraphRenderConfig (3 layers + toggles).
- Landing-page inertness (#80): /search never auto-executes — past-query
  chips/suggestions REPLAY stored runs (GET snapshot), localStorage run
  restore removed (?run= deep-link only), stale snapshots render by status,
  explicit "Run again" affordance.

## Stability
- Search runs stamp surface + correct Langfuse session_type (search_run vs
  scg_map vs structured_run; named root traces, real done_reason) — runs now
  audit as one session: route -> spawn -> probes -> aggregate -> emit.
- MCP tools: structured_query workspace param engages the graph-first path;
  get_structured_run carries pathway/probe provenance; projections typed.

## Docs
- CLAUDE.md tree refreshed across api/agentic_search/scg/graph/core/console
  (decisions + seams, no bloat); plugin manifest gains scg_observe.

Workstream tracker: #74 (umbrella) -> #75 #76 #77 #78 #79 #80; consumer side
bearlike/SideStage#47.
bearlike added a commit that referenced this pull request Jun 20, 2026
…workspace-scoped SCG — virtual MCP configs, memory-biased routing, scg_observe, live run streaming, session-full realtime, workspace graph view

## New features
- Workspace virtual MCP config (#75): a workspace = name + instructions + MCP
  servers selected from the system-wide catalog, persisted as a DB-backed
  WorkspaceMcpConfig (CredentialStore sibling: one encode seam, secrets
  redacted outward). SearchRun grants resolve from it; WorkspaceSourceSync
  auto-maps newly-enabled live sources on save (idempotent, re-maps after a
  URL fix). Per-workspace graph = ScgScope, a scoped VIEW over the shared
  multiplex (sources allowlist on a ContextVar the router/tools respect) —
  not a store partition, per docs/features-search.md.
- Memory-aware routing (#76): ScgRouter.route_with_memory blends polarity-
  weighted connector-corpus insights (ScgMemoryBias; +boost/-damp, zero-LLM)
  into recipe ranking; scg_route results carry capped memory_hints
  ("how to call this right"); deposits take polarity + workspace attribution.
- scg_observe (Search-on-Graph, arXiv:2510.08825): the agent itself reads
  typed hops (SUPPORTS_QUERY/PRODUCES/CONSUMES/RESOLVES_TO), direction-aware,
  survey-then-filter on large nodes — engine ranks entries, agent navigates.
- Graph-first structured runs (#77): workspace binding = ONE seam
  (WorkspaceGraphBinding) granting scg capability + graph tools to ANY run
  type. POST /v1/structured with a mapped workspace routes via the SCG,
  fans out scg-path-probe leaves, terminates at the schema-validated emit
  (scg-search-structured playbook); pathway/probe provenance on the run.
- Live run streaming (#77, fixes the "Starting search…" wedge): RunEventStreamer
  projects session events onto the run event log AS they happen via core
  SessionEventBus; _settle reduced to terminal reconcile. Probe trace lanes
  carry real reasoning detail.
- Session-full realtime (#78): /v1/structured/fast + /v1/draft/stream mint
  sessions with write-behind persistence (RealtimeSessionRecorder; TTFT
  never blocks on store writes), Langfuse traces, structured:/draft: origin
  tags; /v1/structured stamps provenance + X-Mewbo-Surface in _prepare.
  Console gains structured/draft origins behind the filter (hidden by default).
- Workspace graph view (#79): GET /api/agentic_search/workspaces/<id>/graph
  projects the ScgGraphView multiplex (schema+memory+entity layers, redacted,
  ghost nodes for unmapped sources); console WorkspaceGraphDialog reuses the
  wiki graph renderer via injected GraphRenderConfig (3 layers + toggles).
- Landing-page inertness (#80): /search never auto-executes — past-query
  chips/suggestions REPLAY stored runs (GET snapshot), localStorage run
  restore removed (?run= deep-link only), stale snapshots render by status,
  explicit "Run again" affordance.

## Stability
- Search runs stamp surface + correct Langfuse session_type (search_run vs
  scg_map vs structured_run; named root traces, real done_reason) — runs now
  audit as one session: route -> spawn -> probes -> aggregate -> emit.
- MCP tools: structured_query workspace param engages the graph-first path;
  get_structured_run carries pathway/probe provenance; projections typed.

## Docs
- CLAUDE.md tree refreshed across api/agentic_search/scg/graph/core/console
  (decisions + seams, no bloat); plugin manifest gains scg_observe.

Workstream tracker: #74 (umbrella) -> #75 #76 #77 #78 #79 #80; consumer side
bearlike/SideStage#47.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant