File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
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.1.0
24+ uses : python-semantic-release/python-semantic-release@v9.1.1
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
Original file line number Diff line number Diff line change 7878 TOXENV : ${{ matrix.toxenv }}
7979 run : tox -- --override-ini='log_cli=True'
8080 - name : Upload codecov coverage
81- uses : codecov/codecov-action@v4.0.1
81+ uses : codecov/codecov-action@v4.1.0
8282 with :
8383 files : ./coverage.xml
8484 flags : ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v4.0.1
103+ uses : codecov/codecov-action@v4.1.0
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
@@ -133,7 +133,7 @@ jobs:
133133 uses : actions/setup-python@v5.0.0
134134 with :
135135 python-version : ' 3.12'
136- - uses : actions/download-artifact@v4.1.2
136+ - uses : actions/download-artifact@v4.1.4
137137 with :
138138 name : dist
139139 path : dist
Original file line number Diff line number Diff line change 4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 37.214.0
50+ rev : 37.227.1
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest==8.0.2
1010responses==0.25.0
1111types-PyYAML==6.0.12.12
1212types-requests==2.31.0.20240218
13- types-setuptools==69.1.0.20240223
13+ types-setuptools==69.1.0.20240302
Original file line number Diff line number Diff line change 11-r requirements.txt
2- build==1.0.3
2+ build==1.1.1
33coverage==7.4.3
44pytest-console-scripts==1.4.1
55pytest-cov==4.1.0
You can’t perform that action at this time.
0 commit comments