[PR #101] [CLOSED] Bump django-filter from 22.1 to 23.1 #102

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/101
Author: @dependabot[bot]
Created: 3/27/2023
Status: Closed

Base: masterHead: dependabot/pip/django-filter-23.1


📝 Commits (1)

  • 65a0fbc Bump django-filter from 22.1 to 23.1

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-filter from 22.1 to 23.1.

Changelog

Sourced from django-filter's changelog.

Version 23.1 (2023-3-26)

  • Declared support for Django 4.2.

  • Various updated and new translations. Thanks to all who contributed, and Weblate for hosting.

  • Fixed QueryArrayWidget.value_from_datadict() to not mutate input data. (#1540)

Commits
  • 8ac0865 Updated version and change notes for 23.1 release.
  • 36bb99b Fixed QueryArrayWidget.value_from_datadict() to not mutate input data. (#1540)
  • ccf9582 Added note about deprecated attributes removal to 22.1 changelog. (#1511)
  • de3019c Added Trove classifier for Django 4.2.
  • b3a27f4 Update filterset.py
  • fdec648 Fix typo in docs for RangeWidget.
  • 20ca22a Translated using Weblate (Finnish)
  • cdcbf78 Translated using Weblate (Polish)
  • 0eb9e1d Translated using Weblate (Spanish)
  • e7096a3 Translated using Weblate (Romanian)
  • 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/101 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-filter-23.1` --- ### 📝 Commits (1) - [`65a0fbc`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/65a0fbc141502844e8769bf826b9e2ce75a245a5) Bump django-filter from 22.1 to 23.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [django-filter](https://github.com/carltongibson/django-filter) from 22.1 to 23.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst">django-filter's changelog</a>.</em></p> <blockquote> <h2>Version 23.1 (2023-3-26)</h2> <ul> <li> <p>Declared support for Django 4.2.</p> </li> <li> <p>Various updated and new translations. Thanks to all who contributed, and Weblate for hosting.</p> </li> <li> <p>Fixed QueryArrayWidget.value_from_datadict() to not mutate input data. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1540">#1540</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/carltongibson/django-filter/commit/8ac0865f1cd83949a22e30b5257a73f6bccb1bb5"><code>8ac0865</code></a> Updated version and change notes for 23.1 release.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/36bb99bd84b20860168fc14a48dc6c5c1fe9625f"><code>36bb99b</code></a> Fixed QueryArrayWidget.value_from_datadict() to not mutate input data. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1540">#1540</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/ccf95822f76d289b4a757c6a011ab161ae5c2aa6"><code>ccf9582</code></a> Added note about deprecated attributes removal to 22.1 changelog. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1511">#1511</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/de3019c6ca648387a125ff934719c276d76378bf"><code>de3019c</code></a> Added Trove classifier for Django 4.2.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/b3a27f4fa5357dbfa367c2f60871299fe5c7aebe"><code>b3a27f4</code></a> Update filterset.py</li> <li><a href="https://github.com/carltongibson/django-filter/commit/fdec6483db182e6e52b50a395053fd234cc8fa2e"><code>fdec648</code></a> Fix typo in docs for RangeWidget.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/20ca22afa385930dcfabe07a1d0eef1d68248c60"><code>20ca22a</code></a> Translated using Weblate (Finnish)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/cdcbf783840320dac5c5c3c2f30ab8d13029b77d"><code>cdcbf78</code></a> Translated using Weblate (Polish)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/0eb9e1d00395d4e68085597aa11dd7bf58aa2085"><code>0eb9e1d</code></a> Translated using Weblate (Spanish)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/e7096a32c1656d39f790da8d9e34bcd817420db9"><code>e7096a3</code></a> Translated using Weblate (Romanian)</li> <li>Additional commits viewable in <a href="https://github.com/carltongibson/django-filter/compare/22.1...23.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django-filter&package-manager=pip&previous-version=22.1&new-version=23.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 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#102
No description provided.