diff --git a/poetry.lock b/poetry.lock index 06f021d..20bc2fc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1225,7 +1225,7 @@ python-versions = "*" [[package]] name = "tomlkit" -version = "0.7.0" +version = "0.7.1" description = "Style preserving TOML library" category = "dev" optional = false @@ -1319,7 +1319,7 @@ testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "eb10299c34d11bd3f9a22f9c523e08116c9949084ffd92367df44abd55f4505d" +content-hash = "9711b379cb5c6bae5fe246ac0e61c3e78ac6abcb49d6bdf5a27a364bc402b8e9" [metadata.files] aiocontextvars = [ @@ -1939,8 +1939,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.1-py2.py3-none-any.whl", hash = "sha256:01227863019024861bb83d9a09a757b1c65604969fd2cebb19f5e2b340649792"}, + {file = "tomlkit-0.7.1.tar.gz", hash = "sha256:24d6049e0765aad9c56a30dfa60d54c69f39c142112a6c57ce8f1c285b6b9d8f"}, ] 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 0772f76..3502cf4 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.1"