Skip to content

build(deps): update toml-tstring requirement from >=0.1.0 to >=0.2.1#39

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/toml-tstring-gte-0.2.1
Open

build(deps): update toml-tstring requirement from >=0.1.0 to >=0.2.1#39
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/toml-tstring-gte-0.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on toml-tstring to permit the latest version.

Release notes

Sourced from toml-tstring's releases.

0.2.1

What's Changed

Full Changelog: 0.2.0...0.2.1

Changelog

Sourced from toml-tstring's changelog.

0.2.1 - 2026-03-19

What's Changed

Full Changelog: 0.2.0...0.2.1


0.2.0 - 2026-03-18

Breaking Changes

Template String Parsing Changes

  • YAML plain scalars with whitespace and interpolations now rejected - YAML templates containing plain scalars that mix whitespace-containing text with interpolations now fail validation at parse time with the error "Quote YAML plain scalars that mix whitespace and interpolations." This affects all YAML template parsing through Python bindings and Rust's format_template*/check_template* functions. To fix, wrap such scalar values in quotes. (#25)

    # Previously accepted, now rejected:
    key: hello world {var}
    replicas: fdsa fff fds{count}
    Still valid (no whitespace in text portion):
    key: item-{var}
    key: prefix{var}suffix
    Fixed (use quotes):
    key: "hello world {var}"

What's Changed

Full Changelog: 0.1.1...0.2.0


0.1.1 - 2026-03-18

What's Changed

... (truncated)

Commits
  • f30a587 Merge pull request #26 from koxudaxi/annotate-render-template-parameters
  • 7b352d7 style: sort YAML regression test imports
  • 4218827 style: format runtime protocols
  • 7281e29 Annotate structured template render parameters
  • b2455fd docs: update CHANGELOG.md for 0.2.0
  • 05fa824 Merge pull request #25 from koxudaxi/add-yaml-template-validation-api
  • 94ff462 Clarify validation API intent and cover YAML edge case
  • 7a033cb Add matching JSON and TOML validation APIs
  • d1d027d Add YAML template validation API for plain scalar interpolations
  • 6750012 Merge pull request #7 from koxudaxi/dependabot/cargo/rust/criterion-0.8.2
  • 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 [toml-tstring](https://github.com/koxudaxi/tstring-structured-data) to permit the latest version.
- [Release notes](https://github.com/koxudaxi/tstring-structured-data/releases)
- [Changelog](https://github.com/koxudaxi/tstring-structured-data/blob/main/CHANGELOG.md)
- [Commits](0.1.0...0.2.1)

---
updated-dependencies:
- dependency-name: toml-tstring
  dependency-version: 0.2.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
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.

0 participants