Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pccommon/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"pydantic>=2.7",
"pyhumps>=3.5.3",
"redis>=4.6.0",
"requests>=2.32.3",
"requests>=2.32.4",
"starlette>=0.37.2",
"types-cachetools>=4.2.9",
"urllib3>=2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion pcfuncs/requirements-deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

azure-functions

requests==2.32.3
requests==2.32.4
aiohttp==3.9.5
dateutils==0.6.12
mercantile==1.2.1
Expand Down
2 changes: 1 addition & 1 deletion pcfuncs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

azure-functions

requests==2.32.3
requests==2.32.4
aiohttp==3.9.5
dateutils==0.6.12
mercantile==1.2.1
Expand Down
4 changes: 2 additions & 2 deletions pctiler/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"geojson-pydantic==1.1.0",
"idna>=3.7.0",
"importlib_resources>=1.1.0;python_version<'3.9'",
"jinja2==3.1.5",
"jinja2>=3.1.6",
"matplotlib==3.9.0",
"orjson==3.10.4",
"pillow==10.3.0",
Expand All @@ -22,7 +22,7 @@ dependencies = [
"pydantic>=2.7,<2.8",
"pystac==1.10.1",
"rasterio==1.3.10",
"requests==2.32.3",
"requests>=2.32.4",
"titiler.core==0.18.3",
"titiler.mosaic==0.18.3",
"titiler.pgstac==1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions pctiler/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ idna==3.10
# httpx
# pctiler (pctiler/pyproject.toml)
# requests
jinja2==3.1.5
jinja2==3.1.6
# via
# pctiler (pctiler/pyproject.toml)
# titiler-core
Expand Down Expand Up @@ -187,7 +187,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via
# pctiler (pctiler/pyproject.toml)
# planetary-computer
Expand Down
4 changes: 2 additions & 2 deletions pctiler/requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ idna==3.10
# httpx
# pctiler (pctiler/pyproject.toml)
# requests
jinja2==3.1.5
jinja2==3.1.6
# via
# pctiler (pctiler/pyproject.toml)
# titiler-core
Expand Down Expand Up @@ -196,7 +196,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via
# pctiler (pctiler/pyproject.toml)
# planetary-computer
Expand Down