From 642794e816e70d3cc65fabf5dd77061d5c809467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 18:13:48 -0800 Subject: [PATCH] chore(deps-dev): bump tomlkit from 0.8.0 to 0.9.1 (#166) Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.8.0 to 0.9.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.8.0...0.9.1) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 78416e6..1201ed7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1275,7 +1275,7 @@ python-versions = ">=3.6" [[package]] name = "tomlkit" -version = "0.8.0" +version = "0.9.1" description = "Style preserving TOML library" category = "dev" optional = false @@ -1366,7 +1366,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f4e18bb134a9455b4e929c91d824e2f1046c7b066421a222e099350a9f90ffeb" +content-hash = "e77597fbb5ac7302f6fbf605e4962317ffe78df7e987d779eb60ae53abe4336d" [metadata.files] alabaster = [ @@ -1993,8 +1993,8 @@ tomli = [ {file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"}, ] tomlkit = [ - {file = "tomlkit-0.8.0-py3-none-any.whl", hash = "sha256:b824e3466f1d475b2b5f1c392954c6cb7ea04d64354ff7300dc7c14257dc85db"}, - {file = "tomlkit-0.8.0.tar.gz", hash = "sha256:29e84a855712dfe0e88a48f6d05c21118dbafb283bb2eed614d46f80deb8e9a1"}, + {file = "tomlkit-0.9.1-py3-none-any.whl", hash = "sha256:01407892165b513969231085a33d4be2cb41f186d9fd072c975b6bd1435371b0"}, + {file = "tomlkit-0.9.1.tar.gz", hash = "sha256:3bdbfffc3ae6c8628b5fb6ed7b459edb8476472eae15033b705bc7d1380b3e3d"}, ] typed-ast = [ {file = "typed_ast-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5d8314c92414ce7481eee7ad42b353943679cf6f30237b5ecbf7d835519e1212"}, diff --git a/pyproject.toml b/pyproject.toml index 3265b30..9c58620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ sphinx = "^4.4" sphinx-autodoc-typehints = "^1.16" doc8 = "^0.10" m2r2 = "^0.3" -tomlkit = "^0.8" +tomlkit = "^0.9" pytest-pythonpath = "^0.7.3" pytest-django = "^4.5.2" black = "^22.1"