From c4c1aab74fd65cb5a4d6347a46467196774daa12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 11:38:59 +0000 Subject: [PATCH] build(deps): update jsonfeed-util requirement Updates the requirements on [jsonfeed-util](https://github.com/lukasschwab/jsonfeed) to permit the latest version. - [Release notes](https://github.com/lukasschwab/jsonfeed/releases) - [Commits](https://github.com/lukasschwab/jsonfeed/compare/1.1.2...1.2.0) --- updated-dependencies: - dependency-name: jsonfeed-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 14a76cf..07436a7 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,7 +4,7 @@ # ------- feedparser>=6.0.11,<6.1 -jsonfeed-util>=1.1.2,<1.1.4 +jsonfeed-util>=1.1.2,<1.2.1 mkdocs-material[imaging]>=9.5.47 pytest-cov>=6,<7 validator-collection>=1.5,<1.6