File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies = [
2424 " pydantic>=2.7" ,
2525 " pyhumps>=3.5.3" ,
2626 " redis>=4.6.0" ,
27- " requests>=2.32.3 " ,
27+ " requests>=2.32.4 " ,
2828 " starlette>=0.37.2" ,
2929 " types-cachetools>=4.2.9" ,
3030 " urllib3>=2.2.2" ,
Original file line number Diff line number Diff line change 66
77azure-functions
88
9- requests==2.32.3
9+ requests==2.32.4
1010aiohttp==3.9.5
1111dateutils==0.6.12
1212mercantile==1.2.1
Original file line number Diff line number Diff line change 66
77azure-functions
88
9- requests == 2.32.3
9+ requests == 2.32.4
1010aiohttp == 3.9.5
1111dateutils == 0.6.12
1212mercantile == 1.2.1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies = [
1313 " geojson-pydantic==1.1.0" ,
1414 " idna>=3.7.0" ,
1515 " importlib_resources>=1.1.0;python_version<'3.9'" ,
16- " jinja2== 3.1.5 " ,
16+ " jinja2>= 3.1.6 " ,
1717 " matplotlib==3.9.0" ,
1818 " orjson==3.10.4" ,
1919 " pillow==10.3.0" ,
@@ -22,7 +22,7 @@ dependencies = [
2222 " pydantic>=2.7,<2.8" ,
2323 " pystac==1.10.1" ,
2424 " rasterio==1.3.10" ,
25- " requests== 2.32.3 " ,
25+ " requests>= 2.32.4 " ,
2626 " titiler.core==0.18.3" ,
2727 " titiler.mosaic==0.18.3" ,
2828 " titiler.pgstac==1.3.0" ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ idna==3.10
8181 # httpx
8282 # pctiler (pctiler/pyproject.toml)
8383 # requests
84- jinja2 == 3.1.5
84+ jinja2 == 3.1.6
8585 # via
8686 # pctiler (pctiler/pyproject.toml)
8787 # titiler-core
@@ -187,7 +187,7 @@ referencing==0.36.2
187187 # via
188188 # jsonschema
189189 # jsonschema-specifications
190- requests == 2.32.3
190+ requests == 2.32.4
191191 # via
192192 # pctiler (pctiler/pyproject.toml)
193193 # planetary-computer
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ idna==3.10
8787 # httpx
8888 # pctiler (pctiler/pyproject.toml)
8989 # requests
90- jinja2==3.1.5
90+ jinja2==3.1.6
9191 # via
9292 # pctiler (pctiler/pyproject.toml)
9393 # titiler-core
@@ -196,7 +196,7 @@ referencing==0.36.2
196196 # via
197197 # jsonschema
198198 # jsonschema-specifications
199- requests==2.32.3
199+ requests==2.32.4
200200 # via
201201 # pctiler (pctiler/pyproject.toml)
202202 # planetary-computer
You can’t perform that action at this time.
0 commit comments