From 5995be8b6a2f671dc9b781b60c111453d58a2725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:19:10 +0530 Subject: [PATCH] Dependencies: Bump mkdocs from 1.6.0 to 1.6.1 (#568) Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dad21467..e9a19ecb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # This file contains the direct dependencies required for building the docs # To install them all run 'pip install -r requirements.txt' in the same directory -mkdocs == 1.6.0 +mkdocs == 1.6.1 mkdocs-material == 9.5.34 mkdocs-redirects == 1.2.1