Skip to content

Commit 4122a2d

Browse files
committed
py(deps[dev]) Bump gp-libs v0.0.17 -> v0.0.18
why: Require gp-libs 0.0.18 (Sphinx _build/ doctest-collection fix). what: - Add gp-libs>=0.0.18 floor across dev/docs/testing groups - Relock
1 parent 7747082 commit 4122a2d

2 files changed

Lines changed: 74 additions & 74 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ dev = [
7373
"gp-sphinx==0.0.1a31",
7474
"sphinx-autodoc-argparse==0.0.1a31",
7575
"sphinx-autodoc-api-style==0.0.1a31",
76-
"gp-libs",
76+
"gp-libs>=0.0.18",
7777
"sphinx-autobuild",
7878
# Testing
79-
"gp-libs",
79+
"gp-libs>=0.0.18",
8080
"pytest",
8181
"syrupy",
8282
"pytest-asyncio",
@@ -102,11 +102,11 @@ docs = [
102102
"gp-sphinx==0.0.1a31",
103103
"sphinx-autodoc-argparse==0.0.1a31",
104104
"sphinx-autodoc-api-style==0.0.1a31",
105-
"gp-libs",
105+
"gp-libs>=0.0.18",
106106
"sphinx-autobuild",
107107
]
108108
testing = [
109-
"gp-libs",
109+
"gp-libs>=0.0.18",
110110
"pytest",
111111
"syrupy",
112112
"pytest-asyncio",

uv.lock

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

0 commit comments

Comments
 (0)