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 21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.1.0
24
+ uses : python-semantic-release/python-semantic-release@v9.1.1
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
Original file line number Diff line number Diff line change 78
78
TOXENV : ${{ matrix.toxenv }}
79
79
run : tox -- --override-ini='log_cli=True'
80
80
- name : Upload codecov coverage
81
- uses : codecov/codecov-action@v4.0.1
81
+ uses : codecov/codecov-action@v4.1.0
82
82
with :
83
83
files : ./coverage.xml
84
84
flags : ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100
100
TOXENV : cover
101
101
run : tox
102
102
- name : Upload codecov coverage
103
- uses : codecov/codecov-action@v4.0.1
103
+ uses : codecov/codecov-action@v4.1.0
104
104
with :
105
105
files : ./coverage.xml
106
106
flags : unit
@@ -133,7 +133,7 @@ jobs:
133
133
uses : actions/setup-python@v5.0.0
134
134
with :
135
135
python-version : ' 3.12'
136
- - uses : actions/download-artifact@v4.1.2
136
+ - uses : actions/download-artifact@v4.1.4
137
137
with :
138
138
name : dist
139
139
path : dist
Original file line number Diff line number Diff line change 47
47
- id : rst-directive-colons
48
48
- id : rst-inline-touching-normal
49
49
- repo : https://github.com/maxbrunet/pre-commit-renovate
50
- rev : 37.214.0
50
+ rev : 37.227.1
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest==8.0.2
10
10
responses==0.25.0
11
11
types-PyYAML==6.0.12.12
12
12
types-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 1
1
-r requirements.txt
2
- build==1.0.3
2
+ build==1.1.1
3
3
coverage==7.4.3
4
4
pytest-console-scripts==1.4.1
5
5
pytest-cov==4.1.0
You can’t perform that action at this time.
0 commit comments