Skip to content

Commit 76d8465

Browse files
Bump jinja2 from 3.1.3 to 3.1.4 (lbl-srg#552)
* Bump jinja2 from 3.1.3 to 3.1.4 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Bumped version of Jinja --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Wetter <[email protected]>
1 parent b8b0324 commit 76d8465

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555
docutils==0.17.1 \
5656
Babel==2.7.0 \
5757
requests==2.27.0 \
58-
Jinja2==3.1.3 \
58+
Jinja2==3.1.4 \
5959
latexcodec==1.0.7 \
6060
pybtex==0.24.0
6161
pybtex-docutils==1.0.1 \

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Core.
2-
Jinja2==3.1.3
2+
Jinja2==3.1.4
33
gitpython>=3.1.33; python_version>='3.8'
44
--only-binary matplotlib==3.5.1; python_version>='3.8'
55
--only-binary numpy==1.21.4; python_version>='3.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
python_requires='>=3.8',
3535
install_requires=[
3636
'gitpython>=3.1.33',
37-
'jinja2>=3.1.3',
37+
'jinja2>=3.1.4',
3838
'matplotlib>=3.5',
3939
'numpy>=1.21',
4040
'scipy>=1.7',

0 commit comments

Comments
 (0)