Skip to content

Commit

Permalink
Remove Jinja2 version pinning
Browse files Browse the repository at this point in the history
It was introduced in response to #821,
but the underlying issue seems resolved (no import error during linkcheck).
An upgrade is necessary because of a vulnerability report in Jinja2, which was
patched in version 3.1.3.
Vulnerability report: https://github.com/datalad-handbook/book/security/dependabot/1
  • Loading branch information
adswa committed Jan 30, 2024
1 parent d4a4172 commit b068f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ chardet
docutils
idna
imagesize
Jinja2 < 3.1
Jinja2
MarkupSafe
packaging
Pygments
Expand Down

0 comments on commit b068f74

Please sign in to comment.