File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 34
34
TOXENV : docs
35
35
run : tox
36
36
- name : Archive generated docs
37
- uses : actions/upload-artifact@v4.1 .0
37
+ uses : actions/upload-artifact@v4.3 .0
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change 78
78
TOXENV : ${{ matrix.toxenv }}
79
79
run : tox -- --override-ini='log_cli=True'
80
80
- name : Upload codecov coverage
81
- uses : codecov/codecov-action@v3.1.4
81
+ uses : codecov/codecov-action@v3.1.5
82
82
with :
83
83
files : ./coverage.xml
84
84
flags : ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100
100
TOXENV : cover
101
101
run : tox
102
102
- name : Upload codecov coverage
103
- uses : codecov/codecov-action@v3.1.4
103
+ uses : codecov/codecov-action@v3.1.5
104
104
with :
105
105
files : ./coverage.xml
106
106
flags : unit
@@ -119,7 +119,7 @@ jobs:
119
119
pip install -r requirements-test.txt
120
120
- name : Build package
121
121
run : python -m build -o dist/
122
- - uses : actions/upload-artifact@v4.1 .0
122
+ - uses : actions/upload-artifact@v4.3 .0
123
123
with :
124
124
name : dist
125
125
path : dist
Original file line number Diff line number Diff line change 47
47
- id : rst-directive-colons
48
48
- id : rst-inline-touching-normal
49
49
- repo : https://github.com/maxbrunet/pre-commit-renovate
50
- rev : 37.131 .0
50
+ rev : 37.153 .0
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
-r requirements-test.txt
3
- pytest-docker==2.0.1
3
+ pytest-docker==2.1.0
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pylint==3.0.3
9
9
pytest==7.4.4
10
10
responses==0.24.1
11
11
types-PyYAML==6.0.12.12
12
- types-requests==2.31.0.20240106
13
- types-setuptools==69.0.0.20240106
12
+ types-requests==2.31.0.20240125
13
+ types-setuptools==69.0.0.20240125
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
build==1.0.3
3
- coverage==7.4.0
3
+ coverage==7.4.1
4
4
pytest-console-scripts==1.4.1
5
5
pytest-cov==4.1.0
6
6
pytest-github-actions-annotate-failures==0.2.0
You can’t perform that action at this time.
0 commit comments