Skip to content

Commit

Permalink
Bump jinja2 from 3.1.4 to 3.1.5 in /pctiler
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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 155f5f6 commit 1ce38b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pctiler/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ importlib-metadata==7.1.0
# via rasterio
importlib-resources==6.4.0
# via matplotlib
jinja2==3.1.4
jinja2==3.1.5
# via
# pctiler (pctiler/setup.py)
# titiler-core
Expand Down
2 changes: 1 addition & 1 deletion pctiler/requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ importlib-metadata==7.1.0
# via rasterio
importlib-resources==6.4.0
# via matplotlib
jinja2==3.1.4
jinja2==3.1.5
# via
# pctiler (pctiler/setup.py)
# titiler-core
Expand Down
2 changes: 1 addition & 1 deletion pctiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
inst_reqs: List[str] = [
"fastapi-slim==0.111.0",
"geojson-pydantic==1.1.0",
"jinja2==3.1.4",
"jinja2==3.1.5",
"pystac==1.10.1",
"planetary-computer==1.0.0",
"rasterio==1.3.10",
Expand Down

0 comments on commit 1ce38b9

Please sign in to comment.