Bump the development-dependencies group with 5 updates#984
Merged
github-actions[bot] merged 1 commit intodevelopfrom Aug 3, 2025
Merged
Conversation
Bumps the development-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.136.4` | `6.136.7` | | [pytest-datadir](https://github.com/gabrielcnr/pytest-datadir) | `1.7.2` | `1.8.0` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.3` | `3.10.5` | | [mypy](https://github.com/python/mypy) | `1.17.0` | `1.17.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.12.5` | `0.12.7` | Updates `hypothesis` from 6.136.4 to 6.136.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.136.4...hypothesis-python-6.136.7) Updates `pytest-datadir` from 1.7.2 to 1.8.0 - [Release notes](https://github.com/gabrielcnr/pytest-datadir/releases) - [Changelog](https://github.com/gabrielcnr/pytest-datadir/blob/master/CHANGELOG.rst) - [Commits](gabrielcnr/pytest-datadir@v1.7.2...v1.8.0) Updates `matplotlib` from 3.10.3 to 3.10.5 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.10.3...v3.10.5) Updates `mypy` from 1.17.0 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.17.1) Updates `ruff` from 0.12.5 to 0.12.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.12.5...0.12.7) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.136.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: pytest-datadir dependency-version: 1.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: matplotlib dependency-version: 3.10.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: ruff dependency-version: 0.12.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... 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 development-dependencies group with 5 updates:
6.136.46.136.71.7.21.8.03.10.33.10.51.17.01.17.10.12.50.12.7Updates
hypothesisfrom 6.136.4 to 6.136.7Release notes
Sourced from hypothesis's releases.
Commits
15cb864Bump hypothesis-python version to 6.136.7 and update changelogd86b86dMerge pull request #4492 from msimacek/msimacek/graalpy494aed4Improve detection of sys.monitoring7ed359fMerge pull request #4488 from tybug/websitef560e54tweak website styling8b68248Bump hypothesis-python version to 6.136.6 and update changelog3d516e7Merge pull request #4486 from tybug/free-threading-too-slow3724e99disable HealthCheck.too_slow under threading261be96Bump hypothesis-python version to 6.136.5 and update changelogcc0c813Merge pull request #4485 from tybug/liam-update-depsUpdates
pytest-datadirfrom 1.7.2 to 1.8.0Changelog
Sourced from pytest-datadir's changelog.
Commits
cc4dd0aRelease 1.8.0ce17181Add lazy version of shared_datadir (#107)2a63b82[pre-commit.ci] pre-commit autoupdate (#106)2faadea[pre-commit.ci] pre-commit autoupdate (#105)aa04a01FixLazyDataDir.joinpathtype checking (#104)07c644aMerge pull request #103 from gabrielcnr/release-1.7.2Updates
matplotlibfrom 3.10.3 to 3.10.5Release notes
Sourced from matplotlib's releases.
Commits
ba89fe4REL: v3.10.58c9c11fswitch version number to 3.10.5...9751681REL: bump from v3.10.4 tage4627f5REL: v3.10.42dd5e9fRelease prep v3.10.4e751cc1Zenodo v3.10.34ecba94Github stats v3.10.416cf944Merge pull request #30357 from ksunden/3_10_4_cibw_pypyf394e4bUpdate cibw version to 3.0.1d60b516Fix PyPy sections (build for both 3.10 and 3.11Updates
mypyfrom 1.17.0 to 1.17.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
acb2983Bump version to 1.17.1933c913RetainNoneas constraints bottom if no bottoms were provided (#19485)5f4428fFix "ignored exception inhasattr" in dmypy (#19428)88fdeaaPrevent a crash when InitVar is redefined with a method in a subclass (#19453)e44d14fBump version to 1.17.1+devUpdates
rufffrom 0.12.5 to 0.12.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
c5ac998Bump 0.12.7 (#19627)04a8f64Revertlicenseandlicense-fileschanges inpyproject.toml(#19624)6e00adfBump 0.12.6 (#19622)864196bAddChecker::contextmethod, deduplicate Unicode checks (#19609)ae26fa0[flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)88a6799[ty] Add flow diagram for import resolution941be52[ty] Add comments to some core resolver functions13624ce[ty] Add missing ticks and use consistent quotingedb2f8e[ty] Reflow some long lines5e6ad84[ty] Unexport helper functionDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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