Skip to content

Commit 7727b7a

Browse files
committed
py(deps[dev]): Bump gp-sphinx packages to 0.0.1a2
why: The gp-sphinx workspace moved to v0.0.1a2; downstream branches need matching pins. sphinx-autodoc-pytest-fixtures is a new explicit dep required by the doc-pytest-plugin directive adopted in the docs commit. what: - bump gp-sphinx from 0.0.1a1 to 0.0.1a2 in dev and docs groups - add sphinx-autodoc-pytest-fixtures==0.0.1a2 to dev and docs groups - uv.lock will be refreshed once 0.0.1a2 is published to PyPI
1 parent bfc8a9a commit 7727b7a

File tree

2 files changed

+33
-13
lines changed

2 files changed

+33
-13
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Changes = "https://github.com/vcs-python/libvcs/blob/master/CHANGES"
6464
[dependency-groups]
6565
dev = [
6666
# Docs
67-
"gp-sphinx==0.0.1a1",
67+
"gp-sphinx==0.0.1a2",
68+
"sphinx-autodoc-pytest-fixtures==0.0.1a2",
6869
"gp-libs",
6970
"sphinx-autobuild",
7071
# Testing
@@ -83,7 +84,8 @@ dev = [
8384
]
8485

8586
docs = [
86-
"gp-sphinx==0.0.1a1",
87+
"gp-sphinx==0.0.1a2",
88+
"sphinx-autodoc-pytest-fixtures==0.0.1a2",
8789
"gp-libs",
8890
"sphinx-autobuild",
8991
]

uv.lock

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

0 commit comments

Comments
 (0)