Skip to content

Commit c2c5257

Browse files
authored
fix(upstream): force jsonfeed-util version since it uses a non Python 3.9 syntax, breaking lint and tests (#355)
see: lukasschwab/jsonfeed#15
2 parents c2525f5 + 1947d44 commit c2c5257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# -------
55

66
feedparser>=6.0.11,<6.1
7-
jsonfeed-util>=1.1.2,<2
7+
jsonfeed-util>=1.1.2,<1.1.4
88
mkdocs-material[imaging]>=9.5.47
99
pytest-cov>=6,<7
1010
validator-collection>=1.5,<1.6

0 commit comments

Comments
 (0)