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

Commit451d951

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

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

‎.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@v9.19.1
24+
uses:python-semantic-release/python-semantic-release@v9.21.0
2525
with:
2626
github_token:${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

‎.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
TOXENV:${{ matrix.toxenv }}
8080
run:tox -- --override-ini='log_cli=True'
8181
-name:Upload codecov coverage
82-
uses:codecov/codecov-action@v5.3.1
82+
uses:codecov/codecov-action@v5.4.0
8383
with:
8484
files:./coverage.xml
8585
flags:${{ matrix.toxenv }}
@@ -102,7 +102,7 @@ jobs:
102102
TOXENV:cover
103103
run:tox
104104
-name:Upload codecov coverage
105-
uses:codecov/codecov-action@v5.3.1
105+
uses:codecov/codecov-action@v5.4.0
106106
with:
107107
files:./coverage.xml
108108
flags:unit
@@ -122,7 +122,7 @@ jobs:
122122
pip install -r requirements-test.txt
123123
-name:Build package
124124
run:python -m build -o dist/
125-
-uses:actions/upload-artifact@v4.6.0
125+
-uses:actions/upload-artifact@v4.6.1
126126
with:
127127
name:dist
128128
path:dist
@@ -136,7 +136,7 @@ jobs:
136136
uses:actions/setup-python@v5.4.0
137137
with:
138138
python-version:'3.12'
139-
-uses:actions/download-artifact@v4.1.8
139+
-uses:actions/download-artifact@v4.1.9
140140
with:
141141
name:dist
142142
path:dist

‎.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:v4.2.1
10+
rev:v4.4.1
1111
hooks:
1212
-id:commitizen
1313
stages:[commit-msg]
@@ -51,6 +51,6 @@ repos:
5151
-id:rst-directive-colons
5252
-id:rst-inline-touching-normal
5353
-repo:https://github.com/maxbrunet/pre-commit-renovate
54-
rev:39.171.1
54+
rev:39.185.9
5555
hooks:
5656
-id:renovate-config-validator

‎requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
furo==2024.8.6
33
jinja2==3.1.6
44
myst-parser==4.0.1
5-
sphinx==8.2.1
5+
sphinx==8.2.3
66
sphinxcontrib-autoprogram==0.1.9
77
sphinx-autobuild==2024.10.3

‎requirements-lint.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==25.1.0
4-
commitizen==4.2.1
4+
commitizen==4.4.1
55
flake8==7.1.2
6-
isort==6.0.0
6+
isort==6.0.1
77
mypy==1.15.0
88
pylint==3.3.4
9-
pytest==8.3.4
9+
pytest==8.3.5
1010
responses==0.25.6
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20241230
13-
types-requests==2.32.0.20241016
14-
types-setuptools==75.8.0.20250210
13+
types-requests==2.32.0.20250306
14+
types-setuptools==75.8.2.20250305

‎requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage==7.6.12
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.0.0
77
pytest-github-actions-annotate-failures==0.3.0
8-
pytest==8.3.4
8+
pytest==8.3.5
99
PyYaml==6.0.2
1010
responses==0.25.6
1111
respx==0.22.0

‎requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
gql==3.5.0
1+
gql==3.5.2
22
httpx==0.28.1
33
requests==2.32.3
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp