Skip to content

Commit

Permalink
Merge pull request #78 from pyiron/dependabot/pip/jinja2-3.0.1
Browse files Browse the repository at this point in the history
Bump jinja2 from 3.0.0 to 3.0.1
  • Loading branch information
jan-janssen committed May 25, 2021
2 parents 5c681ef + 3f50222 commit 234f0f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
- codacy-coverage
- pandas =1.2.4
- pyyaml =5.4.1
- jinja2 =3.0.0
- jinja2 =3.0.1
- paramiko =2.7.2
- tqdm =4.60.0
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==3.0.0',
'jinja2==3.0.1',
'pandas==1.2.4',
'paramiko==2.7.2',
'pyyaml==5.4.1',
Expand Down

0 comments on commit 234f0f9

Please sign in to comment.