File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
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@v9.17.0
24
+ uses : python-semantic-release/python-semantic-release@v9.19.1
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
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 : v4.1 .1
10
+ rev : v4.2 .1
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
14
14
- repo : https://github.com/pycqa/flake8
15
- rev : 7.1.1
15
+ rev : 7.1.2
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.14.1
35
+ rev : v1.15.0
36
36
hooks :
37
37
- id : mypy
38
38
args : []
51
51
- id : rst-directive-colons
52
52
- id : rst-inline-touching-normal
53
53
- repo : https://github.com/maxbrunet/pre-commit-renovate
54
- rev : 39.156 .1
54
+ rev : 39.171 .1
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
-r requirements-test.txt
3
- pytest-docker==3.1.1
3
+ pytest-docker==3.2.0
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
furo==2024.8.6
3
3
jinja2==3.1.5
4
- myst-parser==4.0.0
4
+ myst-parser==4.0.1
5
5
sphinx==8.1.3
6
6
sphinxcontrib-autoprogram==0.1.9
7
7
sphinx-autobuild==2024.10.3
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
3
black==25.1.0
4
- commitizen==4.1 .1
5
- flake8==7.1.1
4
+ commitizen==4.2 .1
5
+ flake8==7.1.2
6
6
isort==6.0.0
7
- mypy==1.14.1
7
+ mypy==1.15.0
8
8
pylint==3.3.4
9
9
pytest==8.3.4
10
10
responses==0.25.6
11
11
respx==0.22.0
12
12
types-PyYAML==6.0.12.20241230
13
13
types-requests==2.32.0.20241016
14
- types-setuptools==75.8.0.20250110
14
+ types-setuptools==75.8.0.20250210
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
anyio==4.8.0
3
3
build==1.2.2.post1
4
- coverage==7.6.10
4
+ coverage==7.6.12
5
5
pytest-console-scripts==1.4.1
6
6
pytest-cov==6.0.0
7
7
pytest-github-actions-annotate-failures==0.3.0
8
8
pytest==8.3.4
9
9
PyYaml==6.0.2
10
10
responses==0.25.6
11
11
respx==0.22.0
12
- trio==0.28 .0
12
+ trio==0.29 .0
13
13
wheel==0.45.1
You can’t perform that action at this time.
0 commit comments