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

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.12.4 to 0.12.5.
- [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.4...0.12.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-09 00:51:59 +00:00 committed by Luke Tainton
parent 7c42f6d816
commit f7e12debef
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -628,13 +628,13 @@ files = [
[[package]]
name = "tomlkit"
version = "0.12.4"
version = "0.12.5"
description = "Style preserving TOML library"
optional = false
python-versions = ">=3.7"
files = [
{file = "tomlkit-0.12.4-py3-none-any.whl", hash = "sha256:5cd82d48a3dd89dee1f9d64420aa20ae65cfbd00668d6f094d7578a78efbb77b"},
{file = "tomlkit-0.12.4.tar.gz", hash = "sha256:7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3"},
{file = "tomlkit-0.12.5-py3-none-any.whl", hash = "sha256:af914f5a9c59ed9d0762c7b64d3b5d5df007448eb9cd2edc8a46b1eafead172f"},
{file = "tomlkit-0.12.5.tar.gz", hash = "sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c"},
]
[[package]]
@ -747,4 +747,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "5140a61c05dea20cb7f1fcfe2d0ee06b7e9d3da4b247a7180caa77c3493fa231"
content-hash = "daffe3cf1ca8bba4973ebc7817bdcd999c5bafab41c475f5082c2c81b0949a3a"

View File

@ -32,7 +32,7 @@ requests = "2.31.0"
six = "1.16.0"
tabulate = "0.9.0"
tomli = "2.0.1"
tomlkit = "0.12.4"
tomlkit = "0.12.5"
urllib3 = "2.2.1"
wrapt = "1.16.0"