Skip to content

Commit 1ecc153

Browse files
build(deps): update tomlkit requirement from >=0.12.2 to >=0.15.0 (#525)
Updates the requirements on [tomlkit](https://github.com/python-poetry/tomlkit) to permit the latest version. - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.12.2...0.15.0) --- updated-dependencies: - dependency-name: tomlkit dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7df2dd commit 1ecc153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ py-cpuinfo >= 9.0.0
1414
inquirerpy == 0.3.4
1515
requests >= 2.31.0
1616
tomli >= 2.4.1
17-
tomlkit >= 0.12.2
17+
tomlkit >= 0.15.0
1818
tqdm-loggable >= 0.2
1919
urllib3 >= 1.26.6
2020
watchdog >= 3.0.0

0 commit comments

Comments
 (0)