Skip to content

Commit

Permalink
Bump jinja2 from 2.11.3 to 3.1.3
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3.
- [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.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 74f6858 commit 8c1250b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sphinx
docutils
sphinx-autobuild
sphinxcontrib-plantuml
jinja2<3.0
jinja2<4.0
markupsafe<2.1
14 changes: 7 additions & 7 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ colorama==0.4.6
# via sphinx-autobuild
docutils==0.19
# via
# -r requirements.in
# -r docs/requirements.in
# sphinx
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==2.11.3
jinja2==3.1.3
# via
# -r requirements.in
# -r docs/requirements.in
# sphinx
livereload==2.6.3
# via sphinx-autobuild
markupsafe==2.0.1
# via
# -r requirements.in
# -r docs/requirements.in
# jinja2
packaging==23.2
# via sphinx
Expand All @@ -44,11 +44,11 @@ snowballstemmer==2.2.0
# via sphinx
sphinx==5.1.1
# via
# -r requirements.in
# -r docs/requirements.in
# sphinx-autobuild
# sphinxcontrib-plantuml
sphinx-autobuild==2021.3.14
# via -r requirements.in
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
Expand All @@ -58,7 +58,7 @@ sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-plantuml==0.27
# via -r requirements.in
# via -r docs/requirements.in
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"reportlab>=3.6.11,<3.7",
"pyjwt>=2.4.0,<2.5",
"Werkzeug>=1.0,<1.1",
"Jinja2>=2.11,<3.0",
"Jinja2>=2.11,<4.0",
"Click>=8.0.3,<9.0",
"itsdangerous>=1.1,<2.0",
"pymemcache>=4.0,<4.1",
Expand Down

0 comments on commit 8c1250b

Please sign in to comment.