From c562299f6530d7381dfd38666ac3b49822d0721d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 20:47:54 +0000 Subject: [PATCH] Update documenteer[guide] requirement from <1 to <2 Updates the requirements on [documenteer[guide]](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/0.1.0...1.0.1) --- updated-dependencies: - dependency-name: documenteer[guide] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 681be90..113ffc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "pre-commit", "mypy", # Documentation - "documenteer[guide]<1", + "documenteer[guide]<2", "scriv", ]