Skip to content

Commit

Permalink
Bump jinja2 from 3.0.3 to 3.1.3 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent d2ba8c4 commit f38ee8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ pytest>=3.5.0

# docs
sphinx==7.2.6
jinja2==3.0.3
jinja2==3.1.3
sphinx_rtd_theme==2.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ pytest-cov>=2.8.1

# docs
sphinx==7.2.6
jinja2==3.0.3
jinja2==3.1.3
sphinx_rtd_theme==2.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'OptimalTransport': ['pot'],
}
extras['tests'] = list(chain(*extras.values(), ['pytest>=3.5', 'pytest-cov>=2.8.1']))
extras['docs'] = ['sphinx', 'jinja2<3.1.0', 'sphinx_rtd_theme']
extras['docs'] = ['sphinx', 'jinja2>3.1.0', 'sphinx_rtd_theme']
extras['all'] = list(set(chain(*extras.values())))

setup(name='aif360',
Expand Down

0 comments on commit f38ee8b

Please sign in to comment.