build(deps): bump `tomlkit` dependency from ~=0.11.0 to ~=0.13.0 by codejedi365 · Pull Request #1355 · python-semantic-release/python-semantic-release

Purpose

Removes the problems with 0-prefixed versions where the minor version bump could be a breaking change. We were using 0.11 to start but now its updated to 0.13 so that compatibility with the latest is maintained.

How did you test?

Verifying through the CI pipeline to validate all tests maintain compatibility and there are specific tests with tomlkit uses.


PR Completion Checklist

  • Reviewed & followed the Contributor Guidelines

  • Changes Implemented & Validation pipeline succeeds

  • Commits follow the Conventional Commits standard
    and are separated into the proper commit type and scope (recommended order: test, build, feat/fix, docs)

  • N/A Appropriate Unit tests added/updated

  • N/A Appropriate End-to-End tests added/updated

  • N/A Appropriate Documentation added/updated and syntax validated for sphinx build (see Contributor Guidelines)