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/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ typing-extensions==4.10.0
# azure-storage-blob
# pydantic
# starlette
urllib3==2.2.1
urllib3==2.2.2
# via
# pccommon (pccommon/setup.py)
# requests
Expand Down
4 changes: 2 additions & 2 deletions pctiler/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ attrs==23.2.0
# morecantile
# rasterio
# rio-tiler
boto3==1.34.123
boto3==1.34.136
# via
# pctiler (pctiler/setup.py)
# rio-tiler
botocore==1.34.123
botocore==1.34.136
# via
# boto3
# pctiler (pctiler/setup.py)
Expand Down
6 changes: 3 additions & 3 deletions pctiler/requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==23.2.0
# morecantile
# rasterio
# rio-tiler
boto3==1.34.123
boto3==1.34.136
# via
# pctiler (pctiler/setup.py)
# rio-tiler
botocore==1.34.123
botocore==1.34.136
# via
# boto3
# pctiler (pctiler/setup.py)
Expand Down Expand Up @@ -251,7 +251,7 @@ typing-extensions==4.10.0
# psycopg-pool
# pydantic
# starlette
urllib3==1.26.18
urllib3==1.26.19
# via
# botocore
# requests
Expand Down
6 changes: 2 additions & 4 deletions pctiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@
"titiler.core==0.10.2",
"titiler.mosaic==0.10.2",
"pillow==10.3.0",
"boto3==1.34.123",
"botocore==1.34.123",
"boto3==1.34.136",
"botocore==1.34.136",
"pydantic==1.10.14",
"idna>=3.7.0",
"requests==2.32.2",
# titiler-pgstac
"psycopg[binary,pool]",
"titiler.pgstac==0.2.4",

# colormap dependencies
"matplotlib==3.9.0",

"orjson==3.10.4",
"importlib_resources>=1.1.0;python_version<'3.9'",
]
Expand Down