Skip to content

Commit 9b9c3cc

Browse files
build(deps): bump jinja2 from 3.1.5 to 3.1.6 (#298)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 4c784f8 commit 9b9c3cc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: doc/changelog.d/298.dependencies.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bump jinja2 from 3.1.5 to 3.1.6

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=42.0",
44
"GitPython==3.1.44",
5-
"Jinja2==3.1.5",
5+
"Jinja2==3.1.6",
66
"reuse==5.0.2",
77
"requests==2.32.3",
88
"semver==3.0.4",

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def run(self):
7070
install_requires=[
7171
"GitPython==3.1.44",
7272
"importlib-metadata==8.6.1",
73-
"Jinja2==3.1.5",
73+
"Jinja2==3.1.6",
7474
"reuse==5.0.2",
7575
"requests==2.32.3",
7676
"semver==3.0.4",

0 commit comments

Comments
 (0)