From 3fe7113db75b1d622e63d4acb3855995b749636f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 01:14:07 +0000 Subject: [PATCH] Update tomlkit requirement in /docs Updates the requirements on [tomlkit](https://github.com/sdispater/tomlkit) to permit the latest version. - [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.10.0...0.11.0) --- updated-dependencies: - dependency-name: tomlkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt old mode 100755 new mode 100644 index 1a6343f..329b1ed --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,7 +6,7 @@ sphinx-autodoc-typehints>=1.17.0,<1.18.0 sphinxcontrib-apidoc>=0.3.0 furo>=2022.1.2 m2r2>=0.3.0,<0.4.0 -tomlkit>=0.10.0,<0.11.0 +tomlkit>=0.10.0,<0.12.0 toml>=0.10.2,<0.11.0 # Dependencies of our project: