deps(python): Bump the python-minor group with 7 updates#7354
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(python): Bump the python-minor group with 7 updates#7354dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [fastmcp](https://github.com/PrefectHQ/fastmcp) | `3.2.4` | `3.3.1` | | [numpy](https://github.com/numpy/numpy) | `2.4.4` | `2.4.6` | | [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.101.0` | `0.102.0` | | [cachetools](https://github.com/tkem/cachetools) | `7.1.1` | `7.1.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.12` | `0.15.13` | | [selenium](https://github.com/SeleniumHQ/Selenium) | `4.43.0` | `4.44.0` | | [webdriver-manager](https://github.com/SergeyPirogov/webdriver_manager) | `4.0.2` | `4.1.1` | 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) Updates `numpy` from 2.4.4 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.4...v2.4.6) Updates `anthropic` from 0.101.0 to 0.102.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-python@v0.101.0...v0.102.0) Updates `cachetools` from 7.1.1 to 7.1.3 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.1.1...v7.1.3) 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 `selenium` from 4.43.0 to 4.44.0 - [Release notes](https://github.com/SeleniumHQ/Selenium/releases) - [Commits](SeleniumHQ/selenium@selenium-4.43.0...selenium-4.44.0) Updates `webdriver-manager` from 4.0.2 to 4.1.1 - [Release notes](https://github.com/SergeyPirogov/webdriver_manager/releases) - [Changelog](https://github.com/SergeyPirogov/webdriver_manager/blob/master/CHANGELOG.md) - [Commits](SergeyPirogov/webdriver_manager@v4.0.2...v4.1.1) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: anthropic dependency-version: 0.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: cachetools dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: selenium dependency-version: 4.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor - dependency-name: webdriver-manager dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor ... 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.
Bumps the python-minor group with 7 updates:
3.2.43.3.12.4.42.4.60.101.00.102.07.1.17.1.30.15.120.15.134.43.04.44.04.0.24.1.1Updates
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...Updates
numpyfrom 2.4.4 to 2.4.6Release notes
Sourced from numpy's releases.
... (truncated)
Commits
b832a09Merge pull request #31462 from charris/prepare-2.4.657cc147REL: Prepare for the NumPy 2.4.6 release0c72b0bMerge pull request #31459 from charris/backport-313479778d26BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...e0e3876BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...d1bffebBUG:np.linalg.svd(..., hermitian=True)returns non-unitaryvh(#31347)8d8d7e5Merge pull request #31453 from seberg/issue-31452bddaab7BUG: Fix regression inarr.conj()37a1eccMerge pull request #31444 from charris/begin-2.4.63c0e043MAINT: Prepare 2.4.x for further developmentUpdates
anthropicfrom 0.101.0 to 0.102.0Release notes
Sourced from anthropic's releases.
Changelog
Sourced from anthropic's changelog.
Commits
9aa85c8release: 0.102.0 (#1532)Updates
cachetoolsfrom 7.1.1 to 7.1.3Changelog
Sourced from cachetools's changelog.
Commits
16952edRelease v7.1.3.92dd756Prepare v7.1.3.ced08f5Improve cachetools.func type stubs.d809d7bUpdate build environment.c84b5e5Release v7.1.2.39ad61cPrepare v7.1.2.ed10781Update Copilot instructions.c624cebFix #395: Document FIFOCache update behavior.1ddec06Fix/396 (#398)b91818cDrop MANIFEST.in.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
seleniumfrom 4.43.0 to 4.44.0Release notes
Sourced from selenium's releases.
... (truncated)
Commits
da2039b[build] Prepare for release of selenium-4.44.0 (#17444)d56867bFix prerelease (#17442)331becd[dotnet][rb][java][js][py] Automated Browser Version Update (#17440)65bb32e[build] do not auto-merge browser updates (#17432)fd1d36d[build] dynamically add and remove rulesets for release (#17439)c799aff[build] fix release workflow (#17437)83ce01e[dotnet] [bidi] Add DisownData command in Network module (#17436)f342fee[dotnet] [bidi] Additional Event streaming (breaking change) (#17349)dfcc86e[JavaScript] Move 'isDisplayed' atom to be typescript (#17316)cc26ec8[js][py] Convert getAttribute atom from Closure to TypeScript (#17370)Updates
webdriver-managerfrom 4.0.2 to 4.1.1Release notes
Sourced from webdriver-manager's releases.
... (truncated)
Changelog
Sourced from webdriver-manager's changelog.
... (truncated)
Commits
179faa0chore(release): prepare 4.1.1 metadata/docs cleanup and release workflow upda...4af0ce1chore(security): refresh uv lock for requests and python-dotenv (#733)4f760b4fix deploy (#731)64dd527chore(release): prepare 4.1.0 docs, CI and changelog (#729)8651fa2Fix Ubuntu Opera cache extraction conflict causing NotADirectoryError (#730)5554e6dFix 3.15 ci job (#728)f5f1d2bCI: modernize release pipeline and refresh GitHub Actions versions (#727)8433db7Allow third-party logger-like objects in set_logger (#688) (#726)f00c062fix(concurrency): add inter-process install lock and cache recheck to prevent...971da2bfix(chrome): add robust CfT JSON parsing fallback for compressed responses (#...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