Skip to content

Commit 66085ac

Browse files
Merge pull request #33 from drnextgis/markupsafe
Pin markupsafe version
2 parents 893d6f5 + 99a7204 commit 66085ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/eoapi/raster/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
inst_reqs = [
99
"titiler.pgstac==0.1.0a3",
10-
"jinja2>=2.11.2,<3.0.0",
10+
"jinja2>=3.0,<4.0",
1111
"starlette-cramjam>=0.1.0,<0.2",
1212
"importlib_resources>=1.1.0;python_version<'3.9'",
1313
]

src/eoapi/stac/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"stac-fastapi.types~=2.3",
1111
"stac-fastapi.extensions~=2.3",
1212
"stac-fastapi.pgstac~=2.3",
13-
"jinja2>=2.11.2,<3.0.0",
13+
"jinja2>=3.0,<4.0",
1414
"starlette-cramjam>=0.1.0.a0,<0.2",
1515
"importlib_resources>=1.1.0;python_version<'3.9'",
1616
]

src/eoapi/vector/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"asyncpg",
1414
"stac-pydantic~=2.0",
1515
"geojson-pydantic>=0.3.1,<0.4",
16-
"jinja2>=2.11.2,<3.0.0",
16+
"jinja2>=3.0,<4.0",
1717
"importlib_resources>=1.1.0;python_version<'3.9'",
1818
]
1919

0 commit comments

Comments
 (0)