-
-
Notifications
You must be signed in to change notification settings - Fork 111
Comparing changes
Open a pull request
base repository: python-poetry/tomlkit
base: 0.13.3
head repository: python-poetry/tomlkit
compare: 0.14.0
- 17 commits
- 16 files changed
- 5 contributors
Commits on Jun 27, 2025
-
chore(deps-dev): bump requests from 2.32.2 to 2.32.4 (#426)
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00f1c04 - Browse repository at this point
Copy the full SHA 00f1c04View commit details -
chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /docs (#428)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9a38f8 - Browse repository at this point
Copy the full SHA e9a38f8View commit details -
[pre-commit.ci] pre-commit autoupdate (#424)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.12...v0.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 304d807 - Browse repository at this point
Copy the full SHA 304d807View commit details -
chore(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs (#433)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b6ef8a7 - Browse repository at this point
Copy the full SHA b6ef8a7View commit details -
chore(deps): bump requests from 2.32.3 to 2.32.4 in /docs (#432)
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe45e51 - Browse repository at this point
Copy the full SHA fe45e51View commit details
Commits on Jul 7, 2025
-
fix: Add DottedKey to a super table gives wrong output (#431) (#435)
When a table is already a super table, appending dotted items to it will result in wrong behavior. The header was missing, so the final result was an incorrect representation of the document. Because super_table is already set and can no longer be re-evaluated, I have added a check to the renderer instead, so that it can determine if the header should be rendered. I have not gone through different edge cases, but it seems that all other tests are still passing. Co-authored-by: deltamarnix <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9d22fb - Browse repository at this point
Copy the full SHA b9d22fbView commit details
Commits on Jul 15, 2025
-
[pre-commit.ci] pre-commit autoupdate (#434)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.3](astral-sh/ruff-pre-commit@v0.12.0...v0.12.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 424dd0d - Browse repository at this point
Copy the full SHA 424dd0dView commit details -
feat: enhance custom encoders to accept _parent and _sort_keys parame…
…ters (#436) Resolve #429 Signed-off-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6042e0c - Browse repository at this point
Copy the full SHA 6042e0cView commit details
Commits on Nov 3, 2025
-
fix: update boolean function to handle both string and boolean inputs…
… correctly Fix #442 Signed-off-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3687d0d - Browse repository at this point
Copy the full SHA 3687d0dView commit details -
[pre-commit.ci] pre-commit autoupdate (#438)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.2](astral-sh/ruff-pre-commit@v0.12.3...v0.14.2) * fix: suppress lint warning in test_aot_unwrap function Signed-off-by: Frost Ming <[email protected]> --------- Signed-off-by: Frost Ming <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87ace5e - Browse repository at this point
Copy the full SHA 87ace5eView commit details
Commits on Nov 4, 2025
-
[pre-commit.ci] pre-commit autoupdate (#444)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a61a4d5 - Browse repository at this point
Copy the full SHA a61a4d5View commit details -
feat: add String.type property to retrieve the string type
Close #443 Signed-off-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5495784 - Browse repository at this point
Copy the full SHA 5495784View commit details
Commits on Jan 13, 2026
-
chore: update Python version and GitHub Actions to use latest versions (
#451) * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3) * feat: add String.type property to retrieve the string type Close #443 Signed-off-by: Frost Ming <[email protected]> * chore: update Python version and GitHub Actions to use latest versions Signed-off-by: Frost Ming <[email protected]> * chore: drop support for Python 3.8 and update CI matrix Signed-off-by: Frost Ming <[email protected]> * Merge branch 'pre-commit-ci-update-config' into drop-py38 * chore: update poetry.lock for Python version changes and remove deprecated dependencies Signed-off-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for edba395 - Browse repository at this point
Copy the full SHA edba395View commit details -
chore: update pre-commit hooks and refactor imports for consistency
Signed-off-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82970a1 - Browse repository at this point
Copy the full SHA 82970a1View commit details -
chore(deps-dev): bump urllib3 from 2.2.2 to 2.6.3 (#452)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e457892 - Browse repository at this point
Copy the full SHA e457892View commit details -
chore: bump version to 0.14.0 in pyproject.toml and __init__.py
Signed-off-by: Frost Ming <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9bccd76 - Browse repository at this point
Copy the full SHA 9bccd76View commit details -
chore(deps-dev): bump setuptools from 70.0.0 to 78.1.1 (#453)
Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v70.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 090a28e - Browse repository at this point
Copy the full SHA 090a28eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.13.3...0.14.0