[PR #108] [CLOSED] Bump testfixtures from 7.1.0 to 7.2.0 #108

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/108
Author: @dependabot[bot]
Created: 9/18/2023
Status: Closed

Base: masterHead: dependabot/pip/testfixtures-7.2.0


📝 Commits (1)

  • 199f482 Bump testfixtures from 7.1.0 to 7.2.0

📊 Changes

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

View changed files

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

📄 Description

Bumps testfixtures from 7.1.0 to 7.2.0.

Changelog

Sourced from testfixtures's changelog.

7.2.0 (15 Sep 2023)

  • Add order_matters parameter to :class:ShouldWarn.

Thanks to Jan Musílek for the implementation!

Commits
  • 7c31dd2 Prepare for 7.2.0 release
  • 50f61f9 Add order_matters argument to ShouldWarn context manager (#185)
  • 544b436 More test coverage around strict and timedelta addition
  • 05c9c37 Sybil 5.0.2 and Python 3.6 compatibility 🙄
  • 57ccab2 Change expectation for Sybil 5.0.2 release
  • 7991039 New style sphinx mapping
  • 00ea6ba Merge pull request #181 from oto-stefan/patch-1
  • 3ab859a Update comparing.txt
  • b302ef7 Fix type annotations
  • 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/modoboa/modoboa-postfix-autoreply/pull/108 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/testfixtures-7.2.0` --- ### 📝 Commits (1) - [`199f482`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/199f4820a1b5bf4d5534b921b291fa7303dce9f2) Bump testfixtures from 7.1.0 to 7.2.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.1.0 to 7.2.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.2.0 (15 Sep 2023)</h2> <ul> <li>Add <code>order_matters</code> parameter to :class:<code>ShouldWarn</code>.</li> </ul> <p>Thanks to Jan Musílek for the implementation!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/simplistix/testfixtures/commit/7c31dd216abefa4f0724db29015cfd0f63cd2f9e"><code>7c31dd2</code></a> Prepare for 7.2.0 release</li> <li><a href="https://github.com/simplistix/testfixtures/commit/50f61f9337507c66024ec452eaee912c0924bff4"><code>50f61f9</code></a> Add order_matters argument to ShouldWarn context manager (<a href="https://redirect.github.com/Simplistix/testfixtures/issues/185">#185</a>)</li> <li><a href="https://github.com/simplistix/testfixtures/commit/544b436ea312b37ba223ca374954c887c3e62846"><code>544b436</code></a> More test coverage around strict and timedelta addition</li> <li><a href="https://github.com/simplistix/testfixtures/commit/05c9c37c52414547c08544e6bdbe354018c4fda2"><code>05c9c37</code></a> Sybil 5.0.2 <em>and</em> Python 3.6 compatibility 🙄</li> <li><a href="https://github.com/simplistix/testfixtures/commit/57ccab2d89ff0c136c13e4514774ba17776adbcd"><code>57ccab2</code></a> Change expectation for Sybil 5.0.2 release</li> <li><a href="https://github.com/simplistix/testfixtures/commit/7991039b794f559bd308f4e5403499df65238cf2"><code>7991039</code></a> New style sphinx mapping</li> <li><a href="https://github.com/simplistix/testfixtures/commit/00ea6ba6bfa975a936b0920a71bdd48f2b0c91d9"><code>00ea6ba</code></a> Merge pull request <a href="https://redirect.github.com/Simplistix/testfixtures/issues/181">#181</a> from oto-stefan/patch-1</li> <li><a href="https://github.com/simplistix/testfixtures/commit/3ab859a74693a4e6aeb58337174503ee58688c6c"><code>3ab859a</code></a> Update comparing.txt</li> <li><a href="https://github.com/simplistix/testfixtures/commit/b302ef7586fdea6f6344e7263b3f6f1258332918"><code>b302ef7</code></a> Fix type annotations</li> <li>See full diff in <a href="https://github.com/Simplistix/testfixtures/compare/7.1.0...7.2.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.1.0&new-version=7.2.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>
kerem 2026-02-27 11:09:24 +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#108
No description provided.