File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
echo "::add-mask::${api_token}"
30
30
echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
31
31
- name : Python Semantic Release
32
- uses : relekang/python-semantic-release@v7.33.5
32
+ uses : relekang/python-semantic-release@v7.34.2
33
33
with :
34
34
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
35
35
pypi_token : ${{ steps.mint-token.outputs.api-token }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
name : Python wheel
112
112
steps :
113
113
- uses : actions/checkout@v1.2.0
114
- - uses : actions/setup-python@v2.3.3
114
+ - uses : actions/setup-python@v2.3.4
115
115
with :
116
116
python-version : " 3.11"
117
117
- name : Install dependencies
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
- furo==2023.3.27
2
+ furo==2023.5.20
3
3
jinja2==3.1.2
4
4
myst-parser==1.0.0
5
5
sphinx==6.2.1
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pylint==2.17.4
9
9
pytest==7.3.1
10
10
responses==0.23.1
11
11
types-PyYAML==6.0.12.10
12
- types-requests==2.31.0.0
12
+ types-requests==2.31.0.1
13
13
types-setuptools==67.8.0.0
Original file line number Diff line number Diff line change 1
1
-r requirements.txt
2
2
build==0.10.0
3
- coverage==7.2.6
4
- pytest-console-scripts==1.4.0
3
+ coverage==7.2.7
4
+ pytest-console-scripts==1.4.1
5
5
pytest-cov==4.1.0
6
6
pytest-github-actions-annotate-failures==0.2.0
7
7
pytest==7.3.1
You can’t perform that action at this time.
0 commit comments