Skip to content

Commit 342b66e

Browse files
committed
update uvicorn
1 parent 7e06661 commit 342b66e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stac_fastapi/elasticsearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"httpx>=0.24.0,<0.28.0",
2525
],
2626
"docs": ["mkdocs~=1.4.0", "mkdocs-material~=9.0.0", "pdocs~=1.2.0"],
27-
"server": ["uvicorn[standard]~=0.19.0"],
27+
"server": ["uvicorn[standard]~=0.23.0"],
2828
}
2929

3030
setup(

stac_fastapi/opensearch/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"httpx>=0.24.0,<0.28.0",
2525
],
2626
"docs": ["mkdocs~=1.4.0", "mkdocs-material~=9.0.0", "pdocs~=1.2.0"],
27-
"server": ["uvicorn[standard]~=0.19.0"],
27+
"server": ["uvicorn[standard]~=0.23.0"],
2828
}
2929

3030
setup(

0 commit comments

Comments
 (0)