chore(deps-dev): bump tomlkit from 0.7.2 to 0.8.0 (#140)

Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.7.2 to 0.8.0.
- [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.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-22 08:01:26 -08:00 committed by GitHub
parent 2c373a6faa
commit f9d7363a03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View file

@ -1271,11 +1271,11 @@ python-versions = ">=3.6"
[[package]]
name = "tomlkit"
version = "0.7.2"
version = "0.8.0"
description = "Style preserving TOML library"
category = "dev"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
python-versions = ">=3.6,<4.0"
[[package]]
name = "typed-ast"
@ -1362,7 +1362,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "e91bcc52eb60155d8f12a08cdd7c86e0130c7906427910083e5dd699620dd07b"
content-hash = "b6357437d25dfd2e17604d0fde19a086b688149e3aec1f2e014469dd96aafb24"
[metadata.files]
alabaster = [
@ -1990,8 +1990,8 @@ tomli = [
{file = "tomli-1.2.3.tar.gz", hash = "sha256:05b6166bff487dc068d322585c7ea4ef78deed501cc124060e0f238e89a9231f"},
]
tomlkit = [
{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.8.0-py3-none-any.whl", hash = "sha256:b824e3466f1d475b2b5f1c392954c6cb7ea04d64354ff7300dc7c14257dc85db"},
{file = "tomlkit-0.8.0.tar.gz", hash = "sha256:29e84a855712dfe0e88a48f6d05c21118dbafb283bb2eed614d46f80deb8e9a1"},
]
typed-ast = [
{file = "typed_ast-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:5d8314c92414ce7481eee7ad42b353943679cf6f30237b5ecbf7d835519e1212"},

View file

@ -77,7 +77,7 @@ sphinx = "^4.3"
sphinx-autodoc-typehints = "^1.12"
doc8 = "^0.10"
m2r2 = "^0.3"
tomlkit = "^0.7"
tomlkit = "^0.8"
pytest-pythonpath = "^0.7.3"
pytest-django = "^4.5.2"
black = "^21.12b0"