File tree Expand file tree Collapse file tree 7 files changed +145
-117
lines changed
Expand file tree Collapse file tree 7 files changed +145
-117
lines changed Original file line number Diff line number Diff line change 11pip==24.2
22nox==2022.8.7
3- nox-poetry==1.0.2
4- poetry==1.6.1
5- virtualenv==20.25.0
3+ nox-poetry==1.0.3
4+ poetry==1.8.3
5+ virtualenv==20.26.3
Original file line number Diff line number Diff line change 1414 pull-requests : write
1515 steps :
1616 - name : Check out the repository
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v4
1818
1919 - name : Run Labeler
2020 uses : crazy-max/ghaction-github-labeler@v4.2.0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Check out the repository
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 2
2222
@@ -61,11 +61,11 @@ jobs:
6161
6262 - name : Publish package on PyPI
6363 if : steps.check-version.outputs.tag
64- uses : pypa/gh-action-pypi-publish@v1.8.10
64+ uses : pypa/gh-action-pypi-publish@v1.9.0
6565
6666 - name : Publish package on TestPyPI
6767 if : " ! steps.check-version.outputs.tag"
68- uses : pypa/gh-action-pypi-publish@v1.8.10
68+ uses : pypa/gh-action-pypi-publish@v1.9.0
6969 with :
7070 repository-url : https://test.pypi.org/legacy/
7171
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Check out the repository
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939
4040 - name : Set up Python ${{ matrix.python }}
4141 uses : actions/setup-python@v4.6.1
8383 print("::set-output name=result::{}".format(result))
8484
8585 - name : Restore pre-commit cache
86- uses : actions/cache@v3
86+ uses : actions/cache@v4
8787 if : matrix.session == 'pre-commit'
8888 with :
8989 path : ~/.cache/pre-commit
@@ -114,7 +114,7 @@ jobs:
114114 needs : tests
115115 steps :
116116 - name : Check out the repository
117- uses : actions/checkout@v3
117+ uses : actions/checkout@v4
118118
119119 - name : Set up Python
120120 uses : actions/setup-python@v4.6.1
Original file line number Diff line number Diff line change 11furo == 2022.12.7
22sphinx == 8.0.2
33sphinx-click == 4.4.0
4- myst_parser == 0.18.1
4+ myst_parser == 4.0.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pytest-static"
3- version = " 1.0.2 "
3+ version = " 1.0.3 "
44description = " pytest-static"
55authors = [" Kyle Oliver <56kyleoliver@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments