Skip to content

Commit ca82938

Browse files
Bump the dev-dependencies group with 2 updates (#22)
Bumps the dev-dependencies group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [nbstripout](https://github.com/kynan/nbstripout). Updates `ruff` from 0.14.13 to 0.14.14 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.14.13...0.14.14) Updates `nbstripout` from 0.8.2 to 0.9.0 - [Release notes](https://github.com/kynan/nbstripout/releases) - [Changelog](https://github.com/kynan/nbstripout/blob/main/CHANGELOG.md) - [Commits](kynan/nbstripout@0.8.2...0.9.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: nbstripout dependency-version: 0.9.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c59f901 commit ca82938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dev = [
3535
"pytest==9.0.2",
3636
"pytest-cov==7.0.0",
3737
"mypy==1.19.1",
38-
"ruff==0.14.13",
38+
"ruff==0.14.14",
3939
"pre-commit==4.5.1",
40-
"nbstripout==0.8.2",
40+
"nbstripout==0.9.0",
4141
]
4242
docs = [
4343
"mkdocs==1.6.1",

0 commit comments

Comments
 (0)