From b94340aed5340d7afc11a7af397be95d9b9e0fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:15:10 +0000 Subject: [PATCH] build(deps): bump tomlkit from 0.7.2 to 0.12.1 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.7.2 to 0.12.1. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/sdispater/tomlkit/compare/0.7.2...0.12.1) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 036bdaf..3907a0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1730,13 +1730,13 @@ files = [ [[package]] name = "tomlkit" -version = "0.7.2" +version = "0.12.1" description = "Style preserving TOML library" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "tomlkit-0.7.2-py2.py3-none-any.whl", hash = "sha256:173ad840fa5d2aac140528ca1933c29791b79a374a0861a80347f42ec9328117"}, - {file = "tomlkit-0.7.2.tar.gz", hash = "sha256:d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754"}, + {file = "tomlkit-0.12.1-py3-none-any.whl", hash = "sha256:712cbd236609acc6a3e2e97253dfc52d4c2082982a88f61b640ecf0817eab899"}, + {file = "tomlkit-0.12.1.tar.gz", hash = "sha256:38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86"}, ] [[package]] @@ -1925,4 +1925,4 @@ all = [] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "fb67137a9ce76df62fa25a80633d4d31a5154798497a6c4b8b512eb4d3fed8f2" +content-hash = "50989f49343bcdc8449efeef1ea3c5cf96d1dda892e2752570c6393cde6409bf" diff --git a/pyproject.toml b/pyproject.toml index cb0edb9..dbb5180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -116,7 +116,7 @@ sphinx = "^7.2.6" sphinx-autoapi = "^3.0" sphinx-copybutton = "^0.4" sphinx-rtd-theme = "^1.0" -tomlkit = "^0.7" +tomlkit = "^0.12" # These are used directly in the default build pipeline # ... but they're generally optional, and the build won't fail if you remove them