[PR #2624] [MERGED] Bump django-reversion from 5.0.2 to 5.0.3 #2641

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2624
Author: @dependabot[bot]
Created: 10/3/2022
Status: Merged
Merged: 10/3/2022
Merged by: @tonioo

Base: masterHead: dependabot/pip/django-reversion-5.0.3


📝 Commits (1)

  • c78b8a1 Bump django-reversion from 5.0.2 to 5.0.3

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-reversion from 5.0.2 to 5.0.3.

Changelog

Sourced from django-reversion's changelog.

5.0.3 - 2022-10-02

  • A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an additional database error (@​proofit404).
  • A warning log is noe emitted if a revert fails due to database integrity errors, making debugging the final RevertError easier.
Commits
  • ff1ea0b v5.0.3
  • 559f0b2 v5.0.3
  • 9295e00 Merge pull request #921 from tony/log-integrity-error
  • 7546b25 _safe_revert: Decrease log level to warning
  • dd78a1c _safe_revert: Add a logging traceback for IntegrityError
  • 284dd51 Merge pull request #919 from proofit404/transaction-rollback-flag
  • 4a64e07 Do not try to create revision if current transaction under rollback.
  • d89b9f9 Merge pull request #917 from leo-naeka/upgrade-dependencies
  • 90ea6a6 Run django-upgrade (3.2+)
  • b8670b0 Run pyupgrade (3.7+)
  • 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/pull/2624 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/3/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/django-reversion-5.0.3` --- ### 📝 Commits (1) - [`c78b8a1`](https://github.com/modoboa/modoboa/commit/c78b8a1a04d93756b26d031fe870f010f377bbe8) Bump django-reversion from 5.0.2 to 5.0.3 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-reversion](https://github.com/etianen/django-reversion) from 5.0.2 to 5.0.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst">django-reversion's changelog</a>.</em></p> <blockquote> <h2>5.0.3 - 2022-10-02</h2> <ul> <li>A revision will no longer be created if a transaction is marked as rollback, as this would otherwise cause an additional database error (<a href="https://github.com/proofit404"><code>@​proofit404</code></a>).</li> <li>A warning log is noe emitted if a revert fails due to database integrity errors, making debugging the final <code>RevertError</code> easier.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/etianen/django-reversion/commit/ff1ea0be5afa3903792e9237c5d08ce26b271029"><code>ff1ea0b</code></a> v5.0.3</li> <li><a href="https://github.com/etianen/django-reversion/commit/559f0b29a2cd19530e57cbfd5e01ae95058e3eeb"><code>559f0b2</code></a> v5.0.3</li> <li><a href="https://github.com/etianen/django-reversion/commit/9295e00c3c09f2e801bc8f2e6414e1dde10c3c6a"><code>9295e00</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/921">#921</a> from tony/log-integrity-error</li> <li><a href="https://github.com/etianen/django-reversion/commit/7546b25c605bf038df3b6f8f856c12fd94ae57b1"><code>7546b25</code></a> _safe_revert: Decrease log level to warning</li> <li><a href="https://github.com/etianen/django-reversion/commit/dd78a1cdca2c27bad74bcebf74de7310aed78547"><code>dd78a1c</code></a> _safe_revert: Add a logging traceback for IntegrityError</li> <li><a href="https://github.com/etianen/django-reversion/commit/284dd51827f68fe8cc3c7763d9d3f49e12d7d81c"><code>284dd51</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/919">#919</a> from proofit404/transaction-rollback-flag</li> <li><a href="https://github.com/etianen/django-reversion/commit/4a64e07b4e0574cb6e1fae3ddbdab11351b34750"><code>4a64e07</code></a> Do not try to create revision if current transaction under rollback.</li> <li><a href="https://github.com/etianen/django-reversion/commit/d89b9f910d1a51719149ea4b7a25477edfd27b72"><code>d89b9f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/etianen/django-reversion/issues/917">#917</a> from leo-naeka/upgrade-dependencies</li> <li><a href="https://github.com/etianen/django-reversion/commit/90ea6a6f9c60daf40e49b8c47fb77d500a5b4b2f"><code>90ea6a6</code></a> Run django-upgrade (3.2+)</li> <li><a href="https://github.com/etianen/django-reversion/commit/b8670b0478b485ddcc592cb407ef300a41ca2742"><code>b8670b0</code></a> Run pyupgrade (3.7+)</li> <li>Additional commits viewable in <a href="https://github.com/etianen/django-reversion/compare/v5.0.2...v5.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-reversion&package-manager=pip&previous-version=5.0.2&new-version=5.0.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 12:12:02 +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#2641
No description provided.