File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.19.1
24
+ uses : python-semantic-release/python-semantic-release@v9.21.0
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
Original file line number Diff line number Diff line change 79
79
TOXENV : ${{ matrix.toxenv }}
80
80
run : tox -- --override-ini='log_cli=True'
81
81
- name : Upload codecov coverage
82
- uses : codecov/codecov-action@v5.3.1
82
+ uses : codecov/codecov-action@v5.4.0
83
83
with :
84
84
files : ./coverage.xml
85
85
flags : ${{ matrix.toxenv }}
@@ -102,7 +102,7 @@ jobs:
102
102
TOXENV : cover
103
103
run : tox
104
104
- name : Upload codecov coverage
105
- uses : codecov/codecov-action@v5.3.1
105
+ uses : codecov/codecov-action@v5.4.0
106
106
with :
107
107
files : ./coverage.xml
108
108
flags : unit
@@ -122,7 +122,7 @@ jobs:
122
122
pip install -r requirements-test.txt
123
123
- name : Build package
124
124
run : python -m build -o dist/
125
- - uses : actions/upload-artifact@v4.6.0
125
+ - uses : actions/upload-artifact@v4.6.1
126
126
with :
127
127
name : dist
128
128
path : dist
@@ -136,7 +136,7 @@ jobs:
136
136
uses : actions/setup-python@v5.4.0
137
137
with :
138
138
python-version : ' 3.12'
139
- - uses : actions/download-artifact@v4.1.8
139
+ - uses : actions/download-artifact@v4.1.9
140
140
with :
141
141
name : dist
142
142
path : dist
Original file line number Diff line number Diff line change 7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v4.2 .1
10
+ rev : v4.4 .1
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
51
51
- id : rst-directive-colons
52
52
- id : rst-inline-touching-normal
53
53
- repo : https://github.com/maxbrunet/pre-commit-renovate
54
- rev : 39.171.1
54
+ rev : 39.185.9
55
55
hooks :
56
56
- id : renovate-config-validator
Original file line number Diff line number Diff line change 2
2
furo==2024.8.6
3
3
jinja2==3.1.6
4
4
myst-parser==4.0.1
5
- sphinx==8.2.1
5
+ sphinx==8.2.3
6
6
sphinxcontrib-autoprogram==0.1.9
7
7
sphinx-autobuild==2024.10.3
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
argcomplete==2.0.0
3
3
black==25.1.0
4
- commitizen==4.2 .1
4
+ commitizen==4.4 .1
5
5
flake8==7.1.2
6
- isort==6.0.0
6
+ isort==6.0.1
7
7
mypy==1.15.0
8
8
pylint==3.3.4
9
- pytest==8.3.4
9
+ pytest==8.3.5
10
10
responses==0.25.6
11
11
respx==0.22.0
12
12
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ coverage==7.6.12
5
5
pytest-console-scripts==1.4.1
6
6
pytest-cov==6.0.0
7
7
pytest-github-actions-annotate-failures==0.3.0
8
- pytest==8.3.4
8
+ pytest==8.3.5
9
9
PyYaml==6.0.2
10
10
responses==0.25.6
11
11
respx==0.22.0
Original file line number Diff line number Diff line change 1
- gql == 3.5.0
1
+ gql == 3.5.2
2
2
httpx == 0.28.1
3
3
requests == 2.32.3
4
4
requests-toolbelt == 1.0.0
You can’t perform that action at this time.
0 commit comments