File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 36
36
password : ${{ secrets.GITHUB_TOKEN }}
37
37
38
38
- name : Build and push Docker image
39
- uses : docker/build-push-action@v3.2 .0
39
+ uses : docker/build-push-action@v4.0 .0
40
40
with :
41
41
context : devops
42
42
build-args : PYTHON_VERSION=${{ matrix.python_version }}
66
66
password : ${{ secrets.GITHUB_TOKEN }}
67
67
68
68
- name : Build and push Docker image
69
- uses : docker/build-push-action@v3.2 .0
69
+ uses : docker/build-push-action@v4.0 .0
70
70
with :
71
71
context : devops
72
72
build-args : MSSQL_VERSION=${{ matrix.mssql_version }}
Original file line number Diff line number Diff line change 21
21
- id : mixed-line-ending
22
22
- id : check-docstring-first
23
23
- repo : ' https://github.com/adrienverge/yamllint'
24
- rev : v1.28 .0
24
+ rev : v1.31 .0
25
25
hooks :
26
26
- id : yamllint
27
27
args :
@@ -32,13 +32,13 @@ repos:
32
32
hooks :
33
33
- id : absolufy-imports
34
34
- repo : ' https://github.com/hadialqattan/pycln'
35
- rev : v2.1.2
35
+ rev : v2.1.3
36
36
hooks :
37
37
- id : pycln
38
38
args :
39
39
- ' --all'
40
40
- repo : ' https://github.com/pycqa/isort'
41
- rev : 5.10.1
41
+ rev : 5.12.0
42
42
hooks :
43
43
- id : isort
44
44
args :
50
50
- ' --python-version'
51
51
- ' 39'
52
52
- repo : ' https://github.com/psf/black'
53
- rev : 22.10 .0
53
+ rev : 23.3 .0
54
54
hooks :
55
55
- id : black
56
56
args :
78
78
stages :
79
79
- manual
80
80
- repo : ' https://github.com/pre-commit/mirrors-mypy'
81
- rev : v0.991
81
+ rev : v1.2.0
82
82
hooks :
83
83
- id : mypy
84
84
args :
Original file line number Diff line number Diff line change 1
1
pytest==7.1.3
2
2
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
5
5
pytest-dotenv==0.5.2
6
6
dbt-tests-adapter~=1.4.5
7
7
-e .
You can’t perform that action at this time.
0 commit comments