Skip to content

Commit

Permalink
Bump jinja2 from 3.1.4 to 3.1.5
Browse files Browse the repository at this point in the history
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.4 to 3.1.5.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mikeylockwood committed Dec 27, 2024
1 parent cf8c8b3 commit 37b824f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ isort==5.13.2
# via -r requirements/requirements-dev.in
jedi==0.19.1
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/requirements-base.in
# govuk-frontend-jinja
Expand Down
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ idna==3.8
# via requests
importlib-metadata==6.11.0
# via opentelemetry-api
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements/requirements-base.in
# govuk-frontend-jinja
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-base.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Authlib==1.3.2
Django==5.1.*
Jinja2==3.1.4
Jinja2==3.1.5
asn1crypto~=1.5 # endesive sub-dependency
attrs~=23.2 # endesive sub-dependency
boto3==1.35.20
Expand Down

0 comments on commit 37b824f

Please sign in to comment.