Skip to content

Commit

Permalink
Merge pull request #20 from cmi-dair/dependabot/pip/pdoc-14.3.0
Browse files Browse the repository at this point in the history
Bump pdoc from 14.2.0 to 14.3.0
  • Loading branch information
nx10 authored Jan 2, 2024
2 parents c8a349a + a6fa092 commit 2565535
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{include = "tsconcat", from = "src"}]
[tool.poetry.dependencies]
python = "^3.11"
bids2table = "^0.1.0a0"
pdoc = {version = "^14.2.0", optional = true}
pdoc = {version = "^14.3.0", optional = true}
nibabel = "^5.2.0"
numpy = "^1.25.1"
pandas = "<2.2" # 2.1.x breaks bids2table/elbow
Expand All @@ -24,7 +24,7 @@ pytest-cov = "^4.1.0"
ruff = "^0.1.8"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.2.0"
pdoc = "^14.3.0"

[tool.poetry.extras]
docs = ["pdoc"]
Expand Down

0 comments on commit 2565535

Please sign in to comment.