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

Commit07d03dc

Browse files
chore(deps): update all non-major dependencies (#2493)
* chore(deps): update all non-major dependencies* chore(fixtures): downgrade GitLab for now* chore(deps): ungroup typing deps, group gitlab instead* chore(deps): downgrade argcomplete for now---------Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: Nejc Habjan <nejc.habjan@siemens.com>
1 parent4f7c784 commit07d03dc

File tree

6 files changed

+24
-25
lines changed

6 files changed

+24
-25
lines changed

‎.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.33.1
18+
uses:relekang/python-semantic-release@v7.33.2
1919
with:
2020
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2121
pypi_token:${{ secrets.PYPI_TOKEN }}

‎.pre-commit-config.yaml

Lines changed: 3 additions & 3 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:v2.40.0
10+
rev:v2.42.1
1111
hooks:
1212
-id:commitizen
1313
stages:[commit-msg]
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
-id:isort
2222
-repo:https://github.com/pycqa/pylint
23-
rev:v2.16.1
23+
rev:v2.17.0
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:34.124.5
50+
rev:34.160.0
5151
hooks:
5252
-id:renovate-config-validator

‎.renovaterc.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,15 @@
3434
"versioning":"regex:^v(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
3535
},
3636
{
37-
"packagePatterns": [
38-
"^gitlab\/gitlab-.+$"
39-
],
40-
"automerge":true
37+
"packageName":"argcomplete",
38+
"enabled":false
4139
},
4240
{
43-
"matchPackagePrefixes": [
44-
"types-"
41+
"packagePatterns": [
42+
"^gitlab\/gitlab-.+$"
4543
],
46-
"groupName":"typing dependencies"
44+
"automerge":true,
45+
"groupName":"GitLab"
4746
}
4847
]
4948
}

‎requirements-docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
furo==2022.9.29
2+
furo==2022.12.7
33
jinja2==3.1.2
4-
myst-parser==0.18.1
5-
sphinx==5.1.1
6-
sphinxcontrib-autoprogram==0.1.7
4+
myst-parser==0.19.2
5+
sphinx==5.3.0
6+
sphinxcontrib-autoprogram==0.1.8

‎requirements-lint.txt

Lines changed: 6 additions & 6 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.1.0
4-
commitizen==2.40.0
4+
commitizen==2.42.1
55
flake8==6.0.0
6-
isort==5.10.1
7-
mypy==1.0.0
8-
pylint==2.15.3
9-
pytest==7.1.3
10-
responses==0.22.0
6+
isort==5.12.0
7+
mypy==1.1.1
8+
pylint==2.17.0
9+
pytest==7.2.2
10+
responses==0.23.1
1111
types-PyYAML==6.0.12
1212
types-requests==2.28.11.2
1313
types-setuptools==65.5.0.1

‎requirements-test.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements.txt
2-
build==0.9.0
2+
build==0.10.0
33
coverage==7.2.1
44
pytest-console-scripts==1.3.1
55
pytest-cov==4.0.0
6-
pytest-github-actions-annotate-failures==0.1.7
7-
pytest==7.1.3
6+
pytest-github-actions-annotate-failures==0.1.8
7+
pytest==7.2.2
88
PyYaml==5.4.1
9-
responses==0.22.0
9+
responses==0.23.1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp