Skip to content

chore(deps-dev): bump the all group with 5 updates - #150

Open
dependabot[bot] wants to merge 1 commit into
stablefrom
dependabot/uv/all-f09a0cf523
Open

chore(deps-dev): bump the all group with 5 updates#150
dependabot[bot] wants to merge 1 commit into
stablefrom
dependabot/uv/all-f09a0cf523

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 5 updates:

Package From To
ty 0.0.59 0.0.63
rumdl 0.2.31 0.2.43
mypy 2.2.0 2.3.0
ruff 0.15.21 0.16.0
infrahub-testcontainers 1.10.3 1.10.5

Updates ty from 0.0.59 to 0.0.63

Release notes

Sourced from ty's releases.

0.0.63

Release Notes

Released on 2026-07-23.

Core type checking

  • Handle generic stringified PEP 613 (typing.TypeAlias) type aliases (#27092)
  • Allow equality narrowing across non-final classes (#27031)
  • Allow interpolated string literals to be promoted to str (#27104)
  • Fix double specialization of generic type aliases (#27058)
  • Fix intersections of type and TypeForm (#27099)
  • When narrowing from a match statement leads a variable x to be inferred as A & B, infer the type of x.attr as <type of A.attr> & <type of B.attr> (#27103)

Library support

  • Pydantic: Stricter validation of sub-model fields in lax mode (#27091)
  • Pydantic: Support special underscore parameters in BaseSettings models (#27098)

Performance

  • Avoid exponential narrowing of optional dynamic match subjects (#27100)
  • Avoid normalizing cached absolute file paths (#26998)

Contributors

Install ty 0.0.63

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ty/releases/download/0.0.63/ty-installer.ps1 | iex"

Download ty 0.0.63

File Platform Checksum
ty-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.63

Released on 2026-07-23.

Core type checking

  • Handle generic stringified PEP 613 (typing.TypeAlias) type aliases (#27092)
  • Allow equality narrowing across non-final classes (#27031)
  • Allow interpolated string literals to be promoted to str (#27104)
  • Fix double specialization of generic type aliases (#27058)
  • Fix intersections of type and TypeForm (#27099)
  • When narrowing from a match statement leads a variable x to be inferred as A & B, infer the type of x.attr as <type of A.attr> & <type of B.attr> (#27103)

Library support

  • Pydantic: Stricter validation of sub-model fields in lax mode (#27091)
  • Pydantic: Support special underscore parameters in BaseSettings models (#27098)

Performance

  • Avoid exponential narrowing of optional dynamic match subjects (#27100)
  • Avoid normalizing cached absolute file paths (#26998)

Contributors

0.0.62

Released on 2026-07-21.

Bug fixes

  • Guard recursive Protocol and TypedDict relations (#26990)
  • Prevent stack overflows in recursive type relation checks (#26503)
  • Recover from cancelled file indexing (#26876)

Diagnostics

  • Avoid editing ignore comments with trailing reasons (#26939)
  • Prefer innermost inline suppressions (#26940)
  • Remove unused own-line ignore comments (#27013)
  • Reuse applicable own-line suppressions in --add-ignore (#26925)

Configuration

  • Respect rules and analysis in PEP 723 script metadata configurations (#26671)

... (truncated)

Commits

Updates rumdl from 0.2.31 to 0.2.43

Release notes

Sourced from rumdl's releases.

v0.2.43

Added

  • invisiblechars: new rule MD084 for detecting invisible characters (#758) (0a6354a)

Fixed

  • md084: treat a zero width joiner between visible characters as presentation (4fbb1cc)
  • md084: keep attached variation selectors in consecutive-character detection (f4e9fd3)
  • md084: don't flag variation selectors attached to a base character (14941bb)

Downloads

File Platform Checksum
rumdl-v0.2.43-x86_64-unknown-linux-gnu.tar.gz Linux x86_64 checksum
rumdl-v0.2.43-x86_64-unknown-linux-musl.tar.gz Linux x86_64 (musl) checksum
rumdl-v0.2.43-aarch64-unknown-linux-gnu.tar.gz Linux ARM64 checksum
rumdl-v0.2.43-aarch64-unknown-linux-musl.tar.gz Linux ARM64 (musl) checksum
rumdl-v0.2.43-x86_64-apple-darwin.tar.gz macOS x86_64 checksum
rumdl-v0.2.43-aarch64-apple-darwin.tar.gz macOS ARM64 (Apple Silicon) checksum
rumdl-v0.2.43-x86_64-pc-windows-msvc.zip Windows x86_64 checksum

Installation

Using uv (Recommended)

uv tool install rumdl

Using pip

pip install rumdl

Using pipx

pipx install rumdl

Direct Download

Download the appropriate binary for your platform from the table above, extract it, and add it to your PATH.

v0.2.42

Added

  • mojibake: new rule MD083 for mojibake detection (#753) (552842b)

... (truncated)

Changelog

Sourced from rumdl's changelog.

0.2.43 - 2026-07-24

Added

  • invisiblechars: new rule MD084 for detecting invisible characters (#758) (0a6354a)

Fixed

  • md084: treat a zero width joiner between visible characters as presentation (4fbb1cc)
  • md084: keep attached variation selectors in consecutive-character detection (f4e9fd3)
  • md084: don't flag variation selectors attached to a base character (14941bb)

0.2.42 - 2026-07-24

Added

  • mojibake: new rule MD083 for mojibake detection (#753) (552842b)

Fixed

  • lint_context: prevent panic when HTML tag window splits a UTF-8 char (d14b252)

0.2.41 - 2026-07-23

Added

  • flavor: add Hugo flavor and skip block attribute lists in blanks-around rules (e6bb033)

Fixed

  • md044: recognize indented HTML comments so links and code escape the rule (3d6191c)
  • md013: keep an attr list whole inside a wrapped span (e06f03d)
  • md013: keep a reference-style link whole inside a wrapped span (de42709)
  • md013: wrap an over-long span whose whole content is another span (f6c7c9c)

0.2.40 - 2026-07-22

Fixed

  • md003: consume the setext underline when converting a heading to ATX. Converting a setext heading left the underline behind, where a following blank line turned it into a thematic break, so rumdl fmt added a horizontal rule the document never had (7363c34)
  • md077: stop scoping list items inside blockquotes, which made a lazy continuation line gain indentation on every pass so the formatter never converged (58fb25b)
  • reflow: keep wiki links, shortcodes and math whole inside a wrapped span (db12c2c)
  • config: honor the documented MD033 table_allowed alias, which silently dropped the configured value (db2c204)
  • config: stop reporting MD013's documented semantic-link-understanding alias as an unknown option (1539a64)
  • parity: make the markdownlint comparison harness actually run (182763c)

Documentation

  • md013: document that ignore-link-urls affects reporting only. Reflow measures the markdown as written, matching prettier and mdformat (c4f8bad)

... (truncated)

Commits
  • d4b387e chore: bump version to v0.2.43
  • 4fbb1cc fix(md084): treat a zero width joiner between visible characters as presentation
  • f4e9fd3 fix(md084): keep attached variation selectors in consecutive-character detection
  • 14941bb fix(md084): don't flag variation selectors attached to a base character
  • 0a6354a feat(invisiblechars): new rule MD084 for detecting invisible characters (#758)
  • 69f0700 chore: bump version to v0.2.42
  • d14b252 fix(lint_context): prevent panic when HTML tag window splits a UTF-8 char
  • 552842b feat(mojibake): new rule MD083 for mojibake detection (#753)
  • 36d3e21 chore: bump version to v0.2.41
  • e6bb033 feat(flavor): add Hugo flavor and skip block attribute lists in blanks-around...
  • Additional commits viewable in compare view

Updates mypy from 2.2.0 to 2.3.0

Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next Release

Packaging changes

Mypy 2.3

We've just uploaded mypy 2.3.0 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:

python3 -m pip install -U mypy

You can read the full documentation for this release on Read the Docs.

The Upcoming Switch to the New Native Parser

We are planning to enable the new native parser (--native-parser) by default soon. We recommend that you test the native parser in your projects and report any issues in the mypy issue tracker.

Mypyc Free-threading Memory Safety

Free-threaded Python builds that don't have the GIL require additional synchronization primitives or lock-free algorithms to ensure memory safety when there are race conditions (for example, when a thread reads a list item while another thread writes the same list item concurrently). This release greatly improves memory safety of free threading.

List operations are now memory-safe on free threaded Python builds, even in the presence of race conditions. This has some performance cost. For list-heavy workloads, using librt.vecs.vec instead of list is often significantly faster, but note that vec is not (and likely won't be) fully memory safe, and the user is expected to avoid race conditions. The newly introduced librt.threading.Lock helps with this. Using variable-length tuples can also be more efficient than lists, since tuples are immutable and don't require expensive synchronization to ensure memory safety.

Instance attribute access is also (mostly) memory safe now on free-threaded builds in the presence of race conditions. We are planning to fix the remaining unsafe cases in a future release.

Full list of changes:

  • Make attribute access memory safe on free-threaded builds (Jukka Lehtosalo, PR 21705)
  • Fix unsafe borrowing of instance attributes with free-threading (Jukka Lehtosalo, PR 21688)
  • Make list get/set item more memory safe on free-threaded builds (Jukka Lehtosalo, PR 21683)
  • Don't borrow list items on free-threaded builds (Jukka Lehtosalo, PR 21679)
  • Make multiple assignment from list memory-safe on free-threaded builds (Jukka Lehtosalo, PR 21684)

... (truncated)

Commits
  • 8aabf84 Drop +dev from version
  • 4d8ad2a Update changelog for 2.3 release (#21728)
  • 2c21546 [mypyc] Update documentation of race conditions under free threading (#21726)
  • a9f62a3 [mypyc] Make attribute access memory safe on free-threaded builds (#21705)
  • 0faa413 Use PYODIDE environment variable for Emscripten cross-compilation detection...
  • 3d75cdb [mypyc] Borrow final attributes more aggressively (#21702)
  • 24c237d [mypyc] Improve documentation of Final (#21713)
  • b5be217 [mypyc] Update free threading Python compatibility docs (#21711)
  • cbcb51a Narrow for frozendict membership check (#21709)
  • af2bc0f Sync typeshed (#21707)
  • Additional commits viewable in compare view

Updates ruff from 0.15.21 to 0.16.0

Release notes

Sourced from ruff's releases.

0.16.0

Release Notes

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .
    ::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

    See the CLI help or documentation for the full list of supported formats.

  • The filename, location, end_location, fix.edits[].location, and fix.edits[].end_location fields in the JSON output format may now be null rather than defaulting to the empty string and row 1, column 1, respectively.

... (truncated)

Changelog

Sourced from ruff's changelog.

0.16.0

Released on 2026-07-23.

Check out the blog post for a migration guide and overview of the changes!

Breaking changes

  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for more details and the new Default Rules page for a full listing of the enabled rules.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    ruff: ignore[F401]
    import os

  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .
    ::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

... (truncated)

Commits
  • a2635fd Bump 0.16.0 (#27136)
  • 3433449 [ty] Reuse full call diagnostics for implicit setter calls (#27115)
  • 2240070 Reflect ruff: ignore and --add-ignore stabilization in documentation (#27...
  • 17ef711 Stabilize --add-ignore (#27125)
  • ef912bb Add newly stabilized rules to defaults (#27055)
  • b30f040 Stabilize new default rules (#27035)
  • bcd70c5 Exclude Markdown files from format-dev runs (#27052)
  • 87e51e2 Fix format --check spans for syntax errors (#27045)
  • afe2723 [flake8-gettext] Stabilize qualified-name and built-in binding resolution (...
  • a9702d8 [flake8-bandit] Stabilize string literal binding resolution (S310) (#26944)
  • Additional commits viewable in compare view

Updates infrahub-testcontainers from 1.10.3 to 1.10.5

Release notes

Sourced from infrahub-testcontainers's releases.

Infrahub - v1.10.5

Fixed

  • Fix a race condition for recalculating a diff following a rebase. After a branch is rebased, an asynchronous job is queued to recalculate the diff for that branch. If a user tried to update the diff for that branch or merge the branch before the recalculation completed then they would receive an error like ResourceNotFoundError: Multiple diffs for branch ... with tracking_id .... The diff update logic is now updated to handle post-rebase recalculation correctly if it is reached before the recalculation job. (#9898)
  • Removing a node from the schema on a branch and merging that branch no longer fails with a SchemaNotFoundError. Schema elements without a persisted id (such as the virtual profiles relationship) are now compared by value instead of being reported as spurious additions in the schema diff. (#9899)
  • Fresh installations now persist the deprecated-model markers, so the core-schema diff computed by infrahub upgrade starts out empty instead of always reporting LineageSource and LineageOwner as changed on an up-to-date installation.
  • Merging a rebased branch now computes schema migrations against the rebase point, so schema changes the rebase already incorporated from the destination branch are no longer counted a second time.
  • Schema errors raised during background operations (such as SchemaNotFoundError) now surface the actual error instead of an unrelated serialization TypeError.

Full Changelog: opsmill/infrahub@infrahub-v1.10.4...infrahub-v1.10.5

Infrahub - v1.10.4

Added

  • INFRAHUB_DB_ADDRESS now accepts a comma-separated list of cluster members.

Fixed

  • The INFRAHUB_DB_DATABASE name validation now matches Neo4j's naming rules: names may contain dashes, must be 3-63 characters long, and may no longer end with a dot. Database names that contain dashes or dots are now correctly quoted when the database is created, so they no longer fail with a Cypher syntax error.
  • Changing a Git repository's location now re-points the server-side clone and fetches from the new remote, instead of staying stuck on the previous commit. (#9811)
  • The configure-action-rules background flow no longer crashes when a trigger rule references a group or Generator that does not resolve on the branch being read (a required relationship left dangling by a deleted, orphaned, or branch-missing peer). The offending rule is now skipped with a warning that names it, and the remaining trigger rules are reconciled normally instead of the whole flow aborting. (#9829)
  • Outbound webhook payloads now include the account_id of the account that triggered the event again, instead of always sending null. (#9881)
  • Changing the identifier of a relationship in a schema is now rejected with a "not supported" validation error instead of being silently incorrectly applied.
  • Deleting a node with cascade now checks mandatory relationships across the full set of cascaded objects. Previously a node pulled into the delete by a cascade could be removed even while a mandatory relationship from an object outside the delete set still referenced it, leaving a dangling mandatory relationship. Such deletes are now correctly blocked with a validation error.
  • Fixed a bug where some human-friendly ID (HFID) values were stored with non-string elements (such as numbers) instead of all strings. Fresh upgrades now normalize all values, and instances that already upgraded are repaired automatically on their next upgrade.

Full Changelog: opsmill/infrahub@infrahub-v1.10.3...infrahub-v1.10.4

Changelog

Sourced from infrahub-testcontainers's changelog.

Infrahub - v1.10.5 - 2026-07-15

Fixed

  • Fix a race condition for recalculating a diff following a rebase. After a branch is rebased, an asynchronous job is queued to recalculate the diff for that branch. If a user tried to update the diff for that branch or merge the branch before the recalculation completed then they would receive an error like ResourceNotFoundError: Multiple diffs for branch ... with tracking_id .... The diff update logic is now updated to handle post-rebase recalculation correctly if it is reached before the recalculation job. (#9898)
  • Removing a node from the schema on a branch and merging that branch no longer fails with a SchemaNotFoundError. Schema elements without a persisted id (such as the virtual profiles relationship) are now compared by value instead of being reported as spurious additions in the schema diff. (#9899)
  • Fresh installations now persist the deprecated-model markers, so the core-schema diff computed by infrahub upgrade starts out empty instead of always reporting LineageSource and LineageOwner as changed on an up-to-date installation.
  • Merging a rebased branch now computes schema migrations against the rebase point, so schema changes the rebase already incorporated from the destination branch are no longer counted a second time.
  • Schema errors raised during background operations (such as SchemaNotFoundError) now surface the actual error instead of an unrelated serialization TypeError.

Infrahub - v1.10.4 - 2026-07-13

Added

  • INFRAHUB_DB_ADDRESS now accepts a comma-separated list of cluster members.

Fixed

  • The INFRAHUB_DB_DATABASE name validation now matches Neo4j's naming rules: names may contain dashes, must be 3-63 characters long, and may no longer end with a dot. Database names that contain dashes or dots are now correctly quoted when the database is created, so they no longer fail with a Cypher syntax error.
  • Changing a Git repository's location now re-points the server-side clone and fetches from the new remote, instead of staying stuck on the previous commit. (#9811)
  • The configure-action-rules background flow no longer crashes when a trigger rule references a group or Generator that does not resolve on the branch being read (a required relationship left dangling by a deleted, orphaned, or branch-missing peer). The offending rule is now skipped with a warning that names it, and the remaining trigger rules are reconciled normally instead of the whole flow aborting. (#9829)
  • Outbound webhook payloads now include the account_id of the account that triggered the event again, instead of always sending null. (#9881)
  • Changing the identifier of a relationship in a schema is now rejected with a "not supported" validation error instead of being silently incorrectly applied.
  • Deleting a node with cascade now checks mandatory relationships across the full set of cascaded objects. Previously a node pulled into the delete by a cascade could be removed even while a mandatory relationship from an object outside the delete set still referenced it, leaving a dangling mandatory relationship. Such deletes are now correctly blocked with a validation error.
  • Fixed a bug where some human-friendly ID (HFID) values were stored with non-string elements (such as numbers) instead of all strings. Fresh upgrades now normalize all values, and instances that already upgraded are repaired automatically on their next upgrade.
Commits
  • 1fcb0d8 chore: update docker-compose
  • 7dfe8bf prep release 1.10.5 (#9916)
  • 607a02b schema diff cleanup (#9905)
  • c29cb2c fix(diff): remove stale tracked diff roots left behind by a rebase (#9902)
  • 3418b29 Merge pull request #9903 from opsmill/dga/chore-bug-skills-sayzf
  • e92145e Merge pull request #9909 from opsmill/feat/audit-docs-stable-pr-f41b35
  • 4eeee31 docs(audit-docs): fix "Any a changelog" typo
  • 460772d docs(audit-docs): clarify skill scope and input priority
  • 84510dc chore: add bug analysis/fix/tdd skills
  • b6d7e90 chore(deps): bump actions/labeler from 6.1.0 to 6.2.0 (#9885)
  • 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

Summary by cubic

Update dev tooling to latest versions to improve linting, typing, and test stability. Notable change: ruff 0.16 enables many more rules by default and formats Python code blocks in Markdown, which may surface new CI findings.

  • Dependencies
    • ruff 0.16.0 → expanded default rules; formats Markdown code blocks.
    • mypy 2.3.0 → minor update with performance and free‑threading safety improvements.
    • ty 0.0.63 → type checking fixes and library compatibility updates.
    • rumdl 0.2.43 → adds MD083/MD084 checks for mojibake/invisible chars; formatter fixes.
    • infrahub-testcontainers 1.10.5 → fixes schema diff race conditions and test robustness.

Written for commit cb554da. Summary will update on new commits.

Review in cubic

Bumps the all group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ty](https://github.com/astral-sh/ty) | `0.0.59` | `0.0.63` |
| [rumdl](https://github.com/rvben/rumdl) | `0.2.31` | `0.2.43` |
| [mypy](https://github.com/python/mypy) | `2.2.0` | `2.3.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.16.0` |
| [infrahub-testcontainers](https://github.com/opsmill/infrahub) | `1.10.3` | `1.10.5` |


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

Updates `rumdl` from 0.2.31 to 0.2.43
- [Release notes](https://github.com/rvben/rumdl/releases)
- [Changelog](https://github.com/rvben/rumdl/blob/main/CHANGELOG.md)
- [Commits](rvben/rumdl@v0.2.31...v0.2.43)

Updates `mypy` from 2.2.0 to 2.3.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v2.2.0...v2.3.0)

Updates `ruff` from 0.15.21 to 0.16.0
- [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.21...0.16.0)

Updates `infrahub-testcontainers` from 1.10.3 to 1.10.5
- [Release notes](https://github.com/opsmill/infrahub/releases)
- [Changelog](https://github.com/opsmill/infrahub/blob/stable/CHANGELOG.md)
- [Commits](opsmill/infrahub@infrahub-v1.10.3...infrahub-v1.10.5)

---
updated-dependencies:
- dependency-name: ty
  dependency-version: 0.0.63
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rumdl
  dependency-version: 0.2.43
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: mypy
  dependency-version: 2.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  dependency-version: 0.16.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: infrahub-testcontainers
  dependency-version: 1.10.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type/housekeeping Maintenance task label Jul 27, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 27, 2026 09:21
@dependabot dependabot Bot added the type/housekeeping Maintenance task label Jul 27, 2026
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploying infrahub-mcp-server with  Cloudflare Pages  Cloudflare Pages

Latest commit: cb554da
Status: ✅  Deploy successful!
Preview URL: https://cf856021.infrahub-mcp-server.pages.dev
Branch Preview URL: https://dependabot-uv-all-f09a0cf523.infrahub-mcp-server.pages.dev

View logs

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

Labels

type/housekeeping Maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants