[PR #18790] [CLOSED] chore(deps): update pytest-docker requirement from ~=3.1.1 to ~=3.2.3 in /backend #11735

Closed
opened 2025-11-11 19:55:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/18790
Author: @dependabot[bot]
Created: 11/1/2025
Status: Closed

Base: devHead: dependabot/pip/backend/dev/pytest-docker-approx-eq-3.2.3


📝 Commits (1)

  • 6081b73 chore(deps): update pytest-docker requirement in /backend

📊 Changes

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

View changed files

📝 backend/requirements.txt (+1 -1)

📄 Description

Updates the requirements on pytest-docker to permit the latest version.

Release notes

Sourced from pytest-docker's releases.

v3.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/avast/pytest-docker/compare/v3.2.2...v3.2.3

Changelog

Sourced from pytest-docker's changelog.

Changelog

Version 2.0.0

Breaking changes:

  • Default command changed from docker-compose to docker compose, so the V2 is the default one.

Version 1.0.1

Chore:

  • Set dependency on attrs to be the same as in pytest

Version 1.0.0

Breaking changes:

  • Default behavior is not to install docker-compose at all when installing pytest-docker with PIP. Use the docker-compose-v1 extra.

Feat:

  • Add support for Docker Compose v2 via a new pytest fixture, docker_compose_command that should return docker compose.

Version 0.13.0

Feat:

  • In get_docker_ip(), if DOCKER_HOST is using the unix: scheme then return "127.0.0.1"

Version 0.12.0

Changes:

  • Add docker_setup fixture to allow custom setup actions for docker-compose (contributed by @​raddessi)

Version 0.11.0

Changes:

Version 0.10.3

Changes:

... (truncated)

Commits

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/open-webui/open-webui/pull/18790 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/1/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/pip/backend/dev/pytest-docker-approx-eq-3.2.3` --- ### 📝 Commits (1) - [`6081b73`](https://github.com/open-webui/open-webui/commit/6081b73d18f37895944827c3ca8f928e9d8f60f1) chore(deps): update pytest-docker requirement in /backend ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [pytest-docker](https://github.com/avast/pytest-docker) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/avast/pytest-docker/releases">pytest-docker's releases</a>.</em></p> <blockquote> <h2>v3.2.3</h2> <h2>What's Changed</h2> <ul> <li>Fix mypy error in the plugin by <a href="https://github.com/s-t-e-v-e-n-k"><code>@​s-t-e-v-e-n-k</code></a> in <a href="https://redirect.github.com/avast/pytest-docker/pull/125">avast/pytest-docker#125</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/s-t-e-v-e-n-k"><code>@​s-t-e-v-e-n-k</code></a> made their first contribution in <a href="https://redirect.github.com/avast/pytest-docker/pull/125">avast/pytest-docker#125</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/avast/pytest-docker/compare/v3.2.2...v3.2.3">https://github.com/avast/pytest-docker/compare/v3.2.2...v3.2.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/avast/pytest-docker/blob/master/CHANGELOG.md">pytest-docker's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Version 2.0.0</h2> <p>Breaking changes:</p> <ul> <li>Default command changed from <code>docker-compose</code> to <code>docker compose</code>, so the V2 is the default one.</li> </ul> <h2>Version 1.0.1</h2> <p>Chore:</p> <ul> <li>Set dependency on <code>attrs</code> to be the same as in <code>pytest</code></li> </ul> <h2>Version 1.0.0</h2> <p>Breaking changes:</p> <ul> <li>Default behavior is not to install <code>docker-compose</code> at all when installing <code>pytest-docker</code> with PIP. Use the <code>docker-compose-v1</code> extra.</li> </ul> <p>Feat:</p> <ul> <li>Add support for Docker Compose v2 via a new pytest fixture, <code>docker_compose_command</code> that should return <code>docker compose</code>.</li> </ul> <h2>Version 0.13.0</h2> <p>Feat:</p> <ul> <li>In get_docker_ip(), if <code>DOCKER_HOST</code> is using the <code>unix:</code> scheme then return &quot;127.0.0.1&quot;</li> </ul> <h2>Version 0.12.0</h2> <p>Changes:</p> <ul> <li>Add <code>docker_setup</code> fixture to allow custom setup actions for docker-compose (contributed by <a href="https://github.com/raddessi"><code>@​raddessi</code></a>)</li> </ul> <h2>Version 0.11.0</h2> <p>Changes:</p> <ul> <li>Add support for <code>pytest</code> v7 (contributed by <a href="https://github.com/skshetry"><code>@​skshetry</code></a>)</li> </ul> <h2>Version 0.10.3</h2> <p>Changes:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/avast/pytest-docker/commit/65acfe2c8cd913d338e10ef420d8d07b74434899"><code>65acfe2</code></a> chore: version bump</li> <li><a href="https://github.com/avast/pytest-docker/commit/d67576af6d86fb6676ec6c585a12f724baff9bbe"><code>d67576a</code></a> fix: type fixed to satisfy mypy (<a href="https://redirect.github.com/avast/pytest-docker/issues/125">#125</a>)</li> <li><a href="https://github.com/avast/pytest-docker/commit/be1e94708d8827f017f3db07a234ba3f576a2163"><code>be1e947</code></a> chore: version bump</li> <li><a href="https://github.com/avast/pytest-docker/commit/dcd824f0f4429da66c420da3b2f381ea97466142"><code>dcd824f</code></a> fix: docker host doesn't need to start with &quot;tcp://&quot;</li> <li><a href="https://github.com/avast/pytest-docker/commit/a0d51e52ae26cb8334d83e4bc77c6b760a9747f3"><code>a0d51e5</code></a> version bump</li> <li><a href="https://github.com/avast/pytest-docker/commit/e56691588c918c7b7f046015289f3753d134fe11"><code>e566915</code></a> chore: service added to init (<a href="https://redirect.github.com/avast/pytest-docker/issues/119">#119</a>)</li> <li><a href="https://github.com/avast/pytest-docker/commit/60c4c7cb224c245e2850010c2d25fc6cd5256ab4"><code>60c4c7c</code></a> docs: non-existing docker_setup_command fixed (<a href="https://redirect.github.com/avast/pytest-docker/issues/118">#118</a>)</li> <li><a href="https://github.com/avast/pytest-docker/commit/06dc166c8ba2f88816863db5b8505260491f48e7"><code>06dc166</code></a> version bump</li> <li><a href="https://github.com/avast/pytest-docker/commit/1069382c61b86bd12a6b487160b026d45ba5e8a5"><code>1069382</code></a> feat: option to ignore stderr when executing commands added (<a href="https://redirect.github.com/avast/pytest-docker/issues/115">#115</a>)</li> <li><a href="https://github.com/avast/pytest-docker/commit/d1f2f65c29ac5c05a0f230e8306b69e61a19025d"><code>d1f2f65</code></a> version bump</li> <li>Additional commits viewable in <a href="https://github.com/avast/pytest-docker/compare/v3.1.1...v3.2.3">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 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>
GiteaMirror added the pull-request label 2025-11-11 19:55:37 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#11735