Skip to content

Commit 2c9ed8d

Browse files
Update all
1 parent fe05426 commit 2c9ed8d

File tree

6 files changed

+118
-130
lines changed

6 files changed

+118
-130
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ repos:
8080
- id: "end-of-file-fixer"
8181
- id: "trailing-whitespace"
8282
- repo: "https://github.com/DavidAnson/markdownlint-cli2"
83-
rev: "v0.13.0"
83+
rev: "v0.14.0"
8484
hooks:
8585
- id: "markdownlint-cli2"
8686
- repo: "https://github.com/srstevenson/nb-clean"
@@ -108,7 +108,7 @@ repos:
108108
hooks:
109109
- id: taplo-format
110110
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
111-
rev: "v0.5.1"
111+
rev: "v0.6.7"
112112
hooks:
113113
- id: "ruff"
114114
args: ["--extend-fixable", "PIE790"]

packages/_dev/pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ version = "0.0.0"
88
description = "Dev"
99
dependencies = [
1010
# ? Dev
11-
"cyclopts==2.9.3",
11+
"cyclopts==2.9.9",
1212
"dulwich==0.22.1",
1313
"pydantic-settings==2.5.2",
1414
"python-dotenv==1.0.1",
1515
"toml==0.10.2",
1616
# ? Docs
1717
"docutils==0.21.2",
18-
"myst-parser==3.0.1",
19-
"numpydoc==1.7.0",
18+
"myst-parser==4.0.0",
19+
"numpydoc==1.8.0",
2020
"ruamel-yaml==0.18.6",
21-
"sphinx==7.3.7",
21+
"sphinx==8.0.2",
2222
]
2323
[project.scripts]
2424
"dev" = "dev.tools.__main__:main"

pyproject.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,33 @@ dev-dependencies = [
3838
# ? Workspaces
3939
"dev",
4040
# ? Dev
41-
"debugpy==1.8.2",
42-
"fawltydeps==0.16.0",
43-
"pipdeptree==2.23.0",
44-
"pre-commit==3.7.1",
45-
"pyright==1.1.371",
46-
"ruff==0.5.1",
41+
"debugpy==1.8.5",
42+
"fawltydeps==0.17.0",
43+
"pipdeptree==2.23.4",
44+
"pre-commit==3.8.0",
45+
"pyright==1.1.381",
46+
"ruff==0.6.7",
4747
"snakeviz==2.2.0",
48-
"sourcery==1.21.0",
49-
"towncrier==23.11.0",
48+
"sourcery==1.22.0",
49+
"towncrier==24.8.0",
5050
# ? Docs
5151
"linkify-it-py==2.0.3",
5252
"myst-nb==1.1.1",
53-
"sphinx-autobuild==2024.4.16",
53+
"sphinx-autobuild==2024.9.19",
5454
"sphinx-autodoc2==0.5.0",
5555
"sphinx-book-theme==1.1.3",
56-
"sphinx-design==0.6.0",
56+
"sphinx-design==0.6.1",
5757
"sphinx-thebe==0.3.1",
5858
"sphinx-tippy==0.4.3",
5959
"sphinx-togglebutton==0.3.2",
60-
"sphinxcontrib-bibtex==2.6.2",
60+
"sphinxcontrib-bibtex==2.6.3",
6161
"sphinxcontrib-mermaid==0.9.2",
6262
"sphinxcontrib-towncrier==0.4.0a0",
6363
# ? Tests
6464
"pytest-cov==5.0.0",
6565
"pytest-custom-exit-code==0.3.0",
6666
"pytest-github-actions-annotate-failures==0.2.0",
67-
"pytest==8.2.2",
67+
"pytest==8.3.3",
6868
]
6969
[tool.uv.pip]
7070
all-extras = true

template/.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ repos:
7575
- id: "end-of-file-fixer"
7676
- id: "trailing-whitespace"
7777
- repo: "https://github.com/DavidAnson/markdownlint-cli2"
78-
rev: "v0.13.0"
78+
rev: "v0.14.0"
7979
hooks:
8080
- id: "markdownlint-cli2"
8181
- repo: "https://github.com/srstevenson/nb-clean"
@@ -103,7 +103,7 @@ repos:
103103
hooks:
104104
- id: taplo-format
105105
- repo: "https://github.com/charliermarsh/ruff-pre-commit"
106-
rev: "v0.5.1"
106+
rev: "v0.6.7"
107107
hooks:
108108
- id: "ruff"
109109
args: ["--extend-fixable", "PIE790"]

template/packages/_dev/pyproject.toml.jinja

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ version = "0.0.0"
88
description = "Dev"
99
dependencies = [
1010
# ? Dev
11-
"cyclopts==2.9.3",
11+
"cyclopts==2.9.9",
1212
"dulwich==0.22.1",
1313
"pydantic-settings==2.5.2",
1414
"python-dotenv==1.0.1",
1515
"toml==0.10.2",
1616
# ? Docs
1717
"docutils==0.21.2",
18-
"myst-parser==3.0.1",
19-
"numpydoc==1.7.0",
18+
"myst-parser==4.0.0",
19+
"numpydoc==1.8.0",
2020
"ruamel-yaml==0.18.6",
21-
"sphinx==7.3.7",
21+
"sphinx==8.0.2",
2222
]
2323
[project.scripts]
2424
"dev" = "dev.tools.__main__:main"

0 commit comments

Comments
 (0)