Bump the "all" group with 1 update across multiple ecosystems - #142
Merged
Conversation
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [fastmcp](https://github.com/PrefectHQ/fastmcp) | `3.3.1` | `3.4.0` | | [pymodbus](https://github.com/pymodbus-dev/pymodbus) | `3.12.1` | `3.13.0` | | [typer](https://github.com/fastapi/typer) | `0.25.1` | `0.26.7` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.15` | Updates `fastmcp` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v3.3.1...v3.4.0) Updates `pymodbus` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/pymodbus-dev/pymodbus/releases) - [Changelog](https://github.com/pymodbus-dev/pymodbus/blob/dev/CHANGELOG.rst) - [Commits](pymodbus-dev/pymodbus@v3.12.1...v3.13.0) Updates `typer` from 0.25.1 to 0.26.7 - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](fastapi/typer@0.25.1...0.26.7) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `ruff` from 0.15.13 to 0.15.15 - [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.15) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pymodbus dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typer dependency-version: 0.26.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ruff dependency-version: 0.15.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the all group with 5 updates:
3.3.13.4.03.12.13.13.00.25.10.26.71.3.01.4.00.15.130.15.15Updates
fastmcpfrom 3.3.1 to 3.4.0Release notes
Sourced from fastmcp's releases.
... (truncated)
Changelog
Sourced from fastmcp's changelog.
... (truncated)
Commits
e124bdeFix MDX syntax error in changelog (#4270)dae11bbBackfill changelog and updates through v3.4.0 (#4269)0f4f78cFix resource templates with query params on proxied servers (#4251)1a06130Fix GitHub MCP resource integration test (#4253)58e0f53Decouple FastMCP access token lifetime from upstream expires_in (#4254)8e66b0aUpgrade ty to 0.0.39 (#4225)53b2016Close upstream OAuth clients (#4248)989f6f8docs: add tool fingerprinting recipe for stable schema hashing (#4233)140d96aForward proxy initialize as bridge behavior (#4228)e9848d6fix: Trendshift link and badge in README.md (#4236)Updates
pymodbusfrom 3.12.1 to 3.13.0Release notes
Sourced from pymodbus's releases.
Changelog
Sourced from pymodbus's changelog.
Commits
6818f13Merge branch 'dev'8f5a46fPrepare v3.13.0. (#2915)5b00b62Correct missing types. (#2914)54d8f73Altherma heat pump control, with Home Assistant and updating server. (#2907)5666da1SimDevice, use_bit_address allows different addressing for BITS. (#2908)5ecfa71Remove 3.5char frame time check. (#2912)7fcb30aFixed Modbus*Context. (#2910)6ed19deFix bug in ModbusDeviceContext. (#2909)c17f780Fix log level in examples (#2902)f5b10e3Fix CSS lookup for simulator server (#2904)Updates
typerfrom 0.25.1 to 0.26.7Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
4e10334🔖 Release version 0.26.7 (#1823)08a8a03📝 Update release notes8e75bc3🐛 Respect wait=False when launching URLs with xdg-open (#1820)d2e002a🔖 Release version 0.26.6 (#1822)2fe5d0c📝 Update release notes06fce7d🐛 Ensure that the default of a list argument is used correctly (#1821)7f888b2📝 Update release notes2e9bf9e👷 Speed up the CI by shuffling the test matrix (#1815)1888fa2🔖 Release version 0.26.5 (#1813)a493a98📝 Update release notesUpdates
pytest-asynciofrom 1.3.0 to 1.4.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
6e14cd2chore: Prepare release of v1.4.0.4b900fbBuild(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1ab9f632Build(deps): Bump zipp from 3.23.1 to 4.1.0a56fc77Build(deps): Bump hypothesis from 6.152.6 to 6.152.8e8bae9bBuild(deps): Bump requests from 2.34.0 to 2.34.2fc43340Build(deps): Bump idna from 3.14 to 3.15762eaf5Build(deps): Bump jaraco-functools from 4.4.0 to 4.5.0b62e222Build(deps): Bump click from 8.3.3 to 8.4.09190447Build(deps): Bump pydantic from 2.13.3 to 2.13.482a393cci: Remove unnecessary debug output.Updates
rufffrom 0.15.13 to 0.15.15Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
db5aa0aBump 0.15.15 (#25431)366fe21[ty] Improve diagnostics for syntax errors in forward annotations (#25158)e2e1e64[ty] Remove excess capacity from more Salsa cached collections (#25411)1bd77e1[ty] Use diagnostic message as tie breaker when sorting (#25424)7e1bc1eAdd agent skills for working on ty (#25422)574e107Expand semantic syntax errors for invalid walruses (#25415)4a7ca06[ty] Display docs for matching parameter when hovering over the name of an ar...5432709Refine a few agents instructions (#25423)3cb09eb[ty] Supporttyping.TypeForm(#25334)c8cd59f[ty] Infer class attributes assigned by metaclass initialization (#25342)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions