[PR #134] [CLOSED] Bump pytest from 8.1.1 to 8.1.2 #373

Closed
opened 2026-02-15 16:30:09 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/134
Author: @dependabot[bot]
Created: 4/26/2024
Status: Closed

Base: mainHead: dependabot/pip/pytest-8.1.2


📝 Commits (1)

  • 4f462f5 Bump pytest from 8.1.1 to 8.1.2

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 poetry.lock (+3 -3)

📄 Description

Bumps pytest from 8.1.1 to 8.1.2.

Release notes

Sourced from pytest's releases.

8.1.2

pytest 8.1.2 (2024-04-26)

Bug Fixes

  • #12114: Fixed error in pytest.approx{.interpreted-text role="func"} when used with [numpy]{.title-ref} arrays and comparing with other types.
Commits
  • cf84163 Prepare release version 8.1.2
  • 0675383 [8.1.x] Fixed Bug Regarding Attribute Error in pytest.approx For Types Implic...
  • a43b098 [8.1.x] Update events/trainings (#12237)
  • f55c660 [8.1.x] doc: import pytest in conftest.py example in doctest.rst (#12182)
  • be7c8be [8.1.x] Add research item in doc (#12148)
  • c5e3921 [8.1.x] doc: add versionadded to ExceptionInfo.group_contains (#12142)
  • 83614e1 [8.1.x] doc: fix typos (#12119)
  • cd585a1 [8.1.x] doc: add versionadded to Stash and StashKey (#12109)
  • 6c14139 [8.1.x] doc/flaky: remove box/flaky plugin suggestion (#12102)
  • abb0cf4 Merge pull request #12094 from pytest-dev/release-8.1.1
  • See full diff in compare view

Dependabot compatibility score

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 <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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama-python/pull/134 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/26/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/pip/pytest-8.1.2` --- ### 📝 Commits (1) - [`4f462f5`](https://github.com/ollama/ollama-python/commit/4f462f5876d27c9f3417817e5d78765bce032f8f) Bump pytest from 8.1.1 to 8.1.2 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+3 -3) </details> ### 📄 Description Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.1.2</h2> <h1>pytest 8.1.2 (2024-04-26)</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12114">#12114</a>: Fixed error in <code>pytest.approx</code>{.interpreted-text role=&quot;func&quot;} when used with [numpy]{.title-ref} arrays and comparing with other types.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/cf84163ac3549e657eed5ef2a4f4c7a5d1ffbe8c"><code>cf84163</code></a> Prepare release version 8.1.2</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0675383bac14ce8e8d04b94d8d08029ac26fbbfc"><code>0675383</code></a> [8.1.x] Fixed Bug Regarding Attribute Error in pytest.approx For Types Implic...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a43b09882d49a8ce9bcc872f4f70eb589a7a92ea"><code>a43b098</code></a> [8.1.x] Update events/trainings (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12237">#12237</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/f55c66076374ecd9ce0bf0b42d8f96eebf2ca732"><code>f55c660</code></a> [8.1.x] doc: <code>import pytest</code> in <code>conftest.py</code> example in <code>doctest.rst</code> (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12182">#12182</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/be7c8be6ce4598ad9e70ba7eccb9317bdda33c37"><code>be7c8be</code></a> [8.1.x] Add research item in doc (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12148">#12148</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/c5e3921b9fef2619a3e2c7e3e07a5cc8015005d7"><code>c5e3921</code></a> [8.1.x] doc: add versionadded to <code>ExceptionInfo.group_contains</code> (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12142">#12142</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/83614e1f3ecf5332c3dc98a55ae9939cc41948ef"><code>83614e1</code></a> [8.1.x] doc: fix typos (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12119">#12119</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/cd585a1abeff52b69b98ff4cf9207a7b5efc6ce7"><code>cd585a1</code></a> [8.1.x] doc: add versionadded to <code>Stash</code> and <code>StashKey</code> (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12109">#12109</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/6c14139c9fe3418630c4d24d43d48533a14103da"><code>6c14139</code></a> [8.1.x] doc/flaky: remove <code>box/flaky</code> plugin suggestion (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12102">#12102</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/abb0cf4922919e3554bd16e9fc540bc107289ee9"><code>abb0cf4</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12094">#12094</a> from pytest-dev/release-8.1.1</li> <li>See full diff in <a href="https://github.com/pytest-dev/pytest/compare/8.1.1...8.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest&package-manager=pip&previous-version=8.1.1&new-version=8.1.2)](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-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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:30:09 -05:00
yindo closed this issue 2026-02-15 16:30:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#373