Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 67db652 commit 5d4ecad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/requirements_1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Cython
markupsafe==2.0.1
nbconvert
sphinxcontrib-pseudocode
Jinja2==3.0.0
Jinja2==3.1.3
dataclasses-json
networkx
pandas-profiling
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==1.3.5
pandas-profiling==3.6.6
dataclasses-json==0.5.7
great_expectations==0.15.2
jinja2==3.0.3
jinja2==3.1.3
jsonschema==4.18.0
networkx
networkit==9.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pandas-profiling==3.1.0",
"dataclasses-json==0.5.7",
"great_expectations==0.15.2",
"jinja2==3.0.3",
"jinja2==3.1.3",
"jsonschema==4.18.0",
"networkx",
"ruamel.yaml==0.17.17",
Expand Down

0 comments on commit 5d4ecad

Please sign in to comment.