Skip to content

Commit

Permalink
Bump jinja2 from 2.10.1 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.10.1...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent f8b52fe commit 80c3118
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 @@ -42,7 +42,7 @@ def gen_data_files(*dirs):
description='Framework for building data pipelines',
author='Cargill Inc',
url='https://cargill.github.io/',
install_requires=['jinja2==2.10.1', 'pyyaml>=4.2b1', 'pytest<=3.3.1', 'pylint<=1.8.1'],
install_requires=['jinja2==3.1.3', 'pyyaml>=4.2b1', 'pytest<=3.3.1', 'pylint<=1.8.1'],
packages=['pipewrench'],
test_suite='setup.pipewrench_test_suite',
scripts=['pipewrench-merge'],
Expand Down

0 comments on commit 80c3118

Please sign in to comment.