Skip to content

Commit aea8015

Browse files
authored
Merge pull request #194 from supabase-community/bump-deps
feat: use storage3 client and bump deps
2 parents 38ed4d3 + 90835f1 commit aea8015

14 files changed

+332
-839
lines changed

Diff for: .github/workflows/ci.yml

+20-15
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,27 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.7, 3.8, 3.9, '3.10']
11+
python-version: [3.7, 3.8, 3.9, "3.10"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
14-
- name: Clone Repository
15-
uses: actions/checkout@v2
16-
- name: Set up Python ${{ matrix.python-version }}
17-
uses: actions/setup-python@v2
18-
with:
19-
python-version: ${{ matrix.python-version }}
20-
- name: Set up Poetry
21-
uses: abatilo/[email protected]
22-
with:
23-
poetry-version: 1.1.12
24-
- name: Run Tests
25-
run: make run_tests
26-
- name: Upload Coverage
27-
uses: codecov/codecov-action@v1
14+
- name: Clone Repository
15+
uses: actions/checkout@v2
16+
17+
- name: Set up Python ${{ matrix.python-version }}
18+
uses: actions/setup-python@v2
19+
with:
20+
python-version: ${{ matrix.python-version }}
21+
22+
- name: Set up Poetry
23+
uses: abatilo/[email protected]
24+
with:
25+
poetry-version: 1.2.0b1
26+
27+
- name: Run Tests
28+
run: make run_tests
29+
30+
- name: Upload Coverage
31+
uses: codecov/codecov-action@v1
2832

2933
publish:
3034
needs: test
@@ -37,6 +41,7 @@ jobs:
3741
with:
3842
ref: ${{ github.ref }}
3943
fetch-depth: 0
44+
4045
- name: Python Semantic Release
4146
uses: relekang/python-semantic-release@master
4247
with:

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ repos:
3434
"--ignore-init-module-imports",
3535
]
3636

37-
- repo: https://github.com/ambv/black
38-
rev: 21.12b0
37+
- repo: https://github.com/psf/black
38+
rev: "22.3.0"
3939
hooks:
4040
- id: black
4141

0 commit comments

Comments
 (0)