Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 17, 2021
1 parent eb6f5e2 commit 7c89b25
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 @@ -29,7 +29,7 @@
keywords='pysqa',
packages=find_packages(exclude=["*tests*"]),
install_requires=['defusedxml==0.7.1',
'jinja2==2.11.3',
'jinja2==3.0.0',
'pandas==1.2.4',
'paramiko==2.7.2',
'pyyaml==5.4.1',
Expand Down

0 comments on commit 7c89b25

Please sign in to comment.