File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed
Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-20.04
2424 steps :
25- - uses : actions/checkout@v3.5.2
25+ - uses : actions/checkout@v3.5.3
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.6.1
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-20.04
4444 steps :
45- - uses : actions/checkout@v3.5.2
45+ - uses : actions/checkout@v3.5.3
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.6.1
4848 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3.5.2
25+ - uses : actions/checkout@v3.5.3
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.6.1
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3.5.2
32+ - uses : actions/checkout@v3.5.3
3333 - uses : actions/setup-python@v4.6.1
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change 1313 id-token : write
1414 environment : pypi.org
1515 steps :
16- - uses : actions/checkout@v3.5.2
16+ - uses : actions/checkout@v3.5.3
1717 with :
1818 fetch-depth : 0
1919 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2929 echo "::add-mask::${api_token}"
3030 echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
3131 - name : Python Semantic Release
32- uses : relekang/python-semantic-release@v7.33.5
32+ uses : relekang/python-semantic-release@v7.34.3
3333 with :
3434 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
3535 pypi_token : ${{ steps.mint-token.outputs.api-token }}
Original file line number Diff line number Diff line change 4848 version : " 3.11"
4949 toxenv : py310,smoke
5050 steps :
51- - uses : actions/checkout@v3.5.2
51+ - uses : actions/checkout@v3.5.3
5252 - name : Set up Python ${{ matrix.python.version }}
5353 uses : actions/setup-python@v4.6.1
5454 with :
6666 matrix :
6767 toxenv : [api_func_v4, cli_func_v4]
6868 steps :
69- - uses : actions/checkout@v3.5.2
69+ - uses : actions/checkout@v3.5.3
7070 - name : Set up Python
7171 uses : actions/setup-python@v4.6.1
7272 with :
8787 coverage :
8888 runs-on : ubuntu-20.04
8989 steps :
90- - uses : actions/checkout@v3.5.2
90+ - uses : actions/checkout@v3.5.3
9191 - name : Set up Python ${{ matrix.python-version }}
9292 uses : actions/setup-python@v4.6.1
9393 with :
@@ -111,7 +111,7 @@ jobs:
111111 name : Python wheel
112112 steps :
113113 - uses : actions/checkout@v1.2.0
114- - uses : actions/setup-python@v2.3.3
114+ - uses : actions/setup-python@v2.3.4
115115 with :
116116 python-version : " 3.11"
117117 - name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128128 runs-on : ubuntu-latest
129129 needs : [dist]
130130 steps :
131- - uses : actions/checkout@v3.5.2
131+ - uses : actions/checkout@v3.5.3
132132 - name : Set up Python
133133 uses : actions/setup-python@v4.6.1
134134 with :
Original file line number Diff line number Diff line change 4848 - id : rst-directive-colons
4949 - id : rst-inline-touching-normal
5050 - repo : https://github.com/maxbrunet/pre-commit-renovate
51- rev : 35.111.0
51+ rev : 35.115.2
5252 hooks :
5353 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2023.3.27
2+ furo==2023.5.20
33jinja2==3.1.2
44myst-parser==1.0.0
55sphinx==6.2.1
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pylint==2.17.4
99pytest==7.3.1
1010responses==0.23.1
1111types-PyYAML==6.0.12.10
12- types-requests==2.31.0.0
12+ types-requests==2.31.0.1
1313types-setuptools==67.8.0.0
Original file line number Diff line number Diff line change 11-r requirements.txt
22build==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
55pytest-cov==4.1.0
66pytest-github-actions-annotate-failures==0.2.0
77pytest==7.3.1
Original file line number Diff line number Diff line change 11requests == 2.28.2
22requests-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