From 44d408fe0ef13beecde8db5cfad40e3c9ff110c3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 22 May 2021 18:08:49 +0000 Subject: [PATCH] Bump tomlkit from 0.7.0 to 0.7.2 Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.7.0 to 0.7.2. - [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.0...0.7.2) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 91b7ebf..b91d102 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1228,7 +1228,7 @@ python-versions = "*" [[package]] name = "tomlkit" -version = "0.7.0" +version = "0.7.2" description = "Style preserving TOML library" category = "dev" optional = false @@ -1322,7 +1322,7 @@ testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "d9ea8f62c835be1b820ef351a746f4d674e42790b022674dfc876bbf1675fe74" +content-hash = "6f4a171261eeb7f7ce7288db3e1c414c3544f4aca284fefa4d644ad49feffd5f" [metadata.files] aiocontextvars = [ @@ -1945,8 +1945,8 @@ toml = [ {file = "toml-0.10.0.tar.gz", hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"}, ] tomlkit = [ - {file = "tomlkit-0.7.0-py2.py3-none-any.whl", hash = "sha256:6babbd33b17d5c9691896b0e68159215a9387ebfa938aa3ac42f4a4beeb2b831"}, - {file = "tomlkit-0.7.0.tar.gz", hash = "sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618"}, + {file = "tomlkit-0.7.2-py2.py3-none-any.whl", hash = "sha256:173ad840fa5d2aac140528ca1933c29791b79a374a0861a80347f42ec9328117"}, + {file = "tomlkit-0.7.2.tar.gz", hash = "sha256:d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754"}, ] typed-ast = [ {file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70"}, diff --git a/pyproject.toml b/pyproject.toml index 6edcb5e..97aaa0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,4 +66,4 @@ sphinxcontrib-mermaid = "^0.6.3" sphinx-typlog-theme = "^0.8.0" doc8 = "^0.8.1" m2r = "^0.2.1" -tomlkit = "^0.7.0" +tomlkit = "^0.7.2"