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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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]
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
Original file line number Diff line number Diff line change 22furo==2024.8.6
33jinja2==3.1.6
44myst-parser==4.0.1
5- sphinx==8.2.1
5+ sphinx==8.2.3
66sphinxcontrib-autoprogram==0.1.9
77sphinx-autobuild==2024.10.3
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==25.1.0
4- commitizen==4.2 .1
4+ commitizen==4.4 .1
55flake8==7.1.2
6- isort==6.0.0
6+ isort==6.0.1
77mypy==1.15.0
88pylint==3.3.4
9- pytest==8.3.4
9+ pytest==8.3.5
1010responses==0.25.6
1111respx==0.22.0
1212types-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
55pytest-console-scripts==1.4.1
66pytest-cov==6.0.0
77pytest-github-actions-annotate-failures==0.3.0
8- pytest==8.3.4
8+ pytest==8.3.5
99PyYaml==6.0.2
1010responses==0.25.6
1111respx==0.22.0
Original file line number Diff line number Diff line change 1- gql == 3.5.0
1+ gql == 3.5.2
22httpx == 0.28.1
33requests == 2.32.3
44requests-toolbelt == 1.0.0
You can’t perform that action at this time.
0 commit comments