Skip to content

Commit be2bc62

Browse files
Update jinja2 requirement from <3.1 to <3.2
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version. - [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.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dad4372 commit be2bc62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ docs = [
4848
"ipython>=7.32.0",
4949
"recommonmark",
5050
"sphinx-markdown-builder",
51-
"Jinja2<3.1",
51+
"Jinja2<3.2",
5252
"sphinx-copybutton",
5353
]
5454

python/dev_require.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ pypandoc
3131
ipython==8.10.0
3232
recommonmark
3333
sphinx-markdown-builder
34-
Jinja2 < 3.1, >= 2.11.3
34+
Jinja2 >= 2.11.3, < 3.2
3535
sphinx-copybutton
3636

python/require.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ pypandoc
3030
ipython==8.10.0
3131
recommonmark
3232
sphinx-markdown-builder
33-
Jinja2 < 3.1, >= 2.11.3
33+
Jinja2 >= 2.11.3, < 3.2
3434
sphinx-copybutton
3535

0 commit comments

Comments
 (0)