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

Commitbb2af7b

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

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
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@v4.7.1
27+
uses:actions/setup-python@v4.8.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@v4.7.1
47+
uses:actions/setup-python@v4.8.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@v4.7.1
28+
-uses:actions/setup-python@v4.8.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@v4.7.1
33+
-uses:actions/setup-python@v4.8.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@v8.3.0
24+
uses:python-semantic-release/python-semantic-release@v8.5.0
2525
with:
2626
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

‎.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.1
5050
-name:Set up Python ${{ matrix.python.version }}
51-
uses:actions/setup-python@v4.7.1
51+
uses:actions/setup-python@v4.8.0
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.1
6868
-name:Set up Python
69-
uses:actions/setup-python@v4.7.1
69+
uses:actions/setup-python@v4.8.0
7070
with:
7171
python-version:"3.12"
7272
-name:Install dependencies
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
-uses:actions/checkout@v4.1.1
8989
-name:Set up Python ${{ matrix.python-version }}
90-
uses:actions/setup-python@v4.7.1
90+
uses:actions/setup-python@v4.8.0
9191
with:
9292
python-version:"3.12"
9393
-name:Install dependencies
@@ -109,7 +109,7 @@ jobs:
109109
name:Python wheel
110110
steps:
111111
-uses:actions/checkout@v4.1.1
112-
-uses:actions/setup-python@v4.7.1
112+
-uses:actions/setup-python@v4.8.0
113113
with:
114114
python-version:"3.12"
115115
-name:Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
-uses:actions/checkout@v4.1.1
130130
-name:Set up Python
131-
uses:actions/setup-python@v4.7.1
131+
uses:actions/setup-python@v4.8.0
132132
with:
133133
python-version:'3.12'
134134
-uses:actions/download-artifact@v3.0.2

‎.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ repos:
1616
hooks:
1717
-id:flake8
1818
-repo:https://github.com/pycqa/isort
19-
rev:5.12.0
19+
rev:5.13.1
2020
hooks:
2121
-id:isort
2222
-repo:https://github.com/pycqa/pylint
23-
rev:v3.0.2
23+
rev:v3.0.3
2424
hooks:
2525
-id:pylint
2626
additional_dependencies:
@@ -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.83.0
50+
rev:37.91.0
5151
hooks:
5252
-id:renovate-config-validator

‎requirements-lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ argcomplete==2.0.0
33
black==23.11.0
44
commitizen==3.13.0
55
flake8==6.1.0
6-
isort==5.12.0
6+
isort==5.13.1
77
mypy==1.7.1
8-
pylint==3.0.2
8+
pylint==3.0.3
99
pytest==7.4.3
1010
responses==0.24.1
1111
types-PyYAML==6.0.12.12

‎requirements-precommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==3.5.0
1+
pre-commit==3.6.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.8.0 ;python_version<"3.8"
3+
typing-extensions==4.9.0 ;python_version<"3.8"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp