Skip to content

Commit 8a2d135

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 18a546e commit 8a2d135

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
@@ -67,10 +67,10 @@ dev = [
6767
"gp-sphinx==0.0.1a31",
6868
"sphinx-autodoc-api-style==0.0.1a31",
6969
"sphinx-autodoc-pytest-fixtures==0.0.1a31",
70-
"gp-libs",
70+
"gp-libs>=0.0.18",
7171
"sphinx-autobuild",
7272
# Testing
73-
"gp-libs",
73+
"gp-libs>=0.0.18",
7474
"pytest",
7575
"pytest-rerunfailures",
7676
"pytest-mock",
@@ -88,11 +88,11 @@ docs = [
8888
"gp-sphinx==0.0.1a31",
8989
"sphinx-autodoc-api-style==0.0.1a31",
9090
"sphinx-autodoc-pytest-fixtures==0.0.1a31",
91-
"gp-libs",
91+
"gp-libs>=0.0.18",
9292
"sphinx-autobuild",
9393
]
9494
testing = [
95-
"gp-libs",
95+
"gp-libs>=0.0.18",
9696
"pytest",
9797
"pytest-rerunfailures",
9898
"pytest-mock",

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)