Skip to content

Commit baf5dd0

Browse files
build(deps): bump the pip group (#1156)
Updates the requirements on [packaging](https://github.com/pypa/packaging), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `packaging` to 26.2 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@26.1...26.2) Updates `ruff` to 0.15.12 - [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.11...0.15.12) Updates `pre-commit` to 4.6.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.5.1...v4.6.0) --- updated-dependencies: - dependency-name: packaging dependency-version: '26.2' dependency-type: direct:production dependency-group: pip - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: pip - dependency-name: pre-commit dependency-version: 4.6.0 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 4cd8d4c commit baf5dd0

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
@@ -20,7 +20,7 @@ classifiers = [
2020
dependencies = [
2121
"httpx~=0.28.1",
2222
"mcp[cli]~=1.27.0",
23-
"packaging~=26.1",
23+
"packaging~=26.2",
2424
]
2525

2626
[project.scripts]
@@ -39,10 +39,10 @@ packages = ["src/elasticgraph_mcp"]
3939

4040
[dependency-groups]
4141
dev = [
42-
"ruff~=0.15.11",
42+
"ruff~=0.15.12",
4343
"pytest~=9.0.3",
4444
"pytest-cov~=7.1.0",
45-
"pre-commit~=4.5.1",
45+
"pre-commit~=4.6.0",
4646
"pytest-asyncio~=1.3.0",
4747
]
4848

0 commit comments

Comments
 (0)