Skip to content

Commit 6cee897

Browse files
dependabot[bot]aieng-bot[bot]
andauthored
chore(deps-dev): bump ruff from 0.15.13 to 0.15.14 (#132)
* chore(deps-dev): bump ruff from 0.15.13 to 0.15.14 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.15.13 to 0.15.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.15.13...0.15.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bump idna to >=3.15 to fix CVE-2026-45409 Co-authored-by: aieng-bot <aieng-bot@vectorinstitute.ai> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: aieng-bot[bot] <aieng-bot@vectorinstitute.ai>
1 parent 9c38df1 commit 6cee897

2 files changed

Lines changed: 30 additions & 27 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ requires-python = ">=3.12"
99
dependencies = [
1010
"aieng-topic-impl",
1111
"filelock==3.29.0",
12+
"idna>=3.15",
1213
"jupyter-server>=2.18.2",
1314
"jupyterlab>=4.5.7",
1415
"mistune>=3.2.0",
@@ -31,7 +32,7 @@ dev = [
3132
"pytest-asyncio>=0.25.2",
3233
"pytest-cov>=6.0.0",
3334
"pytest-mock>=3.14.0",
34-
"ruff>=0.15.13",
35+
"ruff>=0.15.14",
3536
]
3637

3738
[tool.uv.workspace]

uv.lock

Lines changed: 28 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)