Skip to content

Commit 89d81a5

Browse files
chore(deps): bump jinja2 from 3.1.5 to 3.1.6 (#18)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0e317c commit 89d81a5

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
@@ -35,7 +35,7 @@ dependencies = [
3535
"idna==3.7",
3636
"importlib-resources==6.4.3",
3737
"itsdangerous==2.2.0",
38-
"jinja2==3.1.5",
38+
"jinja2==3.1.6",
3939
"limits==3.13.0",
4040
"markdown-it-py==3.0.0",
4141
"markupsafe==3.0.2",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ importlib-resources==6.4.3
114114
# limits
115115
itsdangerous==2.2.0
116116
# via oleapi (pyproject.toml)
117-
jinja2==3.1.5
117+
jinja2==3.1.6
118118
# via oleapi (pyproject.toml)
119119
limits==3.13.0
120120
# via oleapi (pyproject.toml)

0 commit comments

Comments
 (0)