From a09da46fe067457e7c5c63a15cdb861428566c30 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 3 Dec 2024 11:09:36 +0000
Subject: [PATCH] chore(deps): renovate: pappasam/toml-sort to v0.24.2 (#495)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pappasam/toml-sort](https://redirect.github.com/pappasam/toml-sort) |
repository | minor | `v0.23.1` -> `v0.24.2` |

Note: The `pre-commit` manager in Renovate is not supported by the
`pre-commit` maintainers or community. Please do not report any problems
there, instead [create a Discussion in the Renovate
repository](https://redirect.github.com/renovatebot/renovate/discussions/new)
if you have any questions.

---

### Release Notes

<details>
<summary>pappasam/toml-sort (pappasam/toml-sort)</summary>

###
[`v0.24.2`](https://redirect.github.com/pappasam/toml-sort/releases/tag/v0.24.2):
Version 0.24.2

[Compare
Source](https://redirect.github.com/pappasam/toml-sort/compare/v0.24.1...v0.24.2)

##### Fixed

- Regression from 0.24.1 and 0.24.0 where sorting inline tables would
throw a ValueError if the key in the table had trailing spaces. Resolves
[#&#8203;76](https://redirect.github.com/pappasam/toml-sort/issues/76)

###
[`v0.24.1`](https://redirect.github.com/pappasam/toml-sort/releases/tag/v0.24.1):
Version 0.24.1

[Compare
Source](https://redirect.github.com/pappasam/toml-sort/compare/v0.24.0...v0.24.1)

##### Fixed

- Re-add .pre-commit-hooks. Resolves
[#&#8203;75](https://redirect.github.com/pappasam/toml-sort/issues/75)

###
[`v0.24.0`](https://redirect.github.com/pappasam/toml-sort/releases/tag/v0.24.0):
Version 0.24.0

[Compare
Source](https://redirect.github.com/pappasam/toml-sort/compare/v0.23.1...v0.24.0)

##### Fixed

-   Only write to disk if file contents changed

##### Removed

-   Dropped support for Python 3.7 and 3.8.
-   Dropped support for tomlkit < 0.13.2
-   Removed sphinx documentation.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 1 * *" (UTC), Automerge - "* *
* * 1-5" (UTC).

🚦 **Automerge**: Enabled.

â™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/UCL-ARC/python-tooling).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 .pre-commit-config.yaml                                    | 2 +-
 tests/data/test_package_generation/.pre-commit-config.yaml | 2 +-
 {{cookiecutter.project_slug}}/.pre-commit-config.yaml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ee7440df..b8557259 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
     hooks:
       - id: forbid-tabs
   - repo: https://github.com/pappasam/toml-sort
-    rev: v0.23.1
+    rev: v0.24.2
     hooks:
       - id: toml-sort-fix
   - repo: https://github.com/pre-commit/mirrors-mypy
diff --git a/tests/data/test_package_generation/.pre-commit-config.yaml b/tests/data/test_package_generation/.pre-commit-config.yaml
index 480db157..57d9785d 100644
--- a/tests/data/test_package_generation/.pre-commit-config.yaml
+++ b/tests/data/test_package_generation/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
     hooks:
       - id: forbid-tabs
   - repo: https://github.com/pappasam/toml-sort
-    rev: v0.23.1
+    rev: v0.24.2
     hooks:
       - id: toml-sort-fix
   - repo: https://github.com/pre-commit/mirrors-mypy
diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml
index 480db157..57d9785d 100644
--- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml
+++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
     hooks:
       - id: forbid-tabs
   - repo: https://github.com/pappasam/toml-sort
-    rev: v0.23.1
+    rev: v0.24.2
     hooks:
       - id: toml-sort-fix
   - repo: https://github.com/pre-commit/mirrors-mypy