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

Commit4a2b213

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

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
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.7
2626
-name:Set up Python
27-
uses:actions/setup-python@v5.1.0
27+
uses:actions/setup-python@v5.1.1
2828
with:
2929
python-version:"3.12"
3030
-name:Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-uses:actions/checkout@v4.1.7
4646
-name:Set up Python
47-
uses:actions/setup-python@v5.1.0
47+
uses:actions/setup-python@v5.1.1
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.7
2626
with:
2727
fetch-depth:0
28-
-uses:actions/setup-python@v5.1.0
28+
-uses:actions/setup-python@v5.1.1
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.7
33-
-uses:actions/setup-python@v5.1.0
33+
-uses:actions/setup-python@v5.1.1
3434
with:
3535
python-version:"3.11"
3636
-name:install tox

‎.github/workflows/test.yml‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
-uses:actions/checkout@v4.1.7
5252
-name:Set up Python ${{ matrix.python.version }}
53-
uses:actions/setup-python@v5.1.0
53+
uses:actions/setup-python@v5.1.1
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.7
7070
-name:Set up Python
71-
uses:actions/setup-python@v5.1.0
71+
uses:actions/setup-python@v5.1.1
7272
with:
7373
python-version:"3.12"
7474
-name:Install dependencies
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
-uses:actions/checkout@v4.1.7
9292
-name:Set up Python ${{ matrix.python-version }}
93-
uses:actions/setup-python@v5.1.0
93+
uses:actions/setup-python@v5.1.1
9494
with:
9595
python-version:"3.12"
9696
-name:Install dependencies
@@ -113,7 +113,7 @@ jobs:
113113
name:Python wheel
114114
steps:
115115
-uses:actions/checkout@v4.1.7
116-
-uses:actions/setup-python@v5.1.0
116+
-uses:actions/setup-python@v5.1.1
117117
with:
118118
python-version:"3.12"
119119
-name:Install dependencies
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
-uses:actions/checkout@v4.1.7
134134
-name:Set up Python
135-
uses:actions/setup-python@v5.1.0
135+
uses:actions/setup-python@v5.1.1
136136
with:
137137
python-version:'3.12'
138138
-uses:actions/download-artifact@v4.1.8

‎.pre-commit-config.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.425.1
50+
rev:37.431.4
5151
hooks:
5252
-id:renovate-config-validator

‎requirements-lint.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pylint==3.2.5
99
pytest==8.2.2
1010
responses==0.25.3
1111
types-PyYAML==6.0.12.20240311
12-
types-requests==2.32.0.20240622
13-
types-setuptools==70.2.0.20240704
12+
types-requests==2.32.0.20240712
13+
types-setuptools==70.3.0.20240710

‎requirements-test.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
build==1.2.1
3-
coverage==7.5.4
3+
coverage==7.6.0
44
pytest-console-scripts==1.4.1
55
pytest-cov==5.0.0
66
pytest-github-actions-annotate-failures==0.2.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp