Skip to content

Commit 38254e1

Browse files
committed
Merge branch 'refs/heads/master' into develop
2 parents e315bac + 4324d2c commit 38254e1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip==23.2.1
1+
pip==24.2
22
nox==2022.8.7
33
nox-poetry==1.0.2
44
poetry==1.6.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
repository-url: https://test.pypi.org/legacy/
7171

7272
- name: Publish the release notes
73-
uses: release-drafter/release-drafter@v5.23.0
73+
uses: release-drafter/release-drafter@v6.0.0
7474
with:
7575
publish: ${{ steps.check-version.outputs.tag != '' }}
7676
tag: ${{ steps.check-version.outputs.tag }}

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
2-
sphinx==7.3.7
2+
sphinx==8.0.2
33
sphinx-click==4.4.0
44
myst_parser==0.18.1

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.0"
3+
version = "1.0.1"
44
description = "pytest-static"
55
authors = ["Kyle Oliver <56kyleoliver@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)