chore(pip-prod)(deps): bump tomlkit from 0.12.5 to 0.13.0

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.5 to 0.13.0.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.12.5...0.13.0)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-07-11 00:45:18 +00:00 committed by Luke Tainton
parent 3f681122fb
commit 3164fe7407
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -628,13 +628,13 @@ files = [
[[package]]
name = "tomlkit"
version = "0.12.5"
version = "0.13.0"
description = "Style preserving TOML library"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "tomlkit-0.12.5-py3-none-any.whl", hash = "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f"},
{file = "tomlkit-0.12.5.tar.gz", hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c"},
{file = "tomlkit-0.13.0-py3-none-any.whl", hash = "sha256:7075d3042d03b80f603482d69bf0c8f345c2b30e41699fd8883227f89972b264"},
{file = "tomlkit-0.13.0.tar.gz", hash = "sha256:08ad192699734149f5b97b45f1f18dad7eb1b6d16bc72ad0c2335772650d7b72"},
]
[[package]]
@ -747,4 +747,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "779d524eb1bab30c2b9cae12f395e44b638b4dfd43bed0802c6086ead7863b00"
content-hash = "a8bbca76aec9a9556ab1b04a1019ab823e4b1720b0709d9d9087375b0aa1026c"

View File

@ -32,7 +32,7 @@ requests = "2.32.3"
six = "1.16.0"
tabulate = "0.9.0"
tomli = "2.0.1"
tomlkit = "0.12.5"
tomlkit = "0.13.0"
urllib3 = "2.2.2"
wrapt = "1.16.0"