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

Commitff45124

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

File tree

8 files changed

+13
-13
lines changed

8 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.0
2626
-name:Set up Python
27-
uses:actions/setup-python@v4.7.0
27+
uses:actions/setup-python@v4.7.1
2828
with:
2929
python-version:"3.11"
3030
-name:Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-uses:actions/checkout@v4.1.0
4646
-name:Set up Python
47-
uses:actions/setup-python@v4.7.0
47+
uses:actions/setup-python@v4.7.1
4848
with:
4949
python-version:"3.11"
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.0
2626
with:
2727
fetch-depth:0
28-
-uses:actions/setup-python@v4.7.0
28+
-uses:actions/setup-python@v4.7.1
2929
with:
3030
python-version:"3.11"
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.0
33-
-uses:actions/setup-python@v4.7.0
33+
-uses:actions/setup-python@v4.7.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
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
-uses:actions/checkout@v4.1.0
5050
-name:Set up Python ${{ matrix.python.version }}
51-
uses:actions/setup-python@v4.7.0
51+
uses:actions/setup-python@v4.7.1
5252
with:
5353
python-version:${{ matrix.python.version }}
5454
-name:Install dependencies
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
-uses:actions/checkout@v4.1.0
6868
-name:Set up Python
69-
uses:actions/setup-python@v4.7.0
69+
uses:actions/setup-python@v4.7.1
7070
with:
7171
python-version:"3.11"
7272
-name:Install dependencies
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
-uses:actions/checkout@v4.1.0
8989
-name:Set up Python ${{ matrix.python-version }}
90-
uses:actions/setup-python@v4.7.0
90+
uses:actions/setup-python@v4.7.1
9191
with:
9292
python-version:"3.11"
9393
-name:Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109
name:Python wheel
110110
steps:
111111
-uses:actions/checkout@v4.1.0
112-
-uses:actions/setup-python@v4.7.0
112+
-uses:actions/setup-python@v4.7.1
113113
with:
114114
python-version:"3.11"
115115
-name:Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
-uses:actions/checkout@v4.1.0
130130
-name:Set up Python
131-
uses:actions/setup-python@v4.7.0
131+
uses:actions/setup-python@v4.7.1
132132
with:
133133
python-version:'3.11'
134134
-uses:actions/download-artifact@v3.0.2

‎.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image:python:3.11
1+
image:python:3.12
22

33
stages:
44
-deploy

‎.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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:37.7.1
51+
rev:37.8.1
5252
hooks:
5353
-id:renovate-config-validator

‎requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ pylint==3.0.1
99
pytest==7.4.2
1010
responses==0.23.3
1111
types-PyYAML==6.0.12.12
12-
types-requests==2.31.0.7
12+
types-requests==2.31.0.8
1313
types-setuptools==68.2.0.0

‎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.0.3
3-
coverage==7.3.1
3+
coverage==7.3.2
44
pytest-console-scripts==1.4.1
55
pytest-cov==4.1.0
66
pytest-github-actions-annotate-failures==0.2.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp