Skip to content

Commit

Permalink
Eliminate deprecation warnings in Python 3.7+ (#904)
Browse files Browse the repository at this point in the history
With this commit we upgrade Jinja2 from version 2.10.1 to 2.10.3. Prior
to that version, Jinja2 has used API that has been deprecated in Python
3.7 and thus emitted warnings.
  • Loading branch information
danielmitterdorfer authored Feb 19, 2020
1 parent 047b0ff commit 97d0e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def str_from_file(name):
"jsonschema==3.1.1",
# License: BSD
# transitive dependency Markupsafe: BSD
"Jinja2==2.10.1",
"Jinja2==2.10.3",
# License: MIT
"thespian==3.9.3",
# recommended library for thespian to identify actors more easily with `ps`
Expand Down

0 comments on commit 97d0e85

Please sign in to comment.