Skip to content

Commit 9ce35ce

Browse files
chore(deps): Bump the minor-and-patch group across 1 directory with 3 updates
Bumps the minor-and-patch group with 3 updates in the /mcp/flight_tool directory: [playwright](https://github.com/microsoft/playwright-python), [fastmcp](https://github.com/PrefectHQ/fastmcp) and [protobuf](https://github.com/protocolbuffers/protobuf). Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.60.0...v1.61.0) Updates `fastmcp` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v3.4.0...v3.4.2) Updates `protobuf` from 7.35.0 to 7.35.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: protobuf dependency-version: 7.35.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3716b35 commit 9ce35ce

2 files changed

Lines changed: 35 additions & 33 deletions

File tree

mcp/flight_tool/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
88
"fast_flights>=0.1.0",
9-
"playwright>=1.60.0",
9+
"playwright>=1.61.0",
1010
"authlib>=1.7.2", # Indirect; prevents CVE-2026-27962
1111
"urllib3>=2.7.0", # Indirect; prevents CVE-2025-66418
12-
"fastmcp>=3.4.0", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
13-
"protobuf>=6.33.5", # Indirect; prevents CVE-2026-0994
12+
"fastmcp>=3.4.2", # Indirect; prevents CVE-2026-32871 (critical), CVE-2026-27124 (high)
13+
"protobuf>=7.35.1", # Indirect; prevents CVE-2026-0994
1414
"cryptography>=48.0.0,<49", # Indirect; prevents CVE-2026-26007
1515
"pyjwt>=2.13.0", # Indirect; prevents CVE-2026-32597
1616
]

mcp/flight_tool/uv.lock

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

0 commit comments

Comments
 (0)