File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2424 steps :
2525 - uses : actions/checkout@v3.3.0
2626 - name : Set up Python
27- uses : actions/setup-python@v4.4 .0
27+ uses : actions/setup-python@v4.5 .0
2828 with :
2929 python-version : " 3.11"
3030 - name : Install dependencies
4444 steps :
4545 - uses : actions/checkout@v3.3.0
4646 - name : Set up Python
47- uses : actions/setup-python@v4.4 .0
47+ uses : actions/setup-python@v4.5 .0
4848 with :
4949 python-version : " 3.11"
5050 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v3.3.0
2626 with :
2727 fetch-depth : 0
28- - uses : actions/setup-python@v4.4 .0
28+ - uses : actions/setup-python@v4.5 .0
2929 with :
3030 python-version : " 3.11"
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.3.0
33- - uses : actions/setup-python@v4.4 .0
33+ - uses : actions/setup-python@v4.5 .0
3434 with :
3535 python-version : " 3.11"
3636 - name : install tox
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.32.2
18+ uses : relekang/python-semantic-release@v7.33.0
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 4848 steps :
4949 - uses : actions/checkout@v3.3.0
5050 - name : Set up Python ${{ matrix.python.version }}
51- uses : actions/setup-python@v4.4 .0
51+ uses : actions/setup-python@v4.5 .0
5252 with :
5353 python-version : ${{ matrix.python.version }}
5454 - name : Install dependencies
6666 steps :
6767 - uses : actions/checkout@v3.3.0
6868 - name : Set up Python
69- uses : actions/setup-python@v4.4 .0
69+ uses : actions/setup-python@v4.5 .0
7070 with :
7171 python-version : " 3.11"
7272 - name : Install dependencies
8787 steps :
8888 - uses : actions/checkout@v3.3.0
8989 - name : Set up Python ${{ matrix.python-version }}
90- uses : actions/setup-python@v4.4 .0
90+ uses : actions/setup-python@v4.5 .0
9191 with :
9292 python-version : " 3.11"
9393 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 steps :
129129 - uses : actions/checkout@v3.3.0
130130 - name : Set up Python
131- uses : actions/setup-python@v4.4 .0
131+ uses : actions/setup-python@v4.5 .0
132132 with :
133133 python-version : ' 3.11'
134134 - uses : actions/download-artifact@v3.0.2
Original file line number Diff line number Diff line change @@ -41,12 +41,12 @@ repos:
4141 - types-requests==2.28.11.2
4242 - types-setuptools==64.0.1
4343 - repo : https://github.com/pre-commit/pygrep-hooks
44- rev : v1.9 .0
44+ rev : v1.10 .0
4545 hooks :
4646 - id : rst-backticks
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 34.97.0
50+ rev : 34.105.2
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change 1- requests == 2.28.1
1+ requests == 2.28.2
22requests-toolbelt == 0.10.1
You can’t perform that action at this time.
0 commit comments