Skip to content

Commit

Permalink
Bump min version of jinja2 (#26866)
Browse files Browse the repository at this point in the history
We use the `dumps` kwarg, which was added in 3.0 of jinja2.

(cherry picked from commit 4fa476b)
  • Loading branch information
jedcunningham authored and ephraimbuddy committed Oct 18, 2022
1 parent 2cc75da commit 0007186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -119,7 +119,7 @@ install_requires =
importlib_metadata>=1.7;python_version<"3.9"
importlib_resources>=5.2;python_version<"3.9"
itsdangerous>=2.0
jinja2>=2.10.1
jinja2>=3.0.0
jsonschema>=3.2.0
lazy-object-proxy
linkify-it-py>=2.0.0
Expand Down

0 comments on commit 0007186

Please sign in to comment.