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

Commit541a7e3

Browse files
renovate[bot]JohnVillalovos
authored andcommitted
chore(deps): update all non-major dependencies
1 parent8111f49 commit541a7e3

File tree

7 files changed

+25
-25
lines changed

7 files changed

+25
-25
lines changed

‎.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
sphinx:
2323
runs-on:ubuntu-24.04
2424
steps:
25-
-uses:actions/checkout@v4.2.1
25+
-uses:actions/checkout@v4.2.2
2626
-name:Set up Python
27-
uses:actions/setup-python@v5.2.0
27+
uses:actions/setup-python@v5.3.0
2828
with:
2929
python-version:"3.12"
3030
-name:Install dependencies
@@ -42,9 +42,9 @@ jobs:
4242
twine-check:
4343
runs-on:ubuntu-24.04
4444
steps:
45-
-uses:actions/checkout@v4.2.1
45+
-uses:actions/checkout@v4.2.2
4646
-name:Set up Python
47-
uses:actions/setup-python@v5.2.0
47+
uses:actions/setup-python@v5.3.0
4848
with:
4949
python-version:"3.12"
5050
-name:Install dependencies

‎.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
lint:
2323
runs-on:ubuntu-latest
2424
steps:
25-
-uses:actions/checkout@v4.2.1
25+
-uses:actions/checkout@v4.2.2
2626
with:
2727
fetch-depth:0
28-
-uses:actions/setup-python@v5.2.0
28+
-uses:actions/setup-python@v5.3.0
2929
with:
3030
python-version:"3.12"
3131
-run:pip install --upgrade tox

‎.github/workflows/pre_commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
pre_commit:
3030
runs-on:ubuntu-latest
3131
steps:
32-
-uses:actions/checkout@v4.2.1
33-
-uses:actions/setup-python@v5.2.0
32+
-uses:actions/checkout@v4.2.2
33+
-uses:actions/setup-python@v5.3.0
3434
with:
3535
python-version:"3.11"
3636
-name:install tox

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id-token:write
1515
environment:pypi.org
1616
steps:
17-
-uses:actions/checkout@v4.2.1
17+
-uses:actions/checkout@v4.2.2
1818
with:
1919
fetch-depth:0
2020
token:${{ secrets.RELEASE_GITHUB_TOKEN }}

‎.github/workflows/test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
version:"3.13"
4949
toxenv:py313,smoke
5050
steps:
51-
-uses:actions/checkout@v4.2.1
51+
-uses:actions/checkout@v4.2.2
5252
-name:Set up Python ${{ matrix.python.version }}
53-
uses:actions/setup-python@v5.2.0
53+
uses:actions/setup-python@v5.3.0
5454
with:
5555
python-version:${{ matrix.python.version }}
5656
-name:Install dependencies
@@ -66,9 +66,9 @@ jobs:
6666
matrix:
6767
toxenv:[api_func_v4, cli_func_v4]
6868
steps:
69-
-uses:actions/checkout@v4.2.1
69+
-uses:actions/checkout@v4.2.2
7070
-name:Set up Python
71-
uses:actions/setup-python@v5.2.0
71+
uses:actions/setup-python@v5.3.0
7272
with:
7373
python-version:"3.12"
7474
-name:Install dependencies
@@ -88,9 +88,9 @@ jobs:
8888
coverage:
8989
runs-on:ubuntu-24.04
9090
steps:
91-
-uses:actions/checkout@v4.2.1
91+
-uses:actions/checkout@v4.2.2
9292
-name:Set up Python ${{ matrix.python-version }}
93-
uses:actions/setup-python@v5.2.0
93+
uses:actions/setup-python@v5.3.0
9494
with:
9595
python-version:"3.12"
9696
-name:Install dependencies
@@ -112,8 +112,8 @@ jobs:
112112
runs-on:ubuntu-latest
113113
name:Python wheel
114114
steps:
115-
-uses:actions/checkout@v4.2.1
116-
-uses:actions/setup-python@v5.2.0
115+
-uses:actions/checkout@v4.2.2
116+
-uses:actions/setup-python@v5.3.0
117117
with:
118118
python-version:"3.12"
119119
-name:Install dependencies
@@ -130,9 +130,9 @@ jobs:
130130
runs-on:ubuntu-latest
131131
needs:[dist]
132132
steps:
133-
-uses:actions/checkout@v4.2.1
133+
-uses:actions/checkout@v4.2.2
134134
-name:Set up Python
135-
uses:actions/setup-python@v5.2.0
135+
uses:actions/setup-python@v5.3.0
136136
with:
137137
python-version:'3.12'
138138
-uses:actions/download-artifact@v4.1.8

‎.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.1
10+
rev:v3.30.0
1111
hooks:
1212
-id:commitizen
1313
stages:[commit-msg]
@@ -32,7 +32,7 @@ repos:
3232
-requests-toolbelt==1.0.0
3333
files:'gitlab/'
3434
-repo:https://github.com/pre-commit/mirrors-mypy
35-
rev:v1.12.1
35+
rev:v1.13.0
3636
hooks:
3737
-id:mypy
3838
args:[]
@@ -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.128.6
54+
rev:38.133.0
5555
hooks:
5656
-id:renovate-config-validator

‎requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==24.10.0
4-
commitizen==3.29.1
4+
commitizen==3.30.0
55
flake8==7.1.1
66
isort==5.13.2
7-
mypy==1.12.1
7+
mypy==1.13.0
88
pylint==3.3.1
99
pytest==8.3.3
1010
responses==0.25.3
1111
respx==0.21.1
1212
types-PyYAML==6.0.12.20240917
1313
types-requests==2.32.0.20241016
14-
types-setuptools==75.2.0.20241019
14+
types-setuptools==75.2.0.20241025

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp