File tree Expand file tree Collapse file tree 8 files changed +15
-15
lines changed
Expand file tree Collapse file tree 8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3.1.0
2626 - name : Set up Python
27- uses : actions/setup-python@v4.2 .0
27+ uses : actions/setup-python@v4.3 .0
2828 with :
2929 python-version : " 3.10"
3030 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v3.1.0
4646 - name : Set up Python
47- uses : actions/setup-python@v4.2 .0
47+ uses : actions/setup-python@v4.3 .0
4848 with :
4949 python-version : " 3.10"
5050 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3.1.0
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v4.2 .0
28+ - uses : actions/setup-python@v4.3 .0
2929 with :
3030 python-version : " 3.10"
3131 - run : pip install --upgrade tox
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - uses : actions/checkout@v3.1.0
33- - uses : actions/setup-python@v4.2 .0
33+ - uses : actions/setup-python@v4.3 .0
3434 with :
3535 python-version : " 3.10"
3636 - name : Install pre-commit
Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
1717 - name : Python Semantic Release
18- uses : relekang/python-semantic-release@v7.31.2
18+ uses : relekang/python-semantic-release@v7.32.1
1919 with :
2020 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2121 pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 1515 stale :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/stale@v6.0.0
18+ - uses : actions/stale@v6.0.1
1919 with :
2020 any-of-labels : ' need info,Waiting for response'
2121 stale-issue-message : >
Original file line number Diff line number Diff line change 4747 steps :
4848 - uses : actions/checkout@v3.1.0
4949 - name : Set up Python ${{ matrix.python.version }}
50- uses : actions/setup-python@v4.2 .0
50+ uses : actions/setup-python@v4.3 .0
5151 with :
5252 python-version : ${{ matrix.python.version }}
5353 - name : Install dependencies
6565 steps :
6666 - uses : actions/checkout@v3.1.0
6767 - name : Set up Python
68- uses : actions/setup-python@v4.2 .0
68+ uses : actions/setup-python@v4.3 .0
6969 with :
7070 python-version : " 3.10"
7171 - name : Install dependencies
7575 TOXENV : ${{ matrix.toxenv }}
7676 run : tox -- --override-ini='log_cli=True'
7777 - name : Upload codecov coverage
78- uses : codecov/codecov-action@v3
78+ uses : codecov/codecov-action@v3.1.1
7979 with :
8080 files : ./coverage.xml
8181 flags : ${{ matrix.toxenv }}
8686 steps :
8787 - uses : actions/checkout@v3.1.0
8888 - name : Set up Python ${{ matrix.python-version }}
89- uses : actions/setup-python@v4.2 .0
89+ uses : actions/setup-python@v4.3 .0
9090 with :
9191 python-version : " 3.10"
9292 - name : Install dependencies
9797 TOXENV : cover
9898 run : tox
9999 - name : Upload codecov coverage
100- uses : codecov/codecov-action@v3
100+ uses : codecov/codecov-action@v3.1.1
101101 with :
102102 files : ./coverage.xml
103103 flags : unit
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 : v2.32.2
10+ rev : v2.35.0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.14.5
23+ rev : v2.15.4
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
4545 - id : rst-directive-colons
4646 - id : rst-inline-touching-normal
4747 - repo : https://github.com/maxbrunet/pre-commit-renovate
48- rev : 32.201.2
48+ rev : 32.238.4
4949 hooks :
5050 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11requests == 2.28.1
2- requests-toolbelt == 0.9.1
2+ requests-toolbelt == 0.10.0
You can’t perform that action at this time.
0 commit comments