From 8d0d0277529dbb6a55634b067c8487773599271a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 19:43:36 +0000 Subject: [PATCH] Update documenteer requirement from >=1.0.0a10 to >=2.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/1.0.0a10...2.3.0) --- updated-dependencies: - dependency-name: documenteer dependency-version: 2.3.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 b9cd22a..b5454e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -documenteer[technote]>=1.0.0a10 +documenteer[technote]>=2.3.0