Skip to content

Commit 731d7a2

Browse files
authored
Upgrade jinja2 and requests (#263)
* Upgrade requests and jinja2 * upgrade func requests version
1 parent 3aaac9d commit 731d7a2

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

pccommon/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

pcfuncs/requirements-deploy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
azure-functions
88

9-
requests==2.32.3
9+
requests==2.32.4
1010
aiohttp==3.9.5
1111
dateutils==0.6.12
1212
mercantile==1.2.1

pcfuncs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
azure-functions
88

9-
requests==2.32.3
9+
requests==2.32.4
1010
aiohttp==3.9.5
1111
dateutils==0.6.12
1212
mercantile==1.2.1

pctiler/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

pctiler/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

pctiler/requirements-server.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)