File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
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.3
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 48
48
- id : rst-directive-colons
49
49
- id : rst-inline-touching-normal
50
50
- repo : https://github.com/maxbrunet/pre-commit-renovate
51
- rev : 35.111.0
51
+ rev : 35.115.2
52
52
hooks :
53
53
- id : renovate-config-validator
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
Original file line number Diff line number Diff line change 1
1
requests == 2.28.2
2
2
requests-toolbelt == 1.0.0
3
- typing-extensions == 4.6.2 ; python_version < "3.8"
3
+ typing-extensions == 4.6.3 ; python_version < "3.8"
You can’t perform that action at this time.
0 commit comments