Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit a7ffcf1

Browse files
Bump tomlkit from 0.5.11 to 0.6.0
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.5.11 to 0.6.0. - [Release notes](https://github.com/sdispater/tomlkit/releases) - [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.5.11...0.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 5f3be4a commit a7ffcf1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://github.com/staticdev/toml-validator"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.7"
13-
tomlkit = "^0.5.9"
13+
tomlkit = ">=0.5.9,<0.7.0"
1414
click = "^7.0"
1515
importlib_metadata = {version = "^1.6.0", python = "<3.8"}
1616

0 commit comments

Comments
 (0)