Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 84b6097 commit 1b3cce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/fasthtml-demo/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ idna==3.7
# yarl
itsdangerous==2.2.0
# via python-fasthtml
jinja2==3.1.4
jinja2==3.1.5
# via pyvespa
markupsafe==2.1.5
# via jinja2
Expand All @@ -92,6 +92,8 @@ packaging==24.1
# via
# fastcore
# huggingface-hub
propcache==0.2.1
# via yarl
pycparser==2.22
# via cffi
python-dateutil==2.9.0.post0
Expand Down Expand Up @@ -154,5 +156,5 @@ watchfiles==0.23.0
# via uvicorn
websockets==13.0
# via uvicorn
yarl==1.9.4
yarl==1.18.3
# via aiohttp

0 comments on commit 1b3cce4

Please sign in to comment.