Skip to content

Commit

Permalink
[noissue]: Update jinja2 requirement from <=3.1.3,>=3.1 to >=3.1,<=3.1.4
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.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mdellweg committed May 7, 2024
1 parent aac4ded commit dca6faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ drf-spectacular==0.26.5 # We monkeypatch this so we need a very narrow requirem
dynaconf>=3.1.12,<3.2.6
gunicorn>=20.1,<22.1.0
importlib-metadata>=6.0.1,<=6.0.1 # Pinned to fix opentelemetry dependency solving issues with pip
jinja2>=3.1,<=3.1.3
jinja2>=3.1,<=3.1.4
json_stream>=2.3.2,<2.4
jq>=1.6.0,<1.8.0
PyOpenSSL<25.0
Expand Down

0 comments on commit dca6faf

Please sign in to comment.