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

Commit122988c

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

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
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@v3.3.0
2626
-name:Set up Python
27-
uses:actions/setup-python@v4.4.0
27+
uses:actions/setup-python@v4.5.0
2828
with:
2929
python-version:"3.11"
3030
-name:Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
-uses:actions/checkout@v3.3.0
4646
-name:Set up Python
47-
uses:actions/setup-python@v4.4.0
47+
uses:actions/setup-python@v4.5.0
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@v3.3.0
2626
with:
2727
fetch-depth:0
28-
-uses:actions/setup-python@v4.4.0
28+
-uses:actions/setup-python@v4.5.0
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@v3.3.0
33-
-uses:actions/setup-python@v4.4.0
33+
-uses:actions/setup-python@v4.5.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
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth:0
1616
token:${{ secrets.RELEASE_GITHUB_TOKEN }}
1717
-name:Python Semantic Release
18-
uses:relekang/python-semantic-release@v7.32.2
18+
uses:relekang/python-semantic-release@v7.33.0
1919
with:
2020
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
pypi_token:${{ secrets.PYPI_TOKEN }}

‎.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
-uses:actions/checkout@v3.3.0
5050
-name:Set up Python ${{ matrix.python.version }}
51-
uses:actions/setup-python@v4.4.0
51+
uses:actions/setup-python@v4.5.0
5252
with:
5353
python-version:${{ matrix.python.version }}
5454
-name:Install dependencies
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
-uses:actions/checkout@v3.3.0
6868
-name:Set up Python
69-
uses:actions/setup-python@v4.4.0
69+
uses:actions/setup-python@v4.5.0
7070
with:
7171
python-version:"3.11"
7272
-name:Install dependencies
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
-uses:actions/checkout@v3.3.0
8989
-name:Set up Python ${{ matrix.python-version }}
90-
uses:actions/setup-python@v4.4.0
90+
uses:actions/setup-python@v4.5.0
9191
with:
9292
python-version:"3.11"
9393
-name:Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
-uses:actions/checkout@v3.3.0
130130
-name:Set up Python
131-
uses:actions/setup-python@v4.4.0
131+
uses:actions/setup-python@v4.5.0
132132
with:
133133
python-version:'3.11'
134134
-uses:actions/download-artifact@v3.0.2

‎.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ repos:
4141
-types-requests==2.28.11.2
4242
-types-setuptools==64.0.1
4343
-repo:https://github.com/pre-commit/pygrep-hooks
44-
rev:v1.9.0
44+
rev:v1.10.0
4545
hooks:
4646
-id:rst-backticks
4747
-id:rst-directive-colons
4848
-id:rst-inline-touching-normal
4949
-repo:https://github.com/maxbrunet/pre-commit-renovate
50-
rev:34.97.0
50+
rev:34.105.2
5151
hooks:
5252
-id:renovate-config-validator

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
requests==2.28.1
1+
requests==2.28.2
22
requests-toolbelt==0.10.1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp