Skip to content

Commit

Permalink
Update jinja2 requirement from <3.1 to <3.2
Browse files Browse the repository at this point in the history
Updates the requirements on [jinja2](https://github.com/pallets/jinja) to permit the latest version.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@2.0rc1...3.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent da00210 commit ec4155e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = {file = "LICENSE"}
requires-python = ">=3.8"
dependencies = [
"datalad>=0.13.5,!=0.17.3,!=0.17.0,!=0.16.1",
"jinja2 < 3.1",
"jinja2 < 3.2",
"numpy",
"pandas",
"pybids",
Expand Down

0 comments on commit ec4155e

Please sign in to comment.