Skip to content

Commit f38ee8b

Browse files
Bump jinja2 from 3.0.3 to 3.1.3 (#507)
1 parent d2ba8c4 commit f38ee8b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ pytest>=3.5.0
66

77
# docs
88
sphinx==7.2.6
9-
jinja2==3.0.3
9+
jinja2==3.1.3
1010
sphinx_rtd_theme==2.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pytest-cov>=2.8.1
2525

2626
# docs
2727
sphinx==7.2.6
28-
jinja2==3.0.3
28+
jinja2==3.1.3
2929
sphinx_rtd_theme==2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'OptimalTransport': ['pot'],
2727
}
2828
extras['tests'] = list(chain(*extras.values(), ['pytest>=3.5', 'pytest-cov>=2.8.1']))
29-
extras['docs'] = ['sphinx', 'jinja2<3.1.0', 'sphinx_rtd_theme']
29+
extras['docs'] = ['sphinx', 'jinja2>3.1.0', 'sphinx_rtd_theme']
3030
extras['all'] = list(set(chain(*extras.values())))
3131

3232
setup(name='aif360',

0 commit comments

Comments
 (0)