Skip to content

Commit 2791bde

Browse files
Bump jinja2 from 3.1.4 to 3.1.5 in /pctiler (microsoft#244)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 155f5f6 commit 2791bde

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pctiler/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ importlib-metadata==7.1.0
8080
# via rasterio
8181
importlib-resources==6.4.0
8282
# via matplotlib
83-
jinja2==3.1.4
83+
jinja2==3.1.5
8484
# via
8585
# pctiler (pctiler/setup.py)
8686
# titiler-core

pctiler/requirements-server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ importlib-metadata==7.1.0
8686
# via rasterio
8787
importlib-resources==6.4.0
8888
# via matplotlib
89-
jinja2==3.1.4
89+
jinja2==3.1.5
9090
# via
9191
# pctiler (pctiler/setup.py)
9292
# titiler-core

pctiler/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
inst_reqs: List[str] = [
88
"fastapi-slim==0.111.0",
99
"geojson-pydantic==1.1.0",
10-
"jinja2==3.1.4",
10+
"jinja2==3.1.5",
1111
"pystac==1.10.1",
1212
"planetary-computer==1.0.0",
1313
"rasterio==1.3.10",

0 commit comments

Comments
 (0)