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

Commit6093dbc

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

File tree

8 files changed

+17
-17
lines changed

8 files changed

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

‎.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@v4.0.0
32+
-uses:actions/checkout@v4.1.0
3333
-uses:actions/setup-python@v4.7.0
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
@@ -14,13 +14,13 @@ jobs:
1414
id-token:write
1515
environment:pypi.org
1616
steps:
17-
-uses:actions/checkout@v4.0.0
17+
-uses:actions/checkout@v4.1.0
1818
with:
1919
fetch-depth:0
2020
token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2121

2222
-name:Python Semantic Release
23-
uses:python-semantic-release/python-semantic-release@v8.0.8
23+
uses:python-semantic-release/python-semantic-release@v8.1.1
2424
with:
2525
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2626

‎.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
version:"3.11"
4747
toxenv:py310,smoke
4848
steps:
49-
-uses:actions/checkout@v4.0.0
49+
-uses:actions/checkout@v4.1.0
5050
-name:Set up Python ${{ matrix.python.version }}
5151
uses:actions/setup-python@v4.7.0
5252
with:
@@ -64,7 +64,7 @@ jobs:
6464
matrix:
6565
toxenv:[api_func_v4, cli_func_v4]
6666
steps:
67-
-uses:actions/checkout@v4.0.0
67+
-uses:actions/checkout@v4.1.0
6868
-name:Set up Python
6969
uses:actions/setup-python@v4.7.0
7070
with:
@@ -85,7 +85,7 @@ jobs:
8585
coverage:
8686
runs-on:ubuntu-22.04
8787
steps:
88-
-uses:actions/checkout@v4.0.0
88+
-uses:actions/checkout@v4.1.0
8989
-name:Set up Python ${{ matrix.python-version }}
9090
uses:actions/setup-python@v4.7.0
9191
with:
@@ -108,7 +108,7 @@ jobs:
108108
runs-on:ubuntu-latest
109109
name:Python wheel
110110
steps:
111-
-uses:actions/checkout@v4.0.0
111+
-uses:actions/checkout@v4.1.0
112112
-uses:actions/setup-python@v4.7.0
113113
with:
114114
python-version:"3.11"
@@ -126,7 +126,7 @@ jobs:
126126
runs-on:ubuntu-latest
127127
needs:[dist]
128128
steps:
129-
-uses:actions/checkout@v4.0.0
129+
-uses:actions/checkout@v4.1.0
130130
-name:Set up Python
131131
uses:actions/setup-python@v4.7.0
132132
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.9.0
10+
rev:v3.9.1
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:36.96.3
51+
rev:36.107.1
5252
hooks:
5353
-id:renovate-config-validator

‎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.9.1
4-
commitizen==3.9.0
4+
commitizen==3.9.1
55
flake8==6.1.0
66
isort==5.12.0
77
mypy==1.5.1
88
pylint==2.17.5
99
pytest==7.4.2
1010
responses==0.23.3
11-
types-PyYAML==6.0.12.11
12-
types-requests==2.31.0.2
11+
types-PyYAML==6.0.12.12
12+
types-requests==2.31.0.4
1313
types-setuptools==68.2.0.0

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.31.0
22
requests-toolbelt==1.0.0
3-
typing-extensions==4.7.1 ;python_version<"3.8"
3+
typing-extensions==4.8.0 ;python_version<"3.8"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp