Skip to content

Commit 2ced1ff

Browse files
committed
bump optional package dependencies
1 parent 6170b1d commit 2ced1ff

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

mkdocs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ plugins:
115115
# - docstring_inheritance.griffe
116116
allow_inspection: true
117117
docstring_style: google
118-
docstring_options:
119-
replace_admonitions: no
120118
show_root_heading: true
121119
show_root_toc_entry: false
122120
show_root_full_path: true

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ packages = [
5353
optional = true
5454

5555
[tool.poetry.group.dev.dependencies]
56-
black = "24.*"
56+
black = "25.*"
5757
blacken-docs = "1.*"
5858
pre-commit = "4.*"
59-
isort = "5.*"
59+
isort = "6.*"
6060
codespell = "2.*"
6161
pyupgrade = "3.*"
6262
pylint = "3.*"
@@ -75,7 +75,7 @@ mkdocs-coverage = "1.*"
7575
mkdocs-autorefs = "1.*"
7676
livereload = "2.*"
7777
mike = "2.*"
78-
black = "24.*"
78+
black = "25.*"
7979
docstring-inheritance = "2.*"
8080

8181
[tool.poetry.group.test]

0 commit comments

Comments
 (0)