chore(deps)(deps): Bump the python-minor-patch group across 1 directory with 8 updates#131
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps)(deps): Bump the python-minor-patch group across 1 directory with 8 updates#131dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…ry with 8 updates Bumps the python-minor-patch group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.3` | `2.7.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.13.3` | `2.13.4` | | [tox](https://github.com/tox-dev/tox) | `4.53.1` | `4.54.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` | | [openapi-python-client](https://github.com/openapi-generators/openapi-python-client) | `0.28.3` | `0.28.4` | | [poethepoet](https://github.com/nat-n/poethepoet) | `0.45.0` | `0.46.0` | | [ty](https://github.com/astral-sh/ty) | `0.0.34` | `0.0.37` | | [fastmcp](https://github.com/PrefectHQ/fastmcp) | `3.2.4` | `3.3.1` | Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) Updates `pydantic` from 2.13.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.13.3...v2.13.4) Updates `tox` from 4.53.1 to 4.54.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.53.1...4.54.0) Updates `ruff` from 0.15.12 to 0.15.13 - [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.12...0.15.13) Updates `openapi-python-client` from 0.28.3 to 0.28.4 - [Release notes](https://github.com/openapi-generators/openapi-python-client/releases) - [Changelog](https://github.com/openapi-generators/openapi-python-client/blob/main/CHANGELOG.md) - [Commits](openapi-generators/openapi-python-client@v0.28.3...v0.28.4) Updates `poethepoet` from 0.45.0 to 0.46.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](nat-n/poethepoet@v0.45.0...v0.46.0) Updates `ty` from 0.0.34 to 0.0.37 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](astral-sh/ty@0.0.34...0.0.37) Updates `fastmcp` from 3.2.4 to 3.3.1 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](PrefectHQ/fastmcp@v3.2.4...v3.3.1) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: tox dependency-version: 4.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: openapi-python-client dependency-version: 0.28.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: poethepoet dependency-version: 0.46.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ty dependency-version: 0.0.37 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: fastmcp dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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.
Bumps the python-minor-patch group with 8 updates in the / directory:
2.6.32.7.02.13.32.13.44.53.14.54.00.15.120.15.130.28.30.28.40.45.00.46.00.0.340.0.373.2.43.3.1Updates
urllib3from 2.6.3 to 2.7.0Release notes
Sourced from urllib3's releases.
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
9a950b9Release 2.7.05ec0de4Merge commit from fork2bdcc44Merge commit from forkf45b0dfFix a misleading example forProxyManager(#4970)577193cSwitch to nightly PyPy3.11 in CI for now (#4984)e90af45Avoid infinite loop inHTTPResponse.read_chunkedwhenamt=0(#4974)67ed74fBump dev dependencies (#4972)3abd481Upgrade mypy to version 1.20.2 (#4978)2b8725dDrop support for EOL PyPy3.10 (#4979)2944b2aUpgradesetup-chromeandsetup-firefoxto fix warnings (#4973)Updates
pydanticfrom 2.13.3 to 2.13.4Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
toxfrom 4.53.1 to 4.54.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
1f1fcc7release 4.54.0b35c8ee🐛 fix(schema): cover every replace form in the TOML schema (#3941)6eb5c4f✨ feat(packaging): declare tox.pytest deps via a testing extra (#3940)1ad47dd🧪 test(conftest): strip broken nspkg.pth files under py3.15 (#3937)dfba966[pre-commit.ci] pre-commit autoupdate (#3936)21069af[pre-commit.ci] pre-commit autoupdate (#3933)Updates
rufffrom 0.15.12 to 0.15.13Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
2afb467Bump 0.15.13 (#25157)3008796[ty] classify TypeVar semantic tokens as type parameters (#24891)79470e3[isort] Avoid constructingglob::Patterns for literal known modules (#25123)2522549Remove shellcheck from prek (#25154)7db7170[ty] Support TypedDict key completions in incomplete, anonymous contexts (#25...bb3dd53[ty] Run full iteration analysis on narrowed typevars (#25143)828cdb7[ty] Isolate file-watching test environment (#25151)89e1d86[ty] Preserve TypedDict keys through dict unpacking (#24523)86f3064[ty] Avoid accessingargs[0]forstatic_assert(#25149)ed819f9[ty] Treat custom enum__new__values as dynamic (#25136)Updates
openapi-python-clientfrom 0.28.3 to 0.28.4Release notes
Sourced from openapi-python-client's releases.
Changelog
Sourced from openapi-python-client's changelog.
Commits
284576fRelease 0.28.4 (#1408)7be999cchore(deps): lock file maintenance (#1415)7eeb915chore(deps): update pypa/gh-action-pypi-publish action to v1.14.0 (#1419)894d9f4chore(deps): update actions/upload-artifact action to v7.0.1 (#1422)5b25891chore(deps): update dependency typer to >0.16,<0.26 (#1430)dd2f095feat: Updateuv_buildto 0.11 when using--meta=uv(#1434)5fcaf72chore(deps): update actions/download-artifact action to v8.0.1 (#1414)75cb057chore(deps): lock file maintenance (#1402)0534d3bchore(deps): update github artifact actions (major) (#1406)72a37ecAdd support for x-enum-varnames to string enums (#1358)Updates
poethepoetfrom 0.45.0 to 0.46.0Release notes
Sourced from poethepoet's releases.
Commits
23a4c1afeat: experimental Claude Code skill and bump-version task (#387)a04a215refactor: use AST for $POE_EXTRA_ARGS detection and cache parsed content (#388)61d2e34refactor: use AST parser for all templating (#386)1bfad47fix: make uv and poetry executors check for bat files (#385)35e4a1bfix: Strip underscore prefix in documentation for private positional args (#383)Updates
tyfrom 0.0.34 to 0.0.37Release notes
Sourced from ty's releases.
... (truncated)
Changelog
Sourced from ty's changelog.
... (truncated)
Commits
f18aed6Bump version to 0.0.37 (#3473)a63e559Bump version to 0.0.36 (#3463)94370d5Update prek dependencies (#3449)bc12d1cBump version to 0.0.35 (#3436)fb34d89Build riscv64 manylinux binary (#3402)05def00Update maturin to v1.13.1 (#3417)569c081Update prek dependencies (#3416)608f8ffUpdate renovate configuration (#3379)518b61dUpdate uraimo/run-on-arch-action action to v3.1.0 (#3405)5542959Update pre-commit hook astral-sh/ruff-pre-commit to v0.15.12 (#3404)Updates
fastmcpfrom 3.2.4 to 3.3.1Release notes
Sourced from fastmcp's releases.
... (truncated)
Commits
d8dcc27Decouple component imports from server (#4150)255e3e4fix(docs): use valid FA icon on client-only package page (#4139)73df4dcchore: Update SDK documentation (#4096)ee48a0fRefine fastmcp-slim packaging (#4125)bb4894dAdd fastmcp-slim for client-only installs (#4122)8209093fix(http): terminate active streamable-HTTP transports before lifespan shutdo...cf59a45Fix OCI Provider issue in 3.x version. Add OCI auth provider example … (#4116)89b99ecfix(proxy): fall back to live identifier for backend_* span attributes (#4109)310314cfix: cli option --no-banner is NOT passed to cli but server-spec in-correctly...28722f8fix: drop exc_info for expected tool failures, remove unreachable ValidationE...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