From 6cfcc9048f3ffb519140645454d493552b09fa4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 04:09:25 +0000 Subject: [PATCH] Update third-party-license-file-generator requirement Updates the requirements on [third-party-license-file-generator](https://github.com/ftpsolutions/python-third-party-license-file-generator) to permit the latest version. - [Release notes](https://github.com/ftpsolutions/python-third-party-license-file-generator/releases) - [Commits](https://github.com/ftpsolutions/python-third-party-license-file-generator/compare/2025.6.18...2025.10.23) --- updated-dependencies: - dependency-name: third-party-license-file-generator dependency-version: 2025.10.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 84f655a..e976171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ Sphinx = "~7.4" sphinx-rtd-theme = "~3.0" sphinxcontrib-napoleon = "~0.7" m2r = "~0.3" -third-party-license-file-generator = "~2025.6" +third-party-license-file-generator = "~2025.10" pyinstrument="5.1.0" [tool.pytest.ini_options]