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

Commit7586a5c

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent2fbd1bf commit7586a5c

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
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-20.04
2424
steps:
25-
-uses:actions/checkout@v3.5.2
25+
-uses:actions/checkout@v3.5.3
2626
-name:Set up Python
2727
uses:actions/setup-python@v4.6.1
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on:ubuntu-20.04
4444
steps:
45-
-uses:actions/checkout@v3.5.2
45+
-uses:actions/checkout@v3.5.3
4646
-name:Set up Python
4747
uses:actions/setup-python@v4.6.1
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@v3.5.2
25+
-uses:actions/checkout@v3.5.3
2626
with:
2727
fetch-depth:0
2828
-uses:actions/setup-python@v4.6.1

‎.github/workflows/lock.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
action:
1616
runs-on:ubuntu-latest
1717
steps:
18-
-uses:dessant/lock-threads@v4.0.0
18+
-uses:dessant/lock-threads@v4.0.1
1919
with:
2020
process-only:'issues'

‎.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@v3.5.2
32+
-uses:actions/checkout@v3.5.3
3333
-uses:actions/setup-python@v4.6.1
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
@@ -13,7 +13,7 @@ jobs:
1313
id-token:write
1414
environment:pypi.org
1515
steps:
16-
-uses:actions/checkout@v3.5.2
16+
-uses:actions/checkout@v3.5.3
1717
with:
1818
fetch-depth:0
1919
token:${{ secrets.RELEASE_GITHUB_TOKEN }}
@@ -29,7 +29,7 @@ jobs:
2929
echo "::add-mask::${api_token}"
3030
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
3131
-name:Python Semantic Release
32-
uses:relekang/python-semantic-release@v7.33.5
32+
uses:relekang/python-semantic-release@v7.34.4
3333
with:
3434
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
3535
pypi_token:${{ steps.mint-token.outputs.api-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.11"
4949
toxenv:py310,smoke
5050
steps:
51-
-uses:actions/checkout@v3.5.2
51+
-uses:actions/checkout@v3.5.3
5252
-name:Set up Python ${{ matrix.python.version }}
5353
uses:actions/setup-python@v4.6.1
5454
with:
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
toxenv:[api_func_v4, cli_func_v4]
6868
steps:
69-
-uses:actions/checkout@v3.5.2
69+
-uses:actions/checkout@v3.5.3
7070
-name:Set up Python
7171
uses:actions/setup-python@v4.6.1
7272
with:
@@ -87,7 +87,7 @@ jobs:
8787
coverage:
8888
runs-on:ubuntu-20.04
8989
steps:
90-
-uses:actions/checkout@v3.5.2
90+
-uses:actions/checkout@v3.5.3
9191
-name:Set up Python ${{ matrix.python-version }}
9292
uses:actions/setup-python@v4.6.1
9393
with:
@@ -111,7 +111,7 @@ jobs:
111111
name:Python wheel
112112
steps:
113113
-uses:actions/checkout@v1.2.0
114-
-uses:actions/setup-python@v2.3.3
114+
-uses:actions/setup-python@v2.3.4
115115
with:
116116
python-version:"3.11"
117117
-name:Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
runs-on:ubuntu-latest
129129
needs:[dist]
130130
steps:
131-
-uses:actions/checkout@v3.5.2
131+
-uses:actions/checkout@v3.5.3
132132
-name:Set up Python
133133
uses:actions/setup-python@v4.6.1
134134
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.2.2
10+
rev:v3.3.0
1111
hooks:
1212
-id:commitizen
1313
stages:[commit-msg]
@@ -48,6 +48,6 @@ repos:
4848
-id:rst-directive-colons
4949
-id:rst-inline-touching-normal
5050
-repo:https://github.com/maxbrunet/pre-commit-renovate
51-
rev:35.111.0
51+
rev:35.118.0
5252
hooks:
5353
-id:renovate-config-validator

‎requirements-docs.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
2-
furo==2023.3.27
2+
furo==2023.5.20
33
jinja2==3.1.2
44
myst-parser==1.0.0
55
sphinx==6.2.1

‎requirements-lint.txt‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==23.3.0
4-
commitizen==3.2.2
4+
commitizen==3.3.0
55
flake8==6.0.0
66
isort==5.12.0
77
mypy==1.3.0
88
pylint==2.17.4
9-
pytest==7.3.1
9+
pytest==7.3.2
1010
responses==0.23.1
1111
types-PyYAML==6.0.12.10
12-
types-requests==2.31.0.0
12+
types-requests==2.31.0.1
1313
types-setuptools==67.8.0.0

‎requirements-precommit.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==3.3.2
1+
pre-commit==3.3.3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp