dependabot[bot] opened a new pull request, #56:
URL: https://github.com/apache/fineract-business-intelligence/pull/56

   Updates the requirements on 
[pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest 
version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pytest-dev/pytest-mock/releases";>pytest-mock's 
releases</a>.</em></p>
   <blockquote>
   <h2>v3.15.1</h2>
   <p><em>2025-09-16</em></p>
   <ul>
   <li><a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/529";>#529</a>: 
Fixed <code>itertools._tee object has no attribute error</code> -- now 
<code>duplicate_iterators=True</code> must be passed to <code>mocker.spy</code> 
to duplicate iterators.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst";>pytest-mock's
 changelog</a>.</em></p>
   <blockquote>
   <h2>3.15.1</h2>
   <p><em>2025-09-16</em></p>
   <ul>
   <li><code>[#529](https://github.com/pytest-dev/pytest-mock/issues/529) 
&lt;https://github.com/pytest-dev/pytest-mock/issues/529&gt;</code>_: Fixed 
<code>itertools._tee object has no attribute error</code> -- now 
<code>duplicate_iterators=True</code> must be passed to <code>mocker.spy</code> 
to duplicate iterators.</li>
   </ul>
   <h2>3.15.0</h2>
   <p><em>2025-09-04</em></p>
   <ul>
   <li>Python 3.8 (EOL) is no longer supported.</li>
   <li><code>[#524](https://github.com/pytest-dev/pytest-mock/issues/524) 
&lt;https://github.com/pytest-dev/pytest-mock/pull/524&gt;</code>_: Added 
<code>spy_return_iter</code> to <code>mocker.spy</code>, which contains a 
duplicate of the return value of the spied method if it is an 
<code>Iterator</code>.</li>
   </ul>
   <h2>3.14.1 (2025-05-26)</h2>
   <ul>
   <li><code>[#503](https://github.com/pytest-dev/pytest-mock/issues/503) 
&lt;https://github.com/pytest-dev/pytest-mock/pull/503&gt;</code>_: Python 3.14 
is now officially supported.</li>
   </ul>
   <h2>3.14.0 (2024-03-21)</h2>
   <ul>
   <li>
   <p><code>[#415](https://github.com/pytest-dev/pytest-mock/issues/415) 
&lt;https://github.com/pytest-dev/pytest-mock/pull/415&gt;</code>_: 
<code>MockType</code> and <code>AsyncMockType</code> can be imported from 
<code>pytest_mock</code> for type annotation purposes.</p>
   </li>
   <li>
   <p><code>[#420](https://github.com/pytest-dev/pytest-mock/issues/420) 
&lt;https://github.com/pytest-dev/pytest-mock/issues/420&gt;</code>_: Fixed a 
regression which would cause <code>mocker.patch.object</code> to not being 
properly cleared between tests.</p>
   </li>
   </ul>
   <h2>3.13.0 (2024-03-21)</h2>
   <ul>
   <li><code>[#417](https://github.com/pytest-dev/pytest-mock/issues/417) 
&lt;https://github.com/pytest-dev/pytest-mock/pull/417&gt;</code>_: 
<code>spy</code> now has <code>spy_return_list</code>, which is a list 
containing all the values returned by the spied function.</li>
   <li><code>pytest-mock</code> now requires <code>pytest&gt;=6.2.5</code>.</li>
   <li><code>[#410](https://github.com/pytest-dev/pytest-mock/issues/410) 
&lt;https://github.com/pytest-dev/pytest-mock/pull/410&gt;</code><em>: 
pytest-mock's <code>setup.py</code> file is removed.
   If you relied on this file, e.g. to install pytest using <code>setup.py 
install</code>,
   please see <code>Why you shouldn't invoke setup.py directly 
&lt;https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary&gt;</code></em>
 for alternatives.</li>
   </ul>
   <h2>3.12.0 (2023-10-19)</h2>
   <ul>
   <li>Added support for Python 3.12.</li>
   <li>Dropped support for EOL Python 3.7.</li>
   <li><code>mocker.resetall()</code> now also resets mocks created by 
<code>mocker.create_autospec</code> 
(<code>[#390](https://github.com/pytest-dev/pytest-mock/issues/390)</code>_).</li>
   </ul>
   <p>.. _<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/390";>#390</a>: 
<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/pull/390";>pytest-dev/pytest-mock#390</a></p>
   <h2>3.11.1 (2023-06-15)</h2>
   <p>(This release source code is identical to <code>3.11.0</code> except a 
small internal fix to deployment/CI)</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/e1b5c62a38c5a05cae614aef3847f240ba50d269";><code>e1b5c62</code></a>
 Release 3.15.1</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/184eb190d6be417f5f33727bcbc9704909479498";><code>184eb19</code></a>
 Set <code>spy_return_iter</code> only when explicitly requested (<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/537";>#537</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/4fa0088a0aa85eefb1313bd97adf43889bf1f647";><code>4fa0088</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/536";>#536</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/f5aff33ce71ed4620acc43dc41cb3b198bcf4cb0";><code>f5aff33</code></a>
 Fix test failure with pytest 8+ and verbose mode (<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/535";>#535</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/adc41873c9d6aa69b87e3f108c93a29c847869aa";><code>adc4187</code></a>
 Bump actions/setup-python from 5 to 6 in the github-actions group (<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/533";>#533</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/95ad5700609aae73c6f767b8cc2ccfb2483e0f5c";><code>95ad570</code></a>
 [pre-commit.ci] pre-commit autoupdate (<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/532";>#532</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/e696bf02c199b1f7d0c48adb450f40e5a75b699a";><code>e696bf0</code></a>
 Fix standalone mock support (<a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/531";>#531</a>)</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/5b29b03ce9581cfcd867dd6c04a970fb2c861291";><code>5b29b03</code></a>
 Fix gen-release-notes script</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/7d22ef4e560351832e60687d8bd15ebe2785ff3b";><code>7d22ef4</code></a>
 Merge pull request <a 
href="https://redirect.github.com/pytest-dev/pytest-mock/issues/528";>#528</a> 
from pytest-dev/release-3.15.0</li>
   <li><a 
href="https://github.com/pytest-dev/pytest-mock/commit/90b29f89e2086c139a7b4fea89202faa192ee5a9";><code>90b29f8</code></a>
 Update CHANGELOG for 3.15.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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 show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to