File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Expand file tree Collapse file tree 8 files changed +16
-16
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.3.1
37
+ uses : actions/upload-artifact@v4.3.2
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change 21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.3.1
24
+ uses : python-semantic-release/python-semantic-release@v9.4.2
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
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@v4.1.1
81
+ uses : codecov/codecov-action@v4.3.0
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@v4.1.1
103
+ uses : codecov/codecov-action@v4.3.0
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.3.1
122
+ - uses : actions/upload-artifact@v4.3.2
123
123
with :
124
124
name : dist
125
125
path : dist
@@ -133,7 +133,7 @@ jobs:
133
133
uses : actions/setup-python@v5.1.0
134
134
with :
135
135
python-version : ' 3.12'
136
- - uses : actions/download-artifact@v4.1.4
136
+ - uses : actions/download-artifact@v4.1.5
137
137
with :
138
138
name : dist
139
139
path : dist
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
- rev : 24.3 .0
6
+ rev : 24.4 .0
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v3.20 .0
10
+ rev : v3.24 .0
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
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.272 .0
50
+ rev : 37.310 .0
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change 2
2
furo==2024.1.29
3
3
jinja2==3.1.3
4
4
myst-parser==2.0.0
5
- sphinx==7.2.6
5
+ sphinx==7.3.7
6
6
sphinxcontrib-autoprogram==0.1.9
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
- black==24.3 .0
4
- commitizen==3.20 .0
3
+ black==24.4 .0
4
+ commitizen==3.24 .0
5
5
flake8==7.0.0
6
6
isort==5.13.2
7
7
mypy==1.9.0
8
8
pylint==3.1.0
9
9
pytest==8.1.1
10
10
responses==0.25.0
11
11
types-PyYAML==6.0.12.20240311
12
- types-requests==2.31.0.20240311
13
- types-setuptools==69.2 .0.20240317
12
+ types-requests==2.31.0.20240406
13
+ types-setuptools==69.5 .0.20240415
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- build==1.1 .1
2
+ build==1.2 .1
3
3
coverage==7.4.4
4
4
pytest-console-scripts==1.4.1
5
5
pytest-cov==5.0.0
Original file line number Diff line number Diff line change 1
1
requests == 2.31.0
2
2
requests-toolbelt == 1.0.0
3
- typing-extensions == 4.10 .0 ; python_version < "3.8"
3
+ typing-extensions == 4.11 .0 ; python_version < "3.8"
You can’t perform that action at this time.
0 commit comments