From ce9350c003ea312facb96c94ca0bb334e1d82774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 10:22:34 +0000 Subject: [PATCH] Update mkdocs-rss-plugin requirement from <1.9,>=1.8 to >=1.8,<1.11 Updates the requirements on [mkdocs-rss-plugin](https://github.com/Guts/mkdocs-rss-plugin) to permit the latest version. - [Release notes](https://github.com/Guts/mkdocs-rss-plugin/releases) - [Changelog](https://github.com/Guts/mkdocs-rss-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/Guts/mkdocs-rss-plugin/compare/1.8.0...1.10.0) --- updated-dependencies: - dependency-name: mkdocs-rss-plugin 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 0d03aed38d..9a8ccb14cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,5 +17,5 @@ mkdocs-glightbox>=0.3,<0.4 mkdocs-macros-plugin>=0.5,<1.1 mkdocs-minify-plugin<0.8 mkdocs-redirects<1.3 -mkdocs-rss-plugin>=1.8,<1.9 +mkdocs-rss-plugin>=1.8,<1.11 termynal>=0.10,<1