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

Commit2403bd8

Browse files
chore(deps): update all non-major dependencies
1 parent4ef94c8 commit2403bd8

File tree

10 files changed

+27
-27
lines changed

10 files changed

+27
-27
lines changed

‎.github/workflows/docs.yml‎

Lines changed: 3 additions & 3 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.1
25+
-uses:actions/checkout@v4.1.3
2626
-name:Set up Python
2727
uses:actions/setup-python@v5.1.0
2828
with:
@@ -34,15 +34,15 @@ jobs:
3434
TOXENV:docs
3535
run:tox
3636
-name:Archive generated docs
37-
uses:actions/upload-artifact@v4.3.1
37+
uses:actions/upload-artifact@v4.3.3
3838
with:
3939
name:html-docs
4040
path:build/sphinx/html/
4141

4242
twine-check:
4343
runs-on:ubuntu-22.04
4444
steps:
45-
-uses:actions/checkout@v4.1.1
45+
-uses:actions/checkout@v4.1.3
4646
-name:Set up Python
4747
uses:actions/setup-python@v5.1.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.1
25+
-uses:actions/checkout@v4.1.3
2626
with:
2727
fetch-depth:0
2828
-uses:actions/setup-python@v5.1.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.1
32+
-uses:actions/checkout@v4.1.3
3333
-uses:actions/setup-python@v5.1.0
3434
with:
3535
python-version:"3.11"

‎.github/workflows/release.yml‎

Lines changed: 2 additions & 2 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.1
17+
-uses:actions/checkout@v4.1.3
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.3.1
24+
uses:python-semantic-release/python-semantic-release@v9.5.0
2525
with:
2626
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

‎.github/workflows/test.yml‎

Lines changed: 9 additions & 9 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.1
51+
-uses:actions/checkout@v4.1.3
5252
-name:Set up Python ${{ matrix.python.version }}
5353
uses:actions/setup-python@v5.1.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.1
69+
-uses:actions/checkout@v4.1.3
7070
-name:Set up Python
7171
uses:actions/setup-python@v5.1.0
7272
with:
@@ -78,7 +78,7 @@ jobs:
7878
TOXENV:${{ matrix.toxenv }}
7979
run:tox -- --override-ini='log_cli=True'
8080
-name:Upload codecov coverage
81-
uses:codecov/codecov-action@v4.1.1
81+
uses:codecov/codecov-action@v4.3.0
8282
with:
8383
files:./coverage.xml
8484
flags:${{ matrix.toxenv }}
@@ -87,7 +87,7 @@ jobs:
8787
coverage:
8888
runs-on:ubuntu-22.04
8989
steps:
90-
-uses:actions/checkout@v4.1.1
90+
-uses:actions/checkout@v4.1.3
9191
-name:Set up Python ${{ matrix.python-version }}
9292
uses:actions/setup-python@v5.1.0
9393
with:
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV:cover
101101
run:tox
102102
-name:Upload codecov coverage
103-
uses:codecov/codecov-action@v4.1.1
103+
uses:codecov/codecov-action@v4.3.0
104104
with:
105105
files:./coverage.xml
106106
flags:unit
@@ -110,7 +110,7 @@ jobs:
110110
runs-on:ubuntu-latest
111111
name:Python wheel
112112
steps:
113-
-uses:actions/checkout@v4.1.1
113+
-uses:actions/checkout@v4.1.3
114114
-uses:actions/setup-python@v5.1.0
115115
with:
116116
python-version:"3.12"
@@ -119,7 +119,7 @@ jobs:
119119
pip install -r requirements-test.txt
120120
-name:Build package
121121
run:python -m build -o dist/
122-
-uses:actions/upload-artifact@v4.3.1
122+
-uses:actions/upload-artifact@v4.3.3
123123
with:
124124
name:dist
125125
path:dist
@@ -128,12 +128,12 @@ jobs:
128128
runs-on:ubuntu-latest
129129
needs:[dist]
130130
steps:
131-
-uses:actions/checkout@v4.1.1
131+
-uses:actions/checkout@v4.1.3
132132
-name:Set up Python
133133
uses:actions/setup-python@v5.1.0
134134
with:
135135
python-version:'3.12'
136-
-uses:actions/download-artifact@v4.1.4
136+
-uses:actions/download-artifact@v4.1.6
137137
with:
138138
name:dist
139139
path:dist

‎.pre-commit-config.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ default_language_version:
33

44
repos:
55
-repo:https://github.com/psf/black
6-
rev:24.3.0
6+
rev:24.4.0
77
hooks:
88
-id:black
99
-repo:https://github.com/commitizen-tools/commitizen
10-
rev:v3.20.0
10+
rev:v3.24.0
1111
hooks:
1212
-id:commitizen
1313
stages:[commit-msg]
@@ -47,6 +47,6 @@ repos:
4747
-id:rst-directive-colons
4848
-id:rst-inline-touching-normal
4949
-repo:https://github.com/maxbrunet/pre-commit-renovate
50-
rev:37.272.0
50+
rev:37.320.1
5151
hooks:
5252
-id:renovate-config-validator

‎requirements-docs.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
furo==2024.1.29
33
jinja2==3.1.3
44
myst-parser==2.0.0
5-
sphinx==7.2.6
5+
sphinx==7.3.7
66
sphinxcontrib-autoprogram==0.1.9

‎requirements-lint.txt‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==24.3.0
4-
commitizen==3.20.0
3+
black==24.4.0
4+
commitizen==3.24.0
55
flake8==7.0.0
66
isort==5.13.2
77
mypy==1.9.0
88
pylint==3.1.0
99
pytest==8.1.1
1010
responses==0.25.0
1111
types-PyYAML==6.0.12.20240311
12-
types-requests==2.31.0.20240311
13-
types-setuptools==69.2.0.20240317
12+
types-requests==2.31.0.20240406
13+
types-setuptools==69.5.0.20240423

‎requirements-test.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
build==1.1.1
3-
coverage==7.4.4
2+
build==1.2.1
3+
coverage==7.5.0
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0

‎requirements.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.31.0
22
requests-toolbelt==1.0.0
3-
typing-extensions==4.10.0 ;python_version<"3.8"
3+
typing-extensions==4.11.0 ;python_version<"3.8"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp