Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3da326

Browse files
chore(deps): update all non-major dependencies (#3000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent190ec89 commitd3da326

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

‎.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on:ubuntu-22.04
2424
steps:
25-
-uses:actions/checkout@v4.1.7
25+
-uses:actions/checkout@v4.2.0
2626
-name:Set up Python
2727
uses:actions/setup-python@v5.2.0
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on:ubuntu-22.04
4444
steps:
45-
-uses:actions/checkout@v4.1.7
45+
-uses:actions/checkout@v4.2.0
4646
-name:Set up Python
4747
uses:actions/setup-python@v5.2.0
4848
with:

‎.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on:ubuntu-latest
2424
steps:
25-
-uses:actions/checkout@v4.1.7
25+
-uses:actions/checkout@v4.2.0
2626
with:
2727
fetch-depth:0
2828
-uses:actions/setup-python@v5.2.0

‎.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pre_commit:
3030
runs-on:ubuntu-latest
3131
steps:
32-
-uses:actions/checkout@v4.1.7
32+
-uses:actions/checkout@v4.2.0
3333
-uses:actions/setup-python@v5.2.0
3434
with:
3535
python-version:"3.11"

‎.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
id-token:write
1515
environment:pypi.org
1616
steps:
17-
-uses:actions/checkout@v4.1.7
17+
-uses:actions/checkout@v4.2.0
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.8.8
24+
uses:python-semantic-release/python-semantic-release@v9.9.0
2525
with:
2626
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

@@ -32,7 +32,7 @@ jobs:
3232
if:steps.release.outputs.released == 'true'
3333

3434
-name:Publish package distributions to GitHub Releases
35-
uses:python-semantic-release/upload-to-gh-release@fa2bbbf8e61069551abd513fdc5627e14c8637c7# v9.8.8
35+
uses:python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711# v9.8.9
3636
if:steps.release.outputs.released == 'true'
3737
with:
3838
github_token:${{ secrets.GITHUB_TOKEN }}

‎.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version:"3.12"
4949
toxenv:py312,smoke
5050
steps:
51-
-uses:actions/checkout@v4.1.7
51+
-uses:actions/checkout@v4.2.0
5252
-name:Set up Python ${{ matrix.python.version }}
5353
uses:actions/setup-python@v5.2.0
5454
with:
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
toxenv:[api_func_v4, cli_func_v4]
6868
steps:
69-
-uses:actions/checkout@v4.1.7
69+
-uses:actions/checkout@v4.2.0
7070
-name:Set up Python
7171
uses:actions/setup-python@v5.2.0
7272
with:
@@ -88,7 +88,7 @@ jobs:
8888
coverage:
8989
runs-on:ubuntu-22.04
9090
steps:
91-
-uses:actions/checkout@v4.1.7
91+
-uses:actions/checkout@v4.2.0
9292
-name:Set up Python ${{ matrix.python-version }}
9393
uses:actions/setup-python@v5.2.0
9494
with:
@@ -112,7 +112,7 @@ jobs:
112112
runs-on:ubuntu-latest
113113
name:Python wheel
114114
steps:
115-
-uses:actions/checkout@v4.1.7
115+
-uses:actions/checkout@v4.2.0
116116
-uses:actions/setup-python@v5.2.0
117117
with:
118118
python-version:"3.12"
@@ -130,7 +130,7 @@ jobs:
130130
runs-on:ubuntu-latest
131131
needs:[dist]
132132
steps:
133-
-uses:actions/checkout@v4.1.7
133+
-uses:actions/checkout@v4.2.0
134134
-name:Set up Python
135135
uses:actions/setup-python@v5.2.0
136136
with:

‎.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
-id:black
99
-repo:https://github.com/commitizen-tools/commitizen
10-
rev:v3.29.0
10+
rev:v3.29.1
1111
hooks:
1212
-id:commitizen
1313
stages:[commit-msg]
@@ -51,6 +51,6 @@ repos:
5151
-id:rst-directive-colons
5252
-id:rst-inline-touching-normal
5353
-repo:https://github.com/maxbrunet/pre-commit-renovate
54-
rev:38.94.3
54+
rev:38.103.1
5555
hooks:
5656
-id:renovate-config-validator

‎requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==24.8.0
4-
commitizen==3.29.0
4+
commitizen==3.29.1
55
flake8==7.1.1
66
isort==5.13.2
77
mypy==1.11.2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp