Bump the python-minor-and-patch group with 5 updates - #35
Merged
github-actions[bot] merged 1 commit intoSep 21, 2026
Merged
Conversation
Bumps the python-minor-and-patch group with 5 updates: | Package | From | To | | --- | --- | --- | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.9.0` | `1.9.1` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.11.1` | `3.11.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.6` | `0.16.7` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.16.0` | `7.16.1` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.167.1` | `6.168.0` | Updates `scikit-learn` from 1.9.0 to 1.9.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.9.0...1.9.1) Updates `matplotlib` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.11.1...v3.11.2) Updates `ruff` from 0.16.6 to 0.16.7 - [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.16.6...0.16.7) Updates `coverage` from 7.16.0 to 7.16.1 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.16.0...7.16.1) Updates `hypothesis` from 6.167.1 to 6.168.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.167.1...v6.168.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: matplotlib dependency-version: 3.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: ruff dependency-version: 0.16.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: coverage dependency-version: 7.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-and-patch - dependency-name: hypothesis dependency-version: 6.168.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
github-actions
Bot
deleted the
dependabot/uv/python-minor-and-patch-1d133aa626
branch
September 21, 2026 13:16
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-and-patch group with 5 updates:
1.9.01.9.13.11.13.11.20.16.60.16.77.16.07.16.16.167.16.168.0Updates
scikit-learnfrom 1.9.0 to 1.9.1Release notes
Sourced from scikit-learn's releases.
Commits
866c0f5generate changelog12f135fupdate upper bounds43ff2f2bump versionb851524DOC Mark dev index as orphan (#34916)01d56d4DOC Fix wikipedia principal eigenvector example references (#34915)b86a1e2🔒 🤖 CI Update lock files for array-api CI build(s) 🔒 🤖 ...d282698🔒 🤖 CI Update lock files for main CI build(s) 🔒 🤖 (#34897)eb34279🔒 🤖 CI Update lock files for free-threaded CI build(s) 🔒 :rob...7581303FIX: FixQuantileTransformer(ignore_implicit_zeros=True)sub-sampling behav...ac47f4dFIX: avoid EfficiencyWarning in OPTICS with metric='precomputed' (#34692)Updates
matplotlibfrom 3.11.1 to 3.11.2Release notes
Sourced from matplotlib's releases.
Commits
d3ca917REL: v3.11.2b76fea9DOC: Set current version to 3.11.239c7f06DOC: Prepare GitHub stats for 3.11.25dd13e3Merge branch 'v3.11.1-doc' into release-3.11.2aa484beMerge branch 'v3.11.0-doc' into v3.11.1-doc0e10f83Merge pull request #32330 from meeseeksmachine/auto-backport-of-pr-32324-on-v...ebe947bBackport PR #32324: Don't force any diagnostics to be errors in bundled Harfbuzz8f4b7c5Merge pull request #32322 from meeseeksmachine/auto-backport-of-pr-32321-on-v...93278adBackport PR #32321: DOC: correct note about PyOS_InputHookb0aee78Merge pull request #32319 from meeseeksmachine/auto-backport-of-pr-32305-on-v...Updates
rufffrom 0.16.6 to 0.16.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b5dba86Bump version to 0.16.7 (#28496)5992d05Install rustfmt before linting releases (#28495)1713a1fensure prepare release changes pass prek (#28488)18cdbb4use scoped token for release workflow (#28484)c3813a5add a workflow for preparing releases (#28486)00948c0Remove the "Who’s Using Ruff?" list (#28455)86a2eba[pyupgrade] Stop recommending removedtyping.no_type_check_decorator(`UP...609e184Stop defining__cached__for Python 3.15 (#28476)859ff2f[ty] Track symlinked directory status in listings (#28482)77f6538Use paid GitHub-hosted runners for Linux (#28478)Updates
coveragefrom 7.16.0 to 7.16.1Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
ccbb992docs: prep for 7.16.10697cccchore: make upgrade12f3595chore: bump docker/setup-qemu-action in the action-dependencies group (#2280)35b58d3fix: CoverageData.update() can be called twice on an in-memory database. #227992e1ce9chore: bump the action-dependencies group with 4 updates (#2278)bf07310build: quote var expansion (actionlint SC2086)3c434f5quality: use shellcheck-py to get shellcheck in GitHub CI632f397build: use .txt instead of .pip, even though it's a stupid extensionffc6a4atest: only run diff-cover on pull requests33553b3fix: exclude thecaseline when an irrefutable case body is excluded (#2269)Updates
hypothesisfrom 6.167.1 to 6.168.0Commits
cd434f2Bump hypothesis version to 6.168.0 and update changelog3187fb9Merge pull request #4868 from Zac-HD/claude/hypothesis-datetime-strategy-ajzai0a60dc77Reduce rate of tricky datetimes67e5c04Merge pull request #4875 from HypothesisWorks/create-pull-request/patchecaed93Merge remote-tracking branch 'upstream/master' into plait/review-hypothesis-4868116ef84Probe backwards for bound windows before the scan rangeef17651Bound the cache of probed timezone transitions6b35510Skip transition probing for fixed-offset timezones26df9ddSimplify clamping of tricky-draw windows6e9b745Extract a _draw_ordinary_datetime helperDependabot 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