Skip to content

Commit

Permalink
Update jinja2 requirement from <=3.1.4,>=3.1 to >=3.1,<=3.1.5
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.1.0...3.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent c494b2d commit 30286f0
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 @@ -48,7 +48,7 @@ dependencies = [
"dynaconf>=3.1.12,<3.3.0",
"gunicorn>=20.1,<23.1.0",
"importlib-metadata>=6.0.1,<=6.0.1", # Pinned to fix opentelemetry dependency solving issues with pip
"jinja2>=3.1,<=3.1.4",
"jinja2>=3.1,<=3.1.5",
"json_stream>=2.3.2,<2.4",
"jq>=1.6.0,<1.9.0",
"PyOpenSSL<25.0",
Expand Down

0 comments on commit 30286f0

Please sign in to comment.