From 4b56c288087717e95cae74e79e903360806efe2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:57:20 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-redirects in the docs group Bumps the docs group with 1 update: [mkdocs-redirects](https://github.com/ProperDocs/properdocs-redirects). Updates `mkdocs-redirects` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/ProperDocs/properdocs-redirects/releases) - [Commits](https://github.com/ProperDocs/properdocs-redirects/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: mkdocs-redirects dependency-version: 1.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: docs ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73ac473..2fbd74f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ # redirects) has no v1.2.3 tag; PyPI's 1.2.3 declares its source as a different repository # created two weeks before it was published. 1.2.2 is the last release whose provenance checks # out. Do not bump without re-checking who publishes it. - "mkdocs-redirects==1.2.2", + "mkdocs-redirects==1.2.3", "mkdocstrings-python==2.0.5", ] # Review tools, kept out of `dev` so CI jobs that never run them do not install them. Nothing here