Skip to content

Commit d0aed7a

Browse files
build(deps-dev): bump the pip group (#1125)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `ruff` to 0.15.10 - [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.0...0.15.10) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.0...9.0.3) Updates `pre-commit` to 4.5.1 - [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.5.0...v4.5.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.10 dependency-type: direct:development dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 182fa35 commit d0aed7a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ai_tools/elasticgraph-mcp-server/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ packages = ["src/elasticgraph_mcp"]
3939

4040
[dependency-groups]
4141
dev = [
42-
"ruff~=0.15.0",
43-
"pytest~=9.0.0",
42+
"ruff~=0.15.10",
43+
"pytest~=9.0.3",
4444
"pytest-cov~=7.1.0",
45-
"pre-commit~=4.5.0",
45+
"pre-commit~=4.5.1",
4646
"pytest-asyncio~=1.3.0",
4747
]
4848

0 commit comments

Comments
 (0)