File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed 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@v10.1 .0
24
+ uses : python-semantic-release/python-semantic-release@v10.2 .0
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
Original file line number Diff line number Diff line change 12
12
- id : commitizen
13
13
stages : [commit-msg]
14
14
- repo : https://github.com/pycqa/flake8
15
- rev : 7.2 .0
15
+ rev : 7.3 .0
16
16
hooks :
17
17
- id : flake8
18
18
- repo : https://github.com/pycqa/isort
32
32
- requests-toolbelt==1.0.0
33
33
files : ' gitlab/'
34
34
- repo : https://github.com/pre-commit/mirrors-mypy
35
- rev : v1.16.0
35
+ rev : v1.16.1
36
36
hooks :
37
37
- id : mypy
38
38
args : []
Original file line number Diff line number Diff line change 2
2
argcomplete==2.0.0
3
3
black==25.1.0
4
4
commitizen==4.8.3
5
- flake8==7.2 .0
5
+ flake8==7.3 .0
6
6
isort==6.0.1
7
- mypy==1.16.0
7
+ mypy==1.16.1
8
8
pylint==3.3.7
9
- pytest==8.4.0
9
+ pytest==8.4.1
10
10
responses==0.25.7
11
11
respx==0.22.0
12
12
types-PyYAML==6.0.12.20250516
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ coverage==7.9.1
5
5
pytest-console-scripts==1.4.1
6
6
pytest-cov==6.2.1
7
7
pytest-github-actions-annotate-failures==0.3.0
8
- pytest==8.4.0
8
+ pytest==8.4.1
9
9
PyYaml==6.0.2
10
10
responses==0.25.7
11
11
respx==0.22.0
You can’t perform that action at this time.
0 commit comments