Skip to content

Commit

Permalink
Bump jinja2 from 3.1.5 to 3.1.6 (#876)
Browse files Browse the repository at this point in the history
* Bump jinja2 from 3.1.5 to 3.1.6

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.5...3.1.6)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Fix mypy

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Peter Boers <[email protected]>
  • Loading branch information
dependabot[bot] and pboers1988 authored Mar 6, 2025
1 parent 32d6c6d commit 712df12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"fastapi-etag==0.4.0",
"more-itertools~=10.6.0",
"itsdangerous",
"Jinja2==3.1.5",
"Jinja2==3.1.6",
"orjson==3.10.15",
"psycopg[binary]==3.2.5",
"pydantic[email]~=2.10.6",
Expand Down
2 changes: 1 addition & 1 deletion test/unit_tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
from unittest import mock

from deepdiff import DeepDiff # type: ignore
from deepdiff import DeepDiff


def assert_no_diff(expected, actual, exclude_paths=None):
Expand Down

0 comments on commit 712df12

Please sign in to comment.