[PR #88] [CLOSED] Bump testfixtures from 6.15.0 to 6.18.3 #92

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/88
Author: @dependabot[bot]
Created: 9/30/2021
Status: Closed

Base: masterHead: dependabot/pip/testfixtures-6.18.3


📝 Commits (1)

  • c4a2578 Bump testfixtures from 6.15.0 to 6.18.3

📊 Changes

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

View changed files

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

📄 Description

Bumps testfixtures from 6.15.0 to 6.18.3.

Changelog

Sourced from testfixtures's changelog.

6.18.3 (29 Sep 2021)

  • Fix bug when using :func:compare on two regular expressions that have very long patterns.

Thanks to Christoph Ludwig for the report.

6.18.2 (21 Sep 2021)

  • Fix bug that meant :class:LogCapture didn't preserve or provide a clean testing environment for filters.

Thanks to Jesse Rittner for the fix.

6.18.1 (20 Aug 2021)

  • Fix bug when showing differences between mappings found by :func:compare when mismatching values contained the same number more than once.

6.18.0 (15 Jul 2021)

  • Add support for lazy resolution of prefix and suffix when using :func:compare.

6.17.1 (14 Jan 2020)

  • Fix bug where bug where duplicated entries in an ordered but partial :class:SequenceComparison could result in a failed match.

6.17.0 (16 Dec 2020)

  • Add simpler flag support to :class:StringComparison.

  • Fix deprecation warning about invalid escape sequence.

Thanks to Wim Glenn for the deprecation warning fix.

6.16.0 (9 Dec 2020)

  • Simplify and clarify the documentation of timezones when using :class:test_datetime.

  • :doc:api has been re-arranged to make it easier to browse.

  • The strict parameter to :class:Comparison has been deprecated in favour of partial.

... (truncated)

Commits
  • 654f1b6 Prepare for 6.18.3 release.
  • b1d3721 Fix comparison of very long but different regexes.
  • 1497aac Prepare for 6.18.2 release.
  • be2ccb0 Merge pull request #159 from rittneje/bugfix-swap-logger-filters
  • 0af2187 swap out logger filters during capture
  • fe65de0 fix CircleCI badge
  • 5e82707 Revert "Officially support 3.10"
  • 3308558 Revert "Merge pull request #158 from sbraz/py310"
  • 784b0a1 Officially support 3.10
  • 70a9e28 Merge pull request #158 from sbraz/py310
  • Additional commits viewable 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 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/modoboa/modoboa-postfix-autoreply/pull/88 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-6.18.3` --- ### 📝 Commits (1) - [`c4a2578`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/c4a2578dfa9160fc79fcf1142990eea4863a211f) Bump testfixtures from 6.15.0 to 6.18.3 ### 📊 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 6.15.0 to 6.18.3. <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>6.18.3 (29 Sep 2021)</h2> <ul> <li>Fix bug when using :func:<code>compare</code> on two regular expressions that have very long patterns.</li> </ul> <p>Thanks to Christoph Ludwig for the report.</p> <h2>6.18.2 (21 Sep 2021)</h2> <ul> <li>Fix bug that meant :class:<code>LogCapture</code> didn't preserve or provide a clean testing environment for filters.</li> </ul> <p>Thanks to Jesse Rittner for the fix.</p> <h2>6.18.1 (20 Aug 2021)</h2> <ul> <li>Fix bug when showing differences between mappings found by :func:<code>compare</code> when mismatching values contained the same number more than once.</li> </ul> <h2>6.18.0 (15 Jul 2021)</h2> <ul> <li>Add support for lazy resolution of <code>prefix</code> and <code>suffix</code> when using :func:<code>compare</code>.</li> </ul> <h2>6.17.1 (14 Jan 2020)</h2> <ul> <li>Fix bug where bug where duplicated entries in an ordered but partial :class:<code>SequenceComparison</code> could result in a failed match.</li> </ul> <h2>6.17.0 (16 Dec 2020)</h2> <ul> <li> <p>Add simpler flag support to :class:<code>StringComparison</code>.</p> </li> <li> <p>Fix deprecation warning about invalid escape sequence.</p> </li> </ul> <p>Thanks to Wim Glenn for the deprecation warning fix.</p> <h2>6.16.0 (9 Dec 2020)</h2> <ul> <li> <p>Simplify and clarify the documentation of timezones when using :class:<code>test_datetime</code>.</p> </li> <li> <p>:doc:<code>api</code> has been re-arranged to make it easier to browse.</p> </li> <li> <p>The <code>strict</code> parameter to :class:<code>Comparison</code> has been deprecated in favour of <code>partial</code>.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simplistix/testfixtures/commit/654f1b6220978e428c5b45a308db6a994208f8f0"><code>654f1b6</code></a> Prepare for 6.18.3 release.</li> <li><a href="https://github.com/simplistix/testfixtures/commit/b1d37216632cfd39f1b2067b1cafbb9300f57c4e"><code>b1d3721</code></a> Fix comparison of very long but different regexes.</li> <li><a href="https://github.com/simplistix/testfixtures/commit/1497aac5b07d317f0e5301f52d01f80f54d723a4"><code>1497aac</code></a> Prepare for 6.18.2 release.</li> <li><a href="https://github.com/simplistix/testfixtures/commit/be2ccb057b9bacc66cdba08a15bbc62471d55459"><code>be2ccb0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Simplistix/testfixtures/issues/159">#159</a> from rittneje/bugfix-swap-logger-filters</li> <li><a href="https://github.com/simplistix/testfixtures/commit/0af2187bbfbdee98e710384713dcb661f1b46c6b"><code>0af2187</code></a> swap out logger filters during capture</li> <li><a href="https://github.com/simplistix/testfixtures/commit/fe65de01ae4f3d7961815194c88a5a94382d1f92"><code>fe65de0</code></a> fix CircleCI badge</li> <li><a href="https://github.com/simplistix/testfixtures/commit/5e82707f24781435fa5f555d7e06d64d256dab34"><code>5e82707</code></a> Revert &quot;Officially support 3.10&quot;</li> <li><a href="https://github.com/simplistix/testfixtures/commit/330855847851472030bca8d0ed7c3a3c768c8a11"><code>3308558</code></a> Revert &quot;Merge pull request <a href="https://github-redirect.dependabot.com/Simplistix/testfixtures/issues/158">#158</a> from sbraz/py310&quot;</li> <li><a href="https://github.com/simplistix/testfixtures/commit/784b0a13bda360fd44bf37d5a09d6b5f77ac28b2"><code>784b0a1</code></a> Officially support 3.10</li> <li><a href="https://github.com/simplistix/testfixtures/commit/70a9e28e7d85b4a2e581ee298bf87b155128ed39"><code>70a9e28</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Simplistix/testfixtures/issues/158">#158</a> from sbraz/py310</li> <li>Additional commits viewable in <a href="https://github.com/Simplistix/testfixtures/compare/6.15.0...6.18.3">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=6.15.0&new-version=6.18.3)](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 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>
kerem 2026-02-27 11:09:20 +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#92
No description provided.