Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 3f44586

Browse files
authored
Merge pull request #58 from supabase-community/j0/bump_version
chore: bump version and lockfile
2 parents 06fb6f5 + 4d3a781 commit 3f44586

File tree

5 files changed

+405
-296
lines changed

5 files changed

+405
-296
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
11+
python-version: [3.8, 3.9, "3.10", "3.11"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Clone Repository
@@ -20,9 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121

2222
- name: Set up Poetry
23-
uses: abatilo/actions-poetry@v2.1.4
23+
uses: abatilo/actions-poetry@v2.2.0
2424
with:
25-
poetry-version: 1.2.0b1
25+
poetry-version: 1.3.0
2626

2727
- name: Run Tests
2828
run: make run_tests

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
args: ["--fix=lf"]
1010

1111
- repo: https://github.com/pycqa/isort
12-
rev: 5.10.1
12+
rev: 5.12.0
1313
hooks:
1414
- id: isort
1515
args:
@@ -35,7 +35,7 @@ repos:
3535
]
3636

3737
- repo: https://github.com/psf/black
38-
rev: "22.3.0"
38+
rev: "23.1.0"
3939
hooks:
4040
- id: black
4141

0 commit comments

Comments
 (0)