Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4362: Bump pytest-mock from 3.8.1 to 3.8.2 r=jenshnielsen a=dependabot[bot] Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.8.1 to 3.8.2. <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.8.2</h2> <h2>3.8.2 (2022-07-05)</h2> <ul> <li>Fixed <code>AsyncMock</code> support for Python 3.7+ in <code>mocker.async_stub</code> (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/302">#302</a>).</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.8.2 (2022-07-05)</h2> <ul> <li>Fixed <code>AsyncMock</code> support for Python 3.7+ in <code>mocker.async_stub</code> (<code>[#302](https://github.com/pytest-dev/pytest-mock/issues/302)</code>_).</li> </ul> <p>.. _<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/302">#302</a>: <a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/pull/302">pytest-dev/pytest-mock#302</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/069bba2d7bc9f14d0653c17807987acf59a3958c"><code>069bba2</code></a> Release 3.8.2</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/35e2dca0ab5e0a0e1580359f7effd6ef99a7c8e6"><code>35e2dca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/302">#302</a> from Niccolum/main</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/7047e5495561d0f61ed490520d4eb41ae0b951c7"><code>7047e54</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/303">#303</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/45bee45332f9edbbae0c931fd610b2e8c41d6519"><code>45bee45</code></a> add 3.7 support</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/dabbed83f8574c678c6a3605c010129547a96271"><code>dabbed8</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/300">#300</a>)</li> <li><a href="https://github.com/pytest-dev/pytest-mock/commit/be6981e1ef3002de69059cfebbf481dddb318235"><code>be6981e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pytest-dev/pytest-mock/issues/299">#299</a> from nicoddemus/release-3.8.1</li> <li>See full diff in <a href="https://github.com/pytest-dev/pytest-mock/compare/v3.8.1...v3.8.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-mock&package-manager=pip&previous-version=3.8.1&new-version=3.8.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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` 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) </details> 4364: Update opencensus requirement from ~=0.9.0 to ~=0.10.0 r=jenshnielsen a=dependabot[bot] Updates the requirements on [opencensus](https://github.com/census-instrumentation/opencensus-python) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/census-instrumentation/opencensus-python/blob/master/CHANGELOG.md">opencensus's changelog</a>.</em></p> <blockquote> <h1>0.10.0</h1> <p>Released 2022-07-05</p> <ul> <li>Add kwargs to derived gauge (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/1135">#1135</a>)</li> </ul> <h1>0.9.0</h1> <p>Released 2022-04-20</p> <ul> <li>Make sure handler.flush() doesn't deadlock. (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/1112">#1112</a>)</li> </ul> <h1>0.8.0</h1> <p>Released 2021-10-05</p> <ul> <li>Added integration tracking functionality, includes <code>django</code>, <code>flask</code>, <code>http-lib</code>, <code>logging</code>, <code>mysql</code>, <code>postgresql</code>, <code>pymongo</code>, <code>pymysql</code>, <code>pyramid</code>, <code>requests</code>, <code>sqlalchemy</code> modules (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/1065">#1065</a>)</li> <li>Support Python 3.8, 3.9 (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/1048">#1048</a>)</li> </ul> <h1>0.7.13</h1> <p>Released 2021-05-13</p> <ul> <li>Updated <code>azure</code>, <code>django</code>, <code>flask</code>, <code>requests</code> modules</li> </ul> <h1>0.7.12</h1> <p>Released 2021-01-14</p> <ul> <li>Updated <code>azure</code>, <code>django</code>, <code>flask</code>, <code>grpc</code>, <code>httplib</code>, <code>pyramid</code>, <code>requests</code> modules</li> </ul> <h1>0.7.11</h1> <p>Released 2020-10-13</p> <ul> <li>Updated <code>azure</code>, <code>stackdriver</code> modules</li> </ul> <h2>0.7.10</h2> <p>Released 2020-06-29</p> <ul> <li> <p>Updated <code>azure</code> module (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/903">#903</a>, <a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/925">#925</a>)</p> </li> <li> <p>Updated <code>stackdriver</code> module (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/919">#919</a>)</p> </li> </ul> <h2>0.7.9</h2> <p>Released 2020-06-17</p> <ul> <li>Hotfix for breaking change (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/pull/915">#915</a>)</li> </ul> <h2>0.7.8</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/fe0c025bdacab278f02b18071be88d4e49afa7a1"><code>fe0c025</code></a> Release Opencensus 0.10.0 (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1136">#1136</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/8e30d7ded1f6679504cb61879226c853d71fdc87"><code>8e30d7d</code></a> Add kwargs to derived gauge (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1135">#1135</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/77831967ce485dee1defde7f19d677da99c70ffe"><code>7783196</code></a> Use logging handler close instead of custom atexit (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1134">#1134</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/d258dfb710d2d869751816cf759b8e889e4b6a80"><code>d258dfb</code></a> Refactor status code logic to be more readable (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1132">#1132</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/0919b61906b2b46abbdf65d1177ee8fcb1623d71"><code>0919b61</code></a> Refactor azure exporter transport response codes (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1131">#1131</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/7cbf82ff87c0f64d1b2e7bd2a3d2369e3985ce0b"><code>7cbf82f</code></a> Shutdown statsbeat after failure threshold is met (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1127">#1127</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/94e49eca17aa6ce2bdb121aa18e612cd7b0e8f27"><code>94e49ec</code></a> post (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1122">#1122</a>)</li> <li><a href="https://github.com/census-instrumentation/opencensus-python/commit/c16e3241261f09bb91b442e9002e897a36d865f2"><code>c16e324</code></a> Azure: Allow specifying metrics for custom events (<a href="https://github-redirect.dependabot.com/census-instrumentation/opencensus-python/issues/1117">#1117</a>)</li> <li>See full diff in <a href="https://github.com/census-instrumentation/opencensus-python/compare/v0.9.0...v0.10.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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` 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information