From b4d791b19bd641dd8a95687628459cc8d60ddd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:55:20 +0000 Subject: [PATCH] build(deps): update mkdocs-rss-plugin requirement 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.16.0...1.17.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 0e2292c..2d227f9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ pre-commit>=3.8,<4 mkdocs-glightbox>=0.3,<0.5 mkdocs-redirects>=1.2.2,<1.3 -mkdocs-rss-plugin>=1.16,<1.17 +mkdocs-rss-plugin>=1.16,<1.18