Skip to content

Commit 3b344ef

Browse files
committed
Merge branch 'master' into copy-for-workflow-schtuff
2 parents d9fd3fe + 4997c6c commit 3b344ef

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/publish-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
password: ${{ secrets.GITHUB_TOKEN }}
3737

3838
- name: Build and push Docker image
39-
uses: docker/build-push-action@v3.2.0
39+
uses: docker/build-push-action@v4.0.0
4040
with:
4141
context: devops
4242
build-args: PYTHON_VERSION=${{ matrix.python_version }}
@@ -66,7 +66,7 @@ jobs:
6666
password: ${{ secrets.GITHUB_TOKEN }}
6767

6868
- name: Build and push Docker image
69-
uses: docker/build-push-action@v3.2.0
69+
uses: docker/build-push-action@v4.0.0
7070
with:
7171
context: devops
7272
build-args: MSSQL_VERSION=${{ matrix.mssql_version }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: mixed-line-ending
2222
- id: check-docstring-first
2323
- repo: 'https://github.com/adrienverge/yamllint'
24-
rev: v1.28.0
24+
rev: v1.31.0
2525
hooks:
2626
- id: yamllint
2727
args:
@@ -32,13 +32,13 @@ repos:
3232
hooks:
3333
- id: absolufy-imports
3434
- repo: 'https://github.com/hadialqattan/pycln'
35-
rev: v2.1.2
35+
rev: v2.1.3
3636
hooks:
3737
- id: pycln
3838
args:
3939
- '--all'
4040
- repo: 'https://github.com/pycqa/isort'
41-
rev: 5.10.1
41+
rev: 5.12.0
4242
hooks:
4343
- id: isort
4444
args:
@@ -50,7 +50,7 @@ repos:
5050
- '--python-version'
5151
- '39'
5252
- repo: 'https://github.com/psf/black'
53-
rev: 22.10.0
53+
rev: 23.3.0
5454
hooks:
5555
- id: black
5656
args:
@@ -78,7 +78,7 @@ repos:
7878
stages:
7979
- manual
8080
- repo: 'https://github.com/pre-commit/mirrors-mypy'
81-
rev: v0.991
81+
rev: v1.2.0
8282
hooks:
8383
- id: mypy
8484
args:

dev_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest==7.1.3
22
twine==4.0.2
3-
wheel==0.38.4
4-
pre-commit==2.20.0
3+
wheel==0.40.0
4+
pre-commit==3.2.0
55
pytest-dotenv==0.5.2
66
dbt-tests-adapter~=1.4.5
77
-e .

0 commit comments

Comments
 (0)