-
Notifications
You must be signed in to change notification settings - Fork 6
Bump the minor group with 6 updates #198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Marenz
previously approved these changes
Oct 1, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved via dependabot-automerge
.
Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.4.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250809` | `3.9.0.20250906` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `markdown` from 3.8.2 to 3.9 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.8.2...3.9.0) Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](fralau/mkdocs-macros-plugin@v1.3.9...v1.4.0) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `types-markdown` from 3.8.0.20250809 to 3.9.0.20250906 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pytest-mock` from 3.14.1 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.14.1...v3.15.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.9.0.20250906 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
63a5666
to
163a626
Compare
Marenz
approved these changes
Oct 1, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
part:dispatcher
Affects the high-level dispatcher interface
part:tooling
Affects the development tooling (CI, deployment, dependency management, etc.)
type:tech-debt
Improves the project without visible changes for users
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 minor group with 6 updates:
25.1.0
25.9.0
3.8.2
3.9
1.3.9
1.4.0
1.17.1
1.18.2
3.8.0.20250809
3.9.0.20250906
3.14.1
3.15.1
Updates
black
from 25.1.0 to 25.9.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
af0ba72
Prepare docs for release 25.9.0 (#4751)ffc01a0
Fix schema generation error caused by new click version (#4750)626b32f
Add normalizing for\r
style newlines (#4710)57a4612
Fix mypy type issue (#4745)4f6ad7c
Wrap thein
clause of comprehensions across lines if necessary (#4699)24f5169
ci: Run diff-shades on unstable instead of preview (#4741)4d55e60
Bump actions/setup-python from 5 to 6 (#4744)0cf39ef
Improve the performance of get_string_prefix (#4742)1f779de
Fix line ranges decorator edge case (#4670)203fd6b
Optimize Line string method (#4739)Updates
markdown
from 3.8.2 to 3.9Release notes
Sourced from markdown's releases.
Changelog
Sourced from markdown's changelog.
Commits
f39cf84
Bump version to 3.907bf207
Order footnotes by reference23c301d
Fix failing cases for Python 3.144669a09
fix typoUpdates
mkdocs-macros-plugin
from 1.3.9 to 1.4.0Changelog
Sourced from mkdocs-macros-plugin's changelog.
... (truncated)
Commits
b1dacfb
Delete install_package() function from codebase4ec687e
Remove auto-install of missing pluglet (#262)e9dec13
Remove installation of missing pluglet (but meaningful message) #2629ef2b98
Include new functionyaml_support()
from super_collections (#258)Updates
mypy
from 1.17.1 to 1.18.2Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
df05f05
remove +dev from version01a7a12
Update changelog for 1.18.2 (#19873)ca5abf0
Typeshed cherry-pick: Make type ofunitest.mock.Any
a subclass ofAny
(#1...9d794b5
[mypyc] fix: inappropriateNone
s in f-strings (#19846)2c0510c
stubtest: additional guidance on errors when runtime is object.init (#19733)2f3f03c
Bump version to 1.18.2+dev for point release7669841
Fix crash on recursive alias in indirection.py (#19845)03fbaa9
bump version to 1.18.1 due to wheels failureb44a1fb
removed +dev from version7197a99
Removed Unreleased in the Changelog for Release 1.18 (#19827)Updates
types-markdown
from 3.8.0.20250809 to 3.9.0.20250906Commits
Updates
pytest-mock
from 3.14.1 to 3.15.1Release notes
Sourced from pytest-mock's releases.
Changelog
Sourced from pytest-mock's changelog.
Commits
e1b5c62
Release 3.15.1184eb19
Setspy_return_iter
only when explicitly requested (#537)4fa0088
[pre-commit.ci] pre-commit autoupdate (#536)f5aff33
Fix test failure with pytest 8+ and verbose mode (#535)adc4187
Bump actions/setup-python from 5 to 6 in the github-actions group (#533)95ad570
[pre-commit.ci] pre-commit autoupdate (#532)e696bf0
Fix standalone mock support (#531)5b29b03
Fix gen-release-notes script7d22ef4
Merge pull request #528 from pytest-dev/release-3.15.090b29f8
Update CHANGELOG for 3.15.0Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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