File tree Expand file tree Collapse file tree 9 files changed +17
-17
lines changed
Expand file tree Collapse file tree 9 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v4.1.3
25+ - uses : actions/checkout@v4.1.4
2626 - name : Set up Python
2727 uses : actions/setup-python@v5.1.0
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v4.1.3
45+ - uses : actions/checkout@v4.1.4
4646 - name : Set up Python
4747 uses : actions/setup-python@v5.1.0
4848 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4.1.3
25+ - uses : actions/checkout@v4.1.4
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v5.1.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@v4.1.3
32+ - uses : actions/checkout@v4.1.4
3333 - uses : actions/setup-python@v5.1.0
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 id-token : write
1515 environment : pypi.org
1616 steps :
17- - uses : actions/checkout@v4.1.3
17+ - uses : actions/checkout@v4.1.4
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
2222 - name : Python Semantic Release
2323 id : release
24- uses : python-semantic-release/python-semantic-release@v9.5 .0
24+ uses : python-semantic-release/python-semantic-release@v9.6 .0
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
Original file line number Diff line number Diff line change 4848 version : " 3.12"
4949 toxenv : py312,smoke
5050 steps :
51- - uses : actions/checkout@v4.1.3
51+ - uses : actions/checkout@v4.1.4
5252 - name : Set up Python ${{ matrix.python.version }}
5353 uses : actions/setup-python@v5.1.0
5454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v4.1.3
69+ - uses : actions/checkout@v4.1.4
7070 - name : Set up Python
7171 uses : actions/setup-python@v5.1.0
7272 with :
8787 coverage :
8888 runs-on : ubuntu-22.04
8989 steps :
90- - uses : actions/checkout@v4.1.3
90+ - uses : actions/checkout@v4.1.4
9191 - name : Set up Python ${{ matrix.python-version }}
9292 uses : actions/setup-python@v5.1.0
9393 with :
@@ -110,7 +110,7 @@ jobs:
110110 runs-on : ubuntu-latest
111111 name : Python wheel
112112 steps:
113- - uses : actions/checkout@v4.1.3
113+ - uses : actions/checkout@v4.1.4
114114 - uses : actions/setup-python@v5.1.0
115115 with :
116116 python-version : " 3.12"
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- - uses : actions/checkout@v4.1.3
131+ - uses : actions/checkout@v4.1.4
132132 - name : Set up Python
133133 uses : actions/setup-python@v5.1.0
134134 with :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/psf/black
6- rev : 24.4.1
6+ rev : 24.4.2
77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 37.321.2
50+ rev : 37.326.3
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2024.1.29
2+ furo==2024.4.27
33jinja2==3.1.3
44myst-parser==2.0.0
55sphinx==7.3.7
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
3- black==24.4.1
3+ black==24.4.2
44commitizen==3.24.0
55flake8==7.0.0
66isort==5.13.2
77mypy==1.10.0
88pylint==3.1.0
9- pytest==8.1.1
9+ pytest==8.2.0
1010responses==0.25.0
1111types-PyYAML==6.0.12.20240311
1212types-requests==2.31.0.20240406
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ coverage==7.5.0
44pytest-console-scripts==1.4.1
55pytest-cov==5.0.0
66pytest-github-actions-annotate-failures==0.2.0
7- pytest==8.1.1
7+ pytest==8.2.0
88PyYaml==6.0.1
99responses==0.25.0
1010wheel==0.43.0
You can’t perform that action at this time.
0 commit comments