Skip to content

Commit

Permalink
Bump idna to 3.7 (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghidalgo3 authored Apr 19, 2024
1 parent 15e99db commit 69fb80c
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 9 deletions.
3 changes: 2 additions & 1 deletion pccommon/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ googleapis-common-protos==1.63.0
# via google-api-core
html-sanitizer==2.4.0
# via pccommon (pccommon/setup.py)
idna==3.6
idna==3.7
# via
# anyio
# pccommon (pccommon/setup.py)
# requests
isodate==0.6.1
# via
Expand Down
1 change: 1 addition & 0 deletions pccommon/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"types-cachetools==4.2.9",
"pyhumps==3.5.3",
"redis==4.2.0-rc1",
"idna>=3.7.0",
"html-sanitizer==2.4",
# Soon available as lxml[html_clean]
"lxml_html_clean==0.1.0",
Expand Down
6 changes: 4 additions & 2 deletions pcstac/requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ h11==0.14.0
# via uvicorn
httptools==0.6.1
# via uvicorn
idna==3.6
# via anyio
idna==3.7
# via
# anyio
# pcstac (pcstac/setup.py)
iso8601==1.1.0
# via stac-fastapi-types
lark==0.12.0
Expand Down
1 change: 1 addition & 0 deletions pcstac/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Runtime requirements.
inst_reqs = [
"idna>=3.7.0",
"stac-fastapi.api==2.4.8",
"stac-fastapi.extensions==2.4.8",
"stac-fastapi.pgstac==2.4.9",
Expand Down
3 changes: 2 additions & 1 deletion pctiler/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,11 @@ httpx==0.27.0
# via
# cogeo-mosaic
# rio-tiler
idna==3.6
idna==3.7
# via
# anyio
# httpx
# pctiler (pctiler/setup.py)
# requests
jinja2==3.0.3
# via
Expand Down
3 changes: 2 additions & 1 deletion pctiler/requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,11 @@ httpx==0.27.0
# via
# cogeo-mosaic
# rio-tiler
idna==3.6
idna==3.7
# via
# anyio
# httpx
# pctiler (pctiler/setup.py)
# requests
jinja2==3.0.3
# via
Expand Down
1 change: 1 addition & 0 deletions pctiler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"boto3==1.34.71",
"botocore==1.34.71",
"pydantic==1.10.14",
"idna>=3.7.0",
# titiler-pgstac
"psycopg[binary,pool]",
"titiler.pgstac==0.2.4",
Expand Down
4 changes: 0 additions & 4 deletions scripts/generate-requirements
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

set -e

if [[ "${CI}" ]]; then
set -x
fi

echo "== Generating requirements.txt ..."
pip_compile_options="--emit-index-url --annotate --verbose"

Expand Down

0 comments on commit 69fb80c

Please sign in to comment.