Skip to content

Commit 3888621

Browse files
build(deps-dev): bump the all group with 2 updates
Bumps the all group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `ruff` from 0.14.5 to 0.14.6 - [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.5...0.14.6) Updates `pre-commit` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pre-commit dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 980a4c5 commit 3888621

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ packages = [{ include = "videoipath_automation_tool", from = "src" },
4040
{ include = "vipat_cli_scripts", from = "src" },]
4141

4242
[tool.poetry.group.dev.dependencies]
43-
ruff = "^0.14.5"
44-
pre-commit = "^4.4.0"
43+
ruff = "^0.14.6"
44+
pre-commit = "^4.5.0"
4545

4646
[tool.poetry.group.test.dependencies]
4747
pytest = "^9.0.1"

0 commit comments

Comments
 (0)