From 64eb3a2fe22e04526f65afcc3cf2bf78abfa5a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 01:33:59 +0000 Subject: [PATCH] build(deps): update tomli requirement from >=1.1.0 to >=2.4.1 Updates the requirements on [tomli](https://github.com/hukkin/tomli) to permit the latest version. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/1.1.0...2.4.1) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 81a613b..0e68c25 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx myst-parser -tomli >= 1.1.0 ; python_version < "3.11" +tomli >= 2.4.1 ; python_version < "3.11" requests==2.32.4 #sphinx_rtd_theme==1.0.0 #ipython==7.31.1