-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump pytest-mock from 3.8.2 to 3.9.0 #77
Merged
Merged
Conversation
This file contains 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
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.2 to 3.9.0. - [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.8.2...v3.9.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Sep 29, 2022
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 111 111
=========================================
Hits 111 111 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@dependabot merge
…On Wed, Sep 28, 2022 at 19:06 dependabot[bot] ***@***.***> wrote:
Bumps pytest-mock <https://github.com/pytest-dev/pytest-mock> from 3.8.2
to 3.9.0.
Release notes
*Sourced from pytest-mock's releases
<https://github.com/pytest-dev/pytest-mock/releases>.*
v3.9.0 Releases 3.9.0 (2022-09-28)
- Expose NonCallableMagicMock via the mocker fixture (#318
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/318>
).
3.8.2 (2022-07-05)
- Fixed AsyncMock support for Python 3.7+ in mocker.async_stub (#302
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/302>
).
3.8.1 (2022-06-24)
- Fixed regression caused by an explicit mock dependency in the code (
#298
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/298>
).
3.8.0 (2022-06-24)
- Add MockerFixture.async_mock method. Thanks @PerchunPak
<https://github.com/PerchunPak> for the PR (#296
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/296>
).
3.7.0 (2022-01-28)
- Python 3.10 now officially supported.
- Dropped support for Python 3.6.
3.6.1 (2021-05-06)
- Fix mocker.resetall() when using mocker.spy() (#237
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/237>).
Thanks @blaxter <https://github.com/blaxter> for the report and
@shadycuz <https://github.com/shadycuz> for the PR.
3.6.0 (2021-04-24)
- pytest-mock no longer supports Python 3.5.
- Correct type annotations for mocker.patch.object to also include the
string form. Thanks @plannigan <https://github.com/plannigan> for the
PR (#235
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/235>
).
- reset_all now supports return_value and side_effect keyword
arguments. Thanks @alex-marty <https://github.com/alex-marty> for the
PR (#214
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/214>
).
3.5.1 (2021-01-10)
- Use inspect.getattr_static instead of resorting to
object.__getattribute__ magic. This should better comply with objects
which implement a custom descriptor protocol. Thanks @yesthesoup
<https://github.com/yesthesoup> for the PR (#224
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/224>
).
... (truncated)
Changelog
*Sourced from pytest-mock's changelog
<https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst>.*
3.9.0 (2022-09-28)
- Expose NonCallableMagicMock via the mocker fixture ([#318](
pytest-dev/pytest-mock#318).
.. _#318
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/318>:
pytest-dev/pytest-mock#318
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/318>
Commits
- 64a34f6
<pytest-dev/pytest-mock@64a34f6>
Update CHANGELOG for 3.9.0
- 4e31630
<pytest-dev/pytest-mock@4e31630>
Add test for NonCallableMagicMock
- 247b9d4
<pytest-dev/pytest-mock@247b9d4>
Expose NonCallableMagicMock in MockerFixture
- 0fd7fea
<pytest-dev/pytest-mock@0fd7fea>
Update link to notes about usage as context manager (#313
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/313>
)
- 903b972
<pytest-dev/pytest-mock@903b972>
Merge pull request #311
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/311>
from pytest-dev/pre-commit-ci-update-config
- a5a33ac
<pytest-dev/pytest-mock@a5a33ac>
[pre-commit.ci] pre-commit autoupdate
- d01b267
<pytest-dev/pytest-mock@d01b267>
Merge pull request #309
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/309>
from pytest-dev/pre-commit-ci-update-config
- 736f2ab
<pytest-dev/pytest-mock@736f2ab>
[pre-commit.ci] pre-commit autoupdate
- 59b60cb
<pytest-dev/pytest-mock@59b60cb>
Merge pull request #308
<https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/308>
from juliangilbey/add-static-dir
- 305e082
<pytest-dev/pytest-mock@305e082>
Add docs/_static directory to allow sphinx-build to work without warnings
- Additional commits viewable in compare view
<pytest-dev/pytest-mock@v3.8.2...v3.9.0>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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 ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#77
Commit Summary
- 82d59d1
<82d59d1>
Bump pytest-mock from 3.8.2 to 3.9.0
File Changes
(1 file <https://github.com/mikelane/reddit-get/pull/77/files>)
- *M* poetry.lock
<https://github.com/mikelane/reddit-get/pull/77/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(6)
Patch Links:
- https://github.com/mikelane/reddit-get/pull/77.patch
- https://github.com/mikelane/reddit-get/pull/77.diff
—
Reply to this email directly, view it on GitHub
<#77>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABR5SYJFX7DD3I4K33GWXNTWAT2Q3ANCNFSM6AAAAAAQYKB4KE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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 pytest-mock from 3.8.2 to 3.9.0.
Release notes
Sourced from pytest-mock's releases.
... (truncated)
Changelog
Sourced from pytest-mock's changelog.
Commits
64a34f6
Update CHANGELOG for 3.9.04e31630
Add test for NonCallableMagicMock247b9d4
Expose NonCallableMagicMock in MockerFixture0fd7fea
Update link to notes about usage as context manager (#313)903b972
Merge pull request #311 from pytest-dev/pre-commit-ci-update-configa5a33ac
[pre-commit.ci] pre-commit autoupdated01b267
Merge pull request #309 from pytest-dev/pre-commit-ci-update-config736f2ab
[pre-commit.ci] pre-commit autoupdate59b60cb
Merge pull request #308 from juliangilbey/add-static-dir305e082
Add docs/_static directory to allow sphinx-build to work without warningsDependabot 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 ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)