Skip to content

Commit 712df12

Browse files
Bump jinja2 from 3.1.5 to 3.1.6 (#876)
* 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]>
1 parent 32d6c6d commit 712df12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"fastapi-etag==0.4.0",
4646
"more-itertools~=10.6.0",
4747
"itsdangerous",
48-
"Jinja2==3.1.5",
48+
"Jinja2==3.1.6",
4949
"orjson==3.10.15",
5050
"psycopg[binary]==3.2.5",
5151
"pydantic[email]~=2.10.6",

test/unit_tests/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from unittest import mock
33

4-
from deepdiff import DeepDiff # type: ignore
4+
from deepdiff import DeepDiff
55

66

77
def assert_no_diff(expected, actual, exclude_paths=None):

0 commit comments

Comments
 (0)