File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
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.4
37
+ uses : actions/upload-artifact@v4.3.5
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.4
124
+ - uses : actions/upload-artifact@v4.3.5
125
125
with :
126
126
name : dist
127
127
path : dist
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
- rev : 24.4.2
6
+ rev : 24.8.0
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
12
12
- id : commitizen
13
13
stages : [commit-msg]
14
14
- repo : https://github.com/pycqa/flake8
15
- rev : 7.1.0
15
+ rev : 7.1.1
16
16
hooks :
17
17
- id : flake8
18
18
- repo : https://github.com/pycqa/isort
30
30
- requests-toolbelt==1.0.0
31
31
files : ' gitlab/'
32
32
- repo : https://github.com/pre-commit/mirrors-mypy
33
- rev : v1.11.0
33
+ rev : v1.11.1
34
34
hooks :
35
35
- id : mypy
36
36
args : []
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
- black==24.4.2
3
+ black==24.8.0
4
4
commitizen==3.28.0
5
- flake8==7.1.0
5
+ flake8==7.1.1
6
6
isort==5.13.2
7
- mypy==1.11.0
7
+ mypy==1.11.1
8
8
pylint==3.2.6
9
9
pytest==8.3.2
10
10
responses==0.25.3
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
build==1.2.1
3
- coverage==7.6.0
3
+ coverage==7.6.1
4
4
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
8
PyYaml==6.0.1
9
9
responses==0.25.3
10
- wheel==0.43 .0
10
+ wheel==0.44 .0
You can’t perform that action at this time.
0 commit comments