[PR #100] [MERGED] Bump testfixtures from 7.0.4 to 7.1.0 #101

Closed
opened 2026-02-27 11:09:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/100
Author: @dependabot[bot]
Created: 2/9/2023
Status: Merged
Merged: 5/4/2023
Merged by: @tonioo

Base: masterHead: dependabot/pip/testfixtures-7.1.0


📝 Commits (1)

  • 6b3e897 Bump testfixtures from 7.0.4 to 7.1.0

📊 Changes

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

View changed files

📝 test-requirements.txt (+1 -1)

📄 Description

Bumps testfixtures from 7.0.4 to 7.1.0.

Changelog

Sourced from testfixtures's changelog.

7.1.0 (8 Feb 2023)

  • Implement new IDE and static-analysis ways of :doc:mocking <mocking> including additional parameters to :meth:~Replacer.replace along with the :any:replace_on_class, :any:replace_in_module and :any:replace_in_environ context managers.
Commits
  • 3f5500a Prepare for 7.1.0 release.
  • abab1ff Documentation for new replacement methods and context managers
  • da0bf2e Turn on Sphinx's nitpicky and fix resulting issues.
  • bac8fa4 Move descriptor handling in replace to fix bugs and simplify resolve()
  • 0c480e5 Static-analysis friendly ways to replace callables in modules
  • f49ecd0 Static-analysis friendly ways to replace methods on classes
  • e964516 Easier ways to replace environment variables
  • bf6c5f9 Remove some ancient backwards compatibility that was causing test noise
  • d05ff51 Full and explicit replacement API
  • f975257 Refactor Replace internals.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

🔄 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/modoboa/modoboa-postfix-autoreply/pull/100 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/9/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-7.1.0` --- ### 📝 Commits (1) - [`6b3e897`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/6b3e8975e8153f3365e3ff31fcfc9c1b42ebf9e2) Bump testfixtures from 7.0.4 to 7.1.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test-requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [testfixtures](https://github.com/Simplistix/testfixtures) from 7.0.4 to 7.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/simplistix/testfixtures/blob/master/CHANGELOG.rst">testfixtures's changelog</a>.</em></p> <blockquote> <h2>7.1.0 (8 Feb 2023)</h2> <ul> <li>Implement new IDE and static-analysis ways of :doc:<code>mocking &lt;mocking&gt;</code> including additional parameters to :meth:<code>~Replacer.replace</code> along with the :any:<code>replace_on_class</code>, :any:<code>replace_in_module</code> and :any:<code>replace_in_environ</code> context managers.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simplistix/testfixtures/commit/3f5500aa9b4fabb138a1dc0e132369df61403882"><code>3f5500a</code></a> Prepare for 7.1.0 release.</li> <li><a href="https://github.com/simplistix/testfixtures/commit/abab1ff395c4d223f12f6e0abbe849e07f9075a3"><code>abab1ff</code></a> Documentation for new replacement methods and context managers</li> <li><a href="https://github.com/simplistix/testfixtures/commit/da0bf2e31c88ef7db55f08205bac7a857cc2edc3"><code>da0bf2e</code></a> Turn on Sphinx's nitpicky and fix resulting issues.</li> <li><a href="https://github.com/simplistix/testfixtures/commit/bac8fa4d8de7b2eceb3ec2738f696e2ca3ccf74d"><code>bac8fa4</code></a> Move descriptor handling in replace to fix bugs and simplify resolve()</li> <li><a href="https://github.com/simplistix/testfixtures/commit/0c480e57c2d1be4005497da5a831830731ce06b3"><code>0c480e5</code></a> Static-analysis friendly ways to replace callables in modules</li> <li><a href="https://github.com/simplistix/testfixtures/commit/f49ecd0525e86e55fa33cd4c4bd0722cbeb32037"><code>f49ecd0</code></a> Static-analysis friendly ways to replace methods on classes</li> <li><a href="https://github.com/simplistix/testfixtures/commit/e964516bea968c341e4fe8f7a3ebb7b15af98d26"><code>e964516</code></a> Easier ways to replace environment variables</li> <li><a href="https://github.com/simplistix/testfixtures/commit/bf6c5f94751844b164715e8c8fea18fb3661c605"><code>bf6c5f9</code></a> Remove some ancient backwards compatibility that was causing test noise</li> <li><a href="https://github.com/simplistix/testfixtures/commit/d05ff51215c4246c2e80129e825da68f4b9ea585"><code>d05ff51</code></a> Full and explicit replacement API</li> <li><a href="https://github.com/simplistix/testfixtures/commit/f9752576f7ccbdd33183ff8004469b96adcd488a"><code>f975257</code></a> Refactor Replace internals.</li> <li>Additional commits viewable in <a href="https://github.com/Simplistix/testfixtures/compare/7.0.4...7.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=testfixtures&package-manager=pip&previous-version=7.0.4&new-version=7.1.0)](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>> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-27 11:09:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#101
No description provided.