From 055a167f827a61399cbcdcc9dbae7fc6d6cd7fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:22:57 +0000 Subject: [PATCH] Update documenteer requirement from <3.0,>=2.3.0 to >=2.4.0,<3.0 Updates the requirements on [documenteer](https://github.com/lsst-sqre/documenteer) to permit the latest version. - [Release notes](https://github.com/lsst-sqre/documenteer/releases) - [Changelog](https://github.com/lsst-sqre/documenteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/lsst-sqre/documenteer/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: documenteer dependency-version: 2.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0ae5b73..a7a79cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -documenteer[technote]>=2.3.0,<3.0 +documenteer[technote]>=2.4.0,<3.0