Skip to content

Commit

Permalink
Update jinja2 requirement from <3.1.0 to <3.2.0
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@3.0.3...3.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2022
1 parent cbea6c8 commit 1405aef
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 @@ -59,7 +59,7 @@ docs = [
"sphinxcontrib-openapi",
"myst-parser",
"mistune<3",
"jinja2<3.1.0"
"jinja2<3.2.0"
]
openapi = [
"openapi_core>=0.14.2",
Expand Down

0 comments on commit 1405aef

Please sign in to comment.