File tree Expand file tree Collapse file tree 6 files changed +24
-25
lines changed
Expand file tree Collapse file tree 6 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
1717 - name : Python Semantic Release
18- uses : relekang/python-semantic-release@v7.33.1
18+ uses : relekang/python-semantic-release@v7.33.2
1919 with :
2020 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121 pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v2.40.0
10+ rev : v2.42.1
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.16.1
23+ rev : v2.17.0
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 34.124.5
50+ rev : 34.160.0
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change 3434 "versioning" : " regex:^v(?<major>\\ d+)(\\ .(?<minor>\\ d+)\\ .(?<patch>\\ d+))?$"
3535 },
3636 {
37- "packagePatterns" : [
38- " ^gitlab\/ gitlab-.+$"
39- ],
40- "automerge" : true
37+ "packageName" : " argcomplete" ,
38+ "enabled" : false
4139 },
4240 {
43- "matchPackagePrefixes " : [
44- " types- "
41+ "packagePatterns " : [
42+ " ^gitlab \/ gitlab-.+$ "
4543 ],
46- "groupName" : " typing dependencies"
44+ "automerge" : true ,
45+ "groupName" : " GitLab"
4746 }
4847 ]
4948}
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2022.9.29
2+ furo==2022.12.7
33jinja2==3.1.2
4- myst-parser==0.18.1
5- sphinx==5.1.1
6- sphinxcontrib-autoprogram==0.1.7
4+ myst-parser==0.19.2
5+ sphinx==5.3.0
6+ sphinxcontrib-autoprogram==0.1.8
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==23.1.0
4- commitizen==2.40.0
4+ commitizen==2.42.1
55flake8==6.0.0
6- isort==5.10.1
7- mypy==1.0.0
8- pylint==2.15.3
9- pytest==7.1.3
10- responses==0.22.0
6+ isort==5.12.0
7+ mypy==1.1.1
8+ pylint==2.17.0
9+ pytest==7.2.2
10+ responses==0.23.1
1111types-PyYAML==6.0.12
1212types-requests==2.28.11.2
1313types-setuptools==65.5.0.1
Original file line number Diff line number Diff line change 11-r requirements.txt
2- build==0.9 .0
2+ build==0.10 .0
33coverage==7.2.1
44pytest-console-scripts==1.3.1
55pytest-cov==4.0.0
6- pytest-github-actions-annotate-failures==0.1.7
7- pytest==7.1.3
6+ pytest-github-actions-annotate-failures==0.1.8
7+ pytest==7.2.2
88PyYaml==5.4.1
9- responses==0.22.0
9+ responses==0.23.1
You can’t perform that action at this time.
0 commit comments