Skip to content

Commit

Permalink
upgrade feedgen (atom feed lib), fixes #1669
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann authored and UlrichB22 committed Apr 8, 2024
1 parent ead2211 commit c24c561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"Flask-Caching >= 1.2.0", # caching support
"Flask-Theme >= 0.3.6", # theme support
"emeraldtree >= 0.10.0", # xml processing
"feedgen == 0.9.*", # Atom feed
"feedgen >= 0.9.0", # Atom feed
"flatland >= 0.8", # form handling
"Jinja2 >= 3.1.0", # template engine
"markupsafe <= 2.2.0", # safe html and xml
Expand Down

0 comments on commit c24c561

Please sign in to comment.