Skip to content

Commit

Permalink
Security patching (#219)
Browse files Browse the repository at this point in the history
* Security patching

Near-SLA security updates

* fixup
  • Loading branch information
mmcfarland authored Jun 12, 2024
1 parent dc022d4 commit 034b9c3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pccommon/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ azure-core==1.30.1
# opencensus-ext-azure
azure-data-tables==12.5.0
# via pccommon (pccommon/setup.py)
azure-identity==1.16.0
azure-identity==1.16.1
# via
# opencensus-ext-azure
# pccommon (pccommon/setup.py)
Expand Down
2 changes: 1 addition & 1 deletion pccommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"opencensus-ext-azure==1.1.13",
"opencensus-ext-logging==0.1.1",
"orjson>=3.10.4",
"azure-identity==1.16.0",
"azure-identity==1.16.1",
"azure-data-tables==12.5.0",
"azure-storage-blob>=12.20.0",
"pydantic>=1.10, <2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion pcstac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stac-fastapi.types==2.4.8",
"orjson==3.10.4",
# Required due to some imports related to pypgstac CLI usage in startup script
"pypgstac[psycopg]~=0.7",
"pypgstac[psycopg]>=0.7.10,<0.8",
"pystac==1.10.1",
]

Expand Down
3 changes: 2 additions & 1 deletion pctiler/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ rasterio==1.3.10
# rio-tiler
# supermercado
# titiler-core
requests==2.31.0
requests==2.32.2
# via
# pctiler (pctiler/setup.py)
# planetary-computer
# pystac-client
rio-tiler==4.1.13
Expand Down
3 changes: 2 additions & 1 deletion pctiler/requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,9 @@ rasterio==1.3.10
# rio-tiler
# supermercado
# titiler-core
requests==2.31.0
requests==2.32.2
# via
# pctiler (pctiler/setup.py)
# planetary-computer
# pystac-client
rio-tiler==4.1.13
Expand Down
1 change: 1 addition & 0 deletions pctiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"botocore==1.34.123",
"pydantic==1.10.14",
"idna>=3.7.0",
"requests==2.32.2",
# titiler-pgstac
"psycopg[binary,pool]",
"titiler.pgstac==0.2.4",
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ cachetools<=4.2.
pytest==7.*
pytest-asyncio==0.18.*
httpx>=0.22.0
json-schema<4.18.0 # https://github.com/stac-utils/pystac/issues/1186

pip-tools
# Mypy types
types-python-dateutil
Expand Down

0 comments on commit 034b9c3

Please sign in to comment.