[PR #252] [MERGED] Bump pytest-httpserver from 1.0.12 to 1.1.0 #433

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

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama-python/pull/252
Author: @dependabot[bot]
Created: 8/12/2024
Status: Merged
Merged: 8/27/2024
Merged by: @dependabot[bot]

Base: mainHead: dependabot/pip/pytest-httpserver-1.1.0


📝 Commits (1)

  • 10d0ff2 Bump pytest-httpserver from 1.0.12 to 1.1.0

📊 Changes

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

View changed files

📝 poetry.lock (+3 -3)

📄 Description

Bumps pytest-httpserver from 1.0.12 to 1.1.0.

Release notes

Sourced from pytest-httpserver's releases.

1.1.0

What's Changed

Full Changelog: https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0

Changelog

Sourced from pytest-httpserver's changelog.

1.1.0

.. _Release Notes_1.1.0_Bug Fixes:

Bug Fixes

  • Fixed an issue related to the leak of httpserver state between the tests when httpserver is destructed before the other fixtures. [#352](https://github.com/csernazs/pytest-httpserver/issues/352) <https://github.com/csernazs/pytest-httpserver/issues/352>_

.. _Release Notes_1.0.12:

Commits
  • 4f19faf CHANGES.rst: add release notes for 1.1.0
  • 1b01241 Version bump to 1.1.0
  • 86c9667 releasenotes: add release note for #352
  • 2fed2b6 tests: add test for log leak
  • 862d4af httpserver: Cleanup state in function scoped fixtures before the test
  • 0eb610b [pre-commit.ci] pre-commit autoupdate
  • a178b96 build(deps-dev): bump the deps group with 3 updates
  • 7df2d1c [pre-commit.ci] pre-commit autoupdate
  • 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/252 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/pip/pytest-httpserver-1.1.0` --- ### 📝 Commits (1) - [`10d0ff2`](https://github.com/ollama/ollama-python/commit/10d0ff2b3ad084551378dd66ac8a44d3eee8f62d) Bump pytest-httpserver from 1.0.12 to 1.1.0 ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `poetry.lock` (+3 -3) </details> ### 📄 Description Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) from 1.0.12 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/csernazs/pytest-httpserver/releases">pytest-httpserver's releases</a>.</em></p> <blockquote> <h2>1.1.0</h2> <h2>What's Changed</h2> <ul> <li>httpserver: Clear state in function-scoped fixtures before the test by <a href="https://github.com/netaneld122"><code>@​netaneld122</code></a> in <a href="https://redirect.github.com/csernazs/pytest-httpserver/pull/352">csernazs/pytest-httpserver#352</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0">https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst">pytest-httpserver's changelog</a>.</em></p> <blockquote> <h1>1.1.0</h1> <p>.. _Release Notes_1.1.0_Bug Fixes:</p> <h2>Bug Fixes</h2> <ul> <li>Fixed an issue related to the leak of httpserver state between the tests when httpserver is destructed before the other fixtures. <code>[#352](https://github.com/csernazs/pytest-httpserver/issues/352) &lt;https://github.com/csernazs/pytest-httpserver/issues/352&gt;</code>_</li> </ul> <p>.. _Release Notes_1.0.12:</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/4f19faf89bb1fc6d2b637d6824bc4df90be027be"><code>4f19faf</code></a> CHANGES.rst: add release notes for 1.1.0</li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/1b01241affebad9d806646bcecbf9134e3d2877c"><code>1b01241</code></a> Version bump to 1.1.0</li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/86c96670220af73fdb2b146418275f50c6304225"><code>86c9667</code></a> releasenotes: add release note for <a href="https://redirect.github.com/csernazs/pytest-httpserver/issues/352">#352</a></li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/2fed2b6fd0b3fbeb47a47bf9721c4567eeb3785e"><code>2fed2b6</code></a> tests: add test for log leak</li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/862d4afe489d3ebf6e5e57585ec530bc9df1e3e0"><code>862d4af</code></a> httpserver: Cleanup state in function scoped fixtures before the test</li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/0eb610bc87e3b6cd4f47dad574691a430b95282c"><code>0eb610b</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/a178b96dac5821ad47ca1722f8a6108261267b36"><code>a178b96</code></a> build(deps-dev): bump the deps group with 3 updates</li> <li><a href="https://github.com/csernazs/pytest-httpserver/commit/7df2d1cede92144e648049505695bc88251fa206"><code>7df2d1c</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li>See full diff in <a href="https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-httpserver&package-manager=pip&previous-version=1.0.12&new-version=1.1.0)](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:23 -05:00
yindo closed this issue 2026-02-15 16:30:23 -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#433