Skip to content

Commit 302a44f

Browse files
authored
Upgrade stac urllib3 (#229)
1 parent cfaf0a8 commit 302a44f

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

pccommon/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ typing-extensions==4.10.0
151151
# azure-storage-blob
152152
# pydantic
153153
# starlette
154-
urllib3==2.2.1
154+
urllib3==2.2.2
155155
# via
156156
# pccommon (pccommon/setup.py)
157157
# requests

pctiler/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ attrs==23.2.0
1818
# morecantile
1919
# rasterio
2020
# rio-tiler
21-
boto3==1.34.123
21+
boto3==1.34.136
2222
# via
2323
# pctiler (pctiler/setup.py)
2424
# rio-tiler
25-
botocore==1.34.123
25+
botocore==1.34.136
2626
# via
2727
# boto3
2828
# pctiler (pctiler/setup.py)

pctiler/requirements-server.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ attrs==23.2.0
2121
# morecantile
2222
# rasterio
2323
# rio-tiler
24-
boto3==1.34.123
24+
boto3==1.34.136
2525
# via
2626
# pctiler (pctiler/setup.py)
2727
# rio-tiler
28-
botocore==1.34.123
28+
botocore==1.34.136
2929
# via
3030
# boto3
3131
# pctiler (pctiler/setup.py)
@@ -251,7 +251,7 @@ typing-extensions==4.10.0
251251
# psycopg-pool
252252
# pydantic
253253
# starlette
254-
urllib3==1.26.18
254+
urllib3==1.26.19
255255
# via
256256
# botocore
257257
# requests

pctiler/setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,16 @@
1313
"titiler.core==0.10.2",
1414
"titiler.mosaic==0.10.2",
1515
"pillow==10.3.0",
16-
"boto3==1.34.123",
17-
"botocore==1.34.123",
16+
"boto3==1.34.136",
17+
"botocore==1.34.136",
1818
"pydantic==1.10.14",
1919
"idna>=3.7.0",
2020
"requests==2.32.2",
2121
# titiler-pgstac
2222
"psycopg[binary,pool]",
2323
"titiler.pgstac==0.2.4",
24-
2524
# colormap dependencies
2625
"matplotlib==3.9.0",
27-
2826
"orjson==3.10.4",
2927
"importlib_resources>=1.1.0;python_version<'3.9'",
3028
]

0 commit comments

Comments
 (0)