We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92de28a commit 8fa5eeaCopy full SHA for 8fa5eea
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Install python dependencies
52
run: |
53
- python -m pip install pytest pytest-asyncio httpx pypgstac==0.7.1 psycopg[pool] brotlipy boto3 pytest-pgsql psycopg2
+ python -m pip install pytest pytest-asyncio httpx pypgstac==0.8.1 psycopg[pool] brotlipy boto3 pytest-pgsql psycopg2
54
55
- name: Test CDK DB Bootstrap
56
working-directory: ./infrastructure/aws
0 commit comments