Skip to content

Commit

Permalink
fix: address dependabot alert 4 (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaransweet authored Aug 8, 2024
1 parent b8ac115 commit 7769c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingest_api/runtime/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Waiting for https://github.com/stac-utils/stac-pydantic/pull/116 and 117
cryptography>=42.0.5
ddbcereal==2.1.1
fastapi<=0.108.0
fastapi>=0.109.1
fsspec==2023.3.0
mangum>=0.15.0
orjson>=3.6.8
Expand Down
2 changes: 1 addition & 1 deletion ingest_api/runtime/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_environ():
os.environ["RASTER_URL"] = "https://test-raster.url"
os.environ["USERPOOL_ID"] = "fake_id"
os.environ["STAGE"] = "testing"
os.environ["ROOT_PATH"] = "/"
os.environ["ROOT_PATH"] = ""
os.environ["COGNITO_DOMAIN"] = "https://test-cognito.url"


Expand Down

0 comments on commit 7769c01

Please sign in to comment.