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

Commitd5b5fb0

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

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

‎.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
-uses:actions/checkout@v4.1.1
2626
-name:Set up Python
27-
uses:actions/setup-python@v5.0.0
27+
uses:actions/setup-python@v5.1.0
2828
with:
2929
python-version:"3.12"
3030
-name:Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-uses:actions/checkout@v4.1.1
4646
-name:Set up Python
47-
uses:actions/setup-python@v5.0.0
47+
uses:actions/setup-python@v5.1.0
4848
with:
4949
python-version:"3.12"
5050
-name:Install dependencies

‎.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
-uses:actions/checkout@v4.1.1
2626
with:
2727
fetch-depth:0
28-
-uses:actions/setup-python@v5.0.0
28+
-uses:actions/setup-python@v5.1.0
2929
with:
3030
python-version:"3.12"
3131
-run:pip install --upgrade tox

‎.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on:ubuntu-latest
3131
steps:
3232
-uses:actions/checkout@v4.1.1
33-
-uses:actions/setup-python@v5.0.0
33+
-uses:actions/setup-python@v5.1.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
@@ -21,7 +21,7 @@ jobs:
2121

2222
-name:Python Semantic Release
2323
id:release
24-
uses:python-semantic-release/python-semantic-release@v9.1.1
24+
uses:python-semantic-release/python-semantic-release@v9.3.1
2525
with:
2626
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

‎.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
-uses:actions/checkout@v4.1.1
5252
-name:Set up Python ${{ matrix.python.version }}
53-
uses:actions/setup-python@v5.0.0
53+
uses:actions/setup-python@v5.1.0
5454
with:
5555
python-version:${{ matrix.python.version }}
5656
-name:Install dependencies
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969
-uses:actions/checkout@v4.1.1
7070
-name:Set up Python
71-
uses:actions/setup-python@v5.0.0
71+
uses:actions/setup-python@v5.1.0
7272
with:
7373
python-version:"3.12"
7474
-name:Install dependencies
@@ -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.0
81+
uses:codecov/codecov-action@v4.1.1
8282
with:
8383
files:./coverage.xml
8484
flags:${{ matrix.toxenv }}
@@ -89,7 +89,7 @@ jobs:
8989
steps:
9090
-uses:actions/checkout@v4.1.1
9191
-name:Set up Python ${{ matrix.python-version }}
92-
uses:actions/setup-python@v5.0.0
92+
uses:actions/setup-python@v5.1.0
9393
with:
9494
python-version:"3.12"
9595
-name:Install dependencies
@@ -100,7 +100,7 @@ jobs:
100100
TOXENV:cover
101101
run:tox
102102
-name:Upload codecov coverage
103-
uses:codecov/codecov-action@v4.1.0
103+
uses:codecov/codecov-action@v4.1.1
104104
with:
105105
files:./coverage.xml
106106
flags:unit
@@ -111,7 +111,7 @@ jobs:
111111
name:Python wheel
112112
steps:
113113
-uses:actions/checkout@v4.1.1
114-
-uses:actions/setup-python@v5.0.0
114+
-uses:actions/setup-python@v5.1.0
115115
with:
116116
python-version:"3.12"
117117
-name:Install dependencies
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
-uses:actions/checkout@v4.1.1
132132
-name:Set up Python
133-
uses:actions/setup-python@v5.0.0
133+
uses:actions/setup-python@v5.1.0
134134
with:
135135
python-version:'3.12'
136136
-uses:actions/download-artifact@v4.1.4

‎.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.2.0
6+
rev:24.3.0
77
hooks:
88
-id:black
99
-repo:https://github.com/commitizen-tools/commitizen
10-
rev:v3.16.0
10+
rev:v3.20.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.227.1
50+
rev:37.272.0
5151
hooks:
5252
-id:renovate-config-validator

‎requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ furo==2024.1.29
33
jinja2==3.1.3
44
myst-parser==2.0.0
55
sphinx==7.2.6
6-
sphinxcontrib-autoprogram==0.1.8
6+
sphinxcontrib-autoprogram==0.1.9

‎requirements-lint.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==24.3.0
4-
commitizen==3.16.0
4+
commitizen==3.20.0
55
flake8==7.0.0
66
isort==5.13.2
77
mypy==1.9.0
88
pylint==3.1.0
9-
pytest==8.0.2
9+
pytest==8.1.1
1010
responses==0.25.0
11-
types-PyYAML==6.0.12.12
12-
types-requests==2.31.0.20240218
13-
types-setuptools==69.1.0.20240302
11+
types-PyYAML==6.0.12.20240311
12+
types-requests==2.31.0.20240311
13+
types-setuptools==69.2.0.20240317

‎requirements-precommit.txt

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

‎requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-r requirements.txt
22
build==1.1.1
3-
coverage==7.4.3
3+
coverage==7.4.4
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0
7-
pytest==8.0.2
7+
pytest==8.1.1
88
PyYaml==6.0.1
99
responses==0.25.0
10-
wheel==0.42.0
10+
wheel==0.43.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp