diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-06-07 12:14:08 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@googlemail.com> | 2022-01-27 13:50:04 +0100 |
commit | e94f5a9698c5c9e0387e061e297f11a58f712788 (patch) | |
tree | c7e33008e06271b1c452038531e7a882bb38a4e1 /setup.py | |
parent | 73a51f9b4bf4fe01be21f851d7f3c757e1cbafc8 (diff) |
Bump jinja2 from 2.10.3 to 2.11.3 (#94)
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ setup( install_requires=[ 'click==6.7', 'antlr4-python3-runtime==4.7.1', - 'jinja2==2.10.3', + 'jinja2==2.11.3', 'path.py==11.0.1', 'pyyaml==5.1', 'typing==3.6.4', |