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.3.5
37
+ uses : actions/upload-artifact@v4.3.6
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
pip install -r requirements-test.txt
122
122
- name : Build package
123
123
run : python -m build -o dist/
124
- - uses : actions/upload-artifact@v4.3.5
124
+ - uses : actions/upload-artifact@v4.3.6
125
125
with :
126
126
name : dist
127
127
path : dist
Original file line number Diff line number Diff line change 7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v3.28 .0
10
+ rev : v3.29 .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 : 38.18.17
50
+ rev : 38.25.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
- furo==2024.7.18
2
+ furo==2024.8.6
3
3
jinja2==3.1.4
4
4
myst-parser==3.0.1
5
5
sphinx==7.4.7
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
3
black==24.8.0
4
- commitizen==3.28 .0
4
+ commitizen==3.29 .0
5
5
flake8==7.1.1
6
6
isort==5.13.2
7
7
mypy==1.11.1
8
8
pylint==3.2.6
9
9
pytest==8.3.2
10
10
responses==0.25.3
11
- types-PyYAML==6.0.12.20240724
11
+ types-PyYAML==6.0.12.20240808
12
12
types-requests==2.32.0.20240712
13
- types-setuptools==71.1.0.20240726
13
+ types-setuptools==71.1.0.20240806
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ pytest-console-scripts==1.4.1
5
5
pytest-cov==5.0.0
6
6
pytest-github-actions-annotate-failures==0.2.0
7
7
pytest==8.3.2
8
- PyYaml==6.0.1
8
+ PyYaml==6.0.2
9
9
responses==0.25.3
10
10
wheel==0.44.0
You can’t perform that action at this time.
0 commit comments