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 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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the deps group with 3 updates: pytest-mock, black and pylint.
Updates
pytest-mock
from 3.11.1 to 3.12.0Release notes
Sourced from pytest-mock's releases.
Changelog
Sourced from pytest-mock's changelog.
Commits
69adc6f
Re-add norewrite testsb905823
Drop Python 3.7 and add Python 3.122a71a0d
mocker.resetall now also resets mockers created bycreate_autospec
(#390)e84f885
Merge pull request #391 from pytest-dev/pre-commit-ci-update-confige037221
[pre-commit.ci] pre-commit autoupdatef019696
Merge pull request #387 from pytest-dev/where-to-patch-link09f1814
Merge pull request #388 from pytest-dev/pre-commit-ci-update-configf55f17e
[pre-commit.ci] pre-commit autoupdatecec59a0
Update usage.rst53cc0a5
Update usage.rstUpdates
black
from 23.9.1 to 23.10.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
9edba85
Prepare release 23.10.0 (#3951)bb58807
Fix parser bug where "type" was misinterpreted as a keyword inside a match (#...722735d
Fix grammar for type alias support (#3949)abe57e3
Treat raw strings like other docstrings (#3947)1648ac5
Fix long lines with power operator(s) getting splitted before line length (#3...6f84f65
Migrate mypy config to pyproject.toml (#3936)3bb9214
CI Test: Deprecating 'Healthcheck.all()' from Hypothesis in fuzz.py (#3945)935f303
Fix test that was not being run (#3939)b7717c3
Standardise newlines after module-level docstrings (#3932)7aa37ea
Report all stacktraces in verbose mode (#3938)Updates
pylint
from 3.0.1 to 3.0.2Commits
efee961
Bump pylint to 3.0.2, update changelog31aca81
Fixes duplicate-code check with ignore-imports (#9147) (#9176)792da24
Escape special symbols and newlines in messages. (#9164) (#9165)759e2cc
Fixused-before-assignment
FP for generic type syntax (Py 3.12) (#9150) (#9...a77f0c1
Respect py-version forinconsistent-quotes
inside f-strings (#9152) (#9155)a9d9dc3
Fix suggestion for min-max with expressions (#9131) (#9141)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 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