[PR #109] [CLOSED] Bump django-filter from 23.2 to 23.3 #110

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/109
Author: @dependabot[bot]
Created: 9/18/2023
Status: Closed

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


📝 Commits (1)

  • 4966947 Bump django-filter from 23.2 to 23.3

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-filter from 23.2 to 23.3.

Changelog

Sourced from django-filter's changelog.

Version 23.3 (2023-9-17)

  • Adds initial compatibility with Django 5.0, prior to Django 5.0a1.

  • Updates packaging to use pyproject.toml and Flit.

Commits
  • e4a70a6 Made metadata version property dynamic.
  • 9c20fca Updated version and change notes for 23.3 release.
  • 1da5738 Ignored vscode project folder.
  • 6119d45 Added support for Django 5.0. (#1607)
  • e5fc05d Skipped Django Pre-5.0 failures.
  • 10c93ca Updated packaging to use pyproject.toml and Flit.
  • 1268b0f Added MultipleChoiceFilter example test. (#1604)
  • 5ba87c4 Added Dutch translations (#1602)
  • c428fde Translations update from Hosted Weblate (#1577)
  • f38dcdd Fixed RemovedInDjango50Warning in handle_timezone with Django 4.2. (#1581)
  • 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/109 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-filter-23.3` --- ### 📝 Commits (1) - [`4966947`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/49669470fe318336f7f0a899286dc405e9ba22cf) Bump django-filter from 23.2 to 23.3 ### 📊 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 23.2 to 23.3. <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.3 (2023-9-17)</h2> <ul> <li> <p>Adds initial compatibility with Django 5.0, prior to Django 5.0a1.</p> </li> <li> <p>Updates packaging to use pyproject.toml and Flit.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/carltongibson/django-filter/commit/e4a70a667a0bf3882fd44b557bc76583d2c65cd1"><code>e4a70a6</code></a> Made metadata version property dynamic.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/9c20fca294a4f92d24b4f2ab173d869ea8548649"><code>9c20fca</code></a> Updated version and change notes for 23.3 release.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/1da5738f66b1bccc8c85e6597a814c27d6477cfd"><code>1da5738</code></a> Ignored vscode project folder.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/6119d454ee47aebd0ac09e4c29fd4c2137742040"><code>6119d45</code></a> Added support for Django 5.0. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1607">#1607</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/e5fc05dc00c420ae4dc9390ec6126eb9fc09ae06"><code>e5fc05d</code></a> Skipped Django Pre-5.0 failures.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/10c93ca6a0e46a01ab32159f994100897e607810"><code>10c93ca</code></a> Updated packaging to use pyproject.toml and Flit.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/1268b0f83ef5b88e7eda7040ff010b9ec1bbf06e"><code>1268b0f</code></a> Added MultipleChoiceFilter example test. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1604">#1604</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/5ba87c4927aa54bb61c4e299f62c7965658ea42e"><code>5ba87c4</code></a> Added Dutch translations (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1602">#1602</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/c428fde1328c32dc96762baae1a96b91241bc736"><code>c428fde</code></a> Translations update from Hosted Weblate (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1577">#1577</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/f38dcdd32d20095cb823cbd5e85946510f146e29"><code>f38dcdd</code></a> Fixed RemovedInDjango50Warning in handle_timezone with Django 4.2. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1581">#1581</a>)</li> <li>See full diff in <a href="https://github.com/carltongibson/django-filter/compare/23.2...23.3">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=23.2&new-version=23.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 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#110
No description provided.