Skip to content

Commit b3c1504

Browse files
authored
Merge pull request #171 from 56kyle/release/1.0.3
Release/1.0.3
2 parents 9249863 + e4be5bb commit b3c1504

File tree

7 files changed

+145
-117
lines changed

7 files changed

+145
-117
lines changed

.github/workflows/constraints.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip==24.2
22
nox==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

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -83,7 +83,7 @@ jobs:
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

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
furo==2022.12.7
22
sphinx==8.0.2
33
sphinx-click==4.4.0
4-
myst_parser==0.18.1
4+
myst_parser==4.0.0

poetry.lock

Lines changed: 133 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytest-static"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "pytest-static"
55
authors = ["Kyle Oliver <56kyleoliver@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)