File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-24.04
2424 steps :
25- - uses : actions/checkout@v7.0.0
25+ - uses : actions/checkout@v7.0.1
2626 - name : Set up Python
2727 uses : actions/setup-python@v6.3.0
2828 with :
3737 twine-check :
3838 runs-on : ubuntu-24.04
3939 steps :
40- - uses : actions/checkout@v7.0.0
40+ - uses : actions/checkout@v7.0.1
4141 - name : Set up Python
4242 uses : actions/setup-python@v6.3.0
4343 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v7.0.0
25+ - uses : actions/checkout@v7.0.1
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v6.3.0
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v7.0.0
32+ - uses : actions/checkout@v7.0.1
3333 - uses : actions/setup-python@v6.3.0
3434 with :
3535 python-version : " 3.14"
Original file line number Diff line number Diff line change 1414 id-token : write
1515 environment : pypi.org
1616 steps :
17- - uses : actions/checkout@v7.0.0
17+ - uses : actions/checkout@v7.0.1
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4646 version : " 3.14"
4747 toxenv : py314,smoke
4848 steps :
49- - uses : actions/checkout@v7.0.0
49+ - uses : actions/checkout@v7.0.1
5050 - name : Set up Python ${{ matrix.python.version }}
5151 uses : actions/setup-python@v6.3.0
5252 with :
6565 matrix :
6666 toxenv : [api_func_v4, cli_func_v4]
6767 steps :
68- - uses : actions/checkout@v7.0.0
68+ - uses : actions/checkout@v7.0.1
6969 - name : Set up Python
7070 uses : actions/setup-python@v6.3.0
7171 with :
8787 coverage :
8888 runs-on : ubuntu-24.04
8989 steps :
90- - uses : actions/checkout@v7.0.0
90+ - uses : actions/checkout@v7.0.1
9191 - name : Set up Python ${{ matrix.python-version }}
9292 uses : actions/setup-python@v6.3.0
9393 with :
@@ -111,7 +111,7 @@ jobs:
111111 runs-on : ubuntu-latest
112112 name : Python wheel
113113 steps :
114- - uses : actions/checkout@v7.0.0
114+ - uses : actions/checkout@v7.0.1
115115 - uses : actions/setup-python@v6.3.0
116116 with :
117117 python-version : " 3.14"
@@ -129,7 +129,7 @@ jobs:
129129 runs-on : ubuntu-latest
130130 needs : [dist]
131131 steps :
132- - uses : actions/checkout@v7.0.0
132+ - uses : actions/checkout@v7.0.1
133133 - name : Set up Python
134134 uses : actions/setup-python@v6.3.0
135135 with :
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 : v4.16.4
10+ rev : v4.16.5
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
5151 - id : rst-directive-colons
5252 - id : rst-inline-touching-normal
5353 - repo : https://github.com/maxbrunet/pre-commit-renovate
54- rev : 43.261.4
54+ rev : 43.281.1
5555 hooks :
5656 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==26.5.1
4- commitizen==4.16.4
4+ commitizen==4.16.5
55flake8==7.3.0
66isort==8.0.1
77mypy==2.3.0
88pylint==4.0.6
99pytest==9.1.1
1010responses==0.26.2
1111respx==0.23.1
12- types-PyYAML==6.0.12.20260518
12+ types-PyYAML==6.0.12.20260724
1313types-requests==2.33.0.20260712
1414types-setuptools==82.0.0.20260518
Original file line number Diff line number Diff line change 1- pre-commit==4.6.0
1+ pre-commit==4.6.1
Original file line number Diff line number Diff line change 11-r requirements.txt
22anyio==4.14.2
33build==1.5.1
4- coverage==7.15.1
4+ coverage==7.15.2
55pytest-console-scripts==1.4.1
66pytest-cov==7.1.0
77pytest-github-actions-annotate-failures==0.4.2
You can’t perform that action at this time.
0 commit comments