File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
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@v3.1.2
37
+ uses : actions/upload-artifact@v3.1.3
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
pip install -r requirements-test.txt
118
118
- name : Build package
119
119
run : python -m build -o dist/
120
- - uses : actions/upload-artifact@v3.1.2
120
+ - uses : actions/upload-artifact@v3.1.3
121
121
with :
122
122
name : dist
123
123
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 : 23.7 .0
6
+ rev : 23.9 .0
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v3.7.0
10
+ rev : v3.8.2
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
48
48
- id : rst-directive-colons
49
49
- id : rst-inline-touching-normal
50
50
- repo : https://github.com/maxbrunet/pre-commit-renovate
51
- rev : 36.78.8
51
+ rev : 36.91.0
52
52
hooks :
53
53
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- furo==2023.8.19
2
+ furo==2023.9.10
3
3
jinja2==3.1.2
4
4
myst-parser==2.0.0
5
5
sphinx==7.2.5
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
- black==23.7 .0
4
- commitizen==3.7.0
3
+ black==23.9 .0
4
+ commitizen==3.8.2
5
5
flake8==6.1.0
6
6
isort==5.12.0
7
7
mypy==1.5.1
8
8
pylint==2.17.5
9
- pytest==7.4.1
9
+ pytest==7.4.2
10
10
responses==0.23.3
11
11
types-PyYAML==6.0.12.11
12
12
types-requests==2.31.0.2
13
- types-setuptools==68.1 .0.1
13
+ types-setuptools==68.2 .0.0
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- build==1.0.0
3
- coverage==7.3.0
2
+ build==1.0.3
3
+ coverage==7.3.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
7
- pytest==7.4.1
7
+ pytest==7.4.2
8
8
PyYaml==6.0.1
9
9
responses==0.23.3
10
- setuptools==68.1.2
10
+ setuptools==68.2.0
11
11
wheel==0.41.2
You can’t perform that action at this time.
0 commit comments