[PR #2124] [MERGED] Bump testfixtures from 6.16.0 to 6.17.1 #2457

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2124
Author: @dependabot[bot]
Created: 1/15/2021
Status: Merged
Merged: 1/25/2021
Merged by: @tonioo

Base: masterHead: dependabot/pip/testfixtures-6.17.1


📝 Commits (1)

  • 9df210b Bump testfixtures from 6.16.0 to 6.17.1

📊 Changes

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

View changed files

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

📄 Description

Bumps testfixtures from 6.16.0 to 6.17.1.

Changelog

Sourced from testfixtures's changelog.

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.

Commits
  • db4999e Prepare for 6.17.1 release.
  • 8ce4a47 Fix bug where duplicated entries in an ordered but partial SequenceComparison...
  • 52e1a7e Prepare for 6.17.0 release.
  • 9d32490 stop testing docs on PY2.
  • 23e8e26 Flags to StringComparison.
  • ba447e6 Merge pull request #151 from wimglenn/deprecated-escape
  • efb826e fix deprecation warning about invalid escape sequence
  • b57d77e move sphinx-only syntax
  • 1aab7ee it's not used, but let's still have it be correct!
  • e7ac92a switch to token auth
  • 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 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/pull/2124 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2021 **Status:** ✅ Merged **Merged:** 1/25/2021 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-6.17.1` --- ### 📝 Commits (1) - [`9df210b`](https://github.com/modoboa/modoboa/commit/9df210b86938fee19e7fe744825a658d7ee794f0) Bump testfixtures from 6.16.0 to 6.17.1 ### 📊 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.16.0 to 6.17.1. <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.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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Simplistix/testfixtures/commit/db4999e9c4fe1711b3f7cd272f29bca8f4cfd7a5"><code>db4999e</code></a> Prepare for 6.17.1 release.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/8ce4a47d496db3204eab396bf0afd0fd23de717b"><code>8ce4a47</code></a> Fix bug where duplicated entries in an ordered but partial SequenceComparison...</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/52e1a7e829a25f789d632cb6c265c6ec16113956"><code>52e1a7e</code></a> Prepare for 6.17.0 release.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/9d32490177436c51f6d2aeb73cb2397b1a3d845c"><code>9d32490</code></a> stop testing docs on PY2.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/23e8e26c027e94dea32131d4dad391780c75f7b0"><code>23e8e26</code></a> Flags to StringComparison.</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/ba447e6a76f8915c3609382e3665e13147b3b224"><code>ba447e6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Simplistix/testfixtures/issues/151">#151</a> from wimglenn/deprecated-escape</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/efb826e7da7c96229045e2e10198c99bc4ca6933"><code>efb826e</code></a> fix deprecation warning about invalid escape sequence</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/b57d77eb744f480e7bbc923a7c88b1aa1c277d3c"><code>b57d77e</code></a> move sphinx-only syntax</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/1aab7eec780c6d69745b697c4ddd04104144c59f"><code>1aab7ee</code></a> it's not used, but let's still have it be correct!</li> <li><a href="https://github.com/Simplistix/testfixtures/commit/e7ac92ae7ed89d9dc6747993ab4c78831d0ea066"><code>e7ac92a</code></a> switch to token auth</li> <li>See full diff in <a href="https://github.com/Simplistix/testfixtures/compare/6.16.0...6.17.1">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.16.0&new-version=6.17.1)](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 12:11:08 +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-modoboa#2457
No description provided.