[PR #111] [CLOSED] Bump django-filter from 23.2 to 23.4 #111

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/111
Author: @dependabot[bot]
Created: 11/21/2023
Status: Closed

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


📝 Commits (1)

  • 2c8f540 Bump django-filter from 23.2 to 23.4

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps django-filter from 23.2 to 23.4.

Changelog

Sourced from django-filter's changelog.

Version 23.4 (2023-11-20)

  • Official support for Django 5.0 and Python 3.12.

  • Fix DeprecationWarning for pkgutil.find_loader.

    Thanks to wmorrell.

  • Adopted Furo theme for docs.

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

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/111 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/21/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-filter-23.4` --- ### 📝 Commits (1) - [`2c8f540`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/2c8f540ed95fd232201425edeae54e2030f745b2) Bump django-filter from 23.2 to 23.4 ### 📊 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.4. <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.4 (2023-11-20)</h2> <ul> <li> <p>Official support for Django 5.0 and Python 3.12.</p> </li> <li> <p>Fix DeprecationWarning for pkgutil.find_loader.</p> <p>Thanks to <code>wmorrell</code>.</p> </li> <li> <p>Adopted Furo theme for docs.</p> </li> </ul> <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/83b314fb3905ff3b079401c64501912ca73f0800"><code>83b314f</code></a> Bumped version, changes, and trove classifiers for 23.4 release.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/15a5c720b2bc6c5e61faa23c2060d00ee7f33a57"><code>15a5c72</code></a> Fix DeprecationWarning for pkgutil.find_loader (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1623">#1623</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/4c2a2e65ac16429230fd35cbae423338bb1fc857"><code>4c2a2e6</code></a> Removed extra word in tips.txt (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1624">#1624</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/4a618e080ac904cb9bbcd0066878d3e06014437e"><code>4a618e0</code></a> Added CI runs for Django 5.0 and Python 3.12 (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1618">#1618</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/3d352ce50b6108390ad85a88bb5a3af5e1b6134e"><code>3d352ce</code></a> Fixed links to supported versions in README. (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1617">#1617</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/b86955b072de4d2c72f84f00436e1611987994af"><code>b86955b</code></a> Made tox use requirements/docs.txt (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1615">#1615</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/6fef056093524cec9b9f0959ca5b4e015e9f6244"><code>6fef056</code></a> Added furo dependency to tox config.</li> <li><a href="https://github.com/carltongibson/django-filter/commit/0fa5feddc000f9b3292bb6a27c68593679567cd2"><code>0fa5fed</code></a> Use Furo theme (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1614">#1614</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/bbaa959b64f7a3e20dd8453f111ec847882a0fca"><code>bbaa959</code></a> Fix French Translation Typo (<a href="https://redirect.github.com/carltongibson/django-filter/issues/1613">#1613</a>)</li> <li><a href="https://github.com/carltongibson/django-filter/commit/e4a70a667a0bf3882fd44b557bc76583d2c65cd1"><code>e4a70a6</code></a> Made metadata version property dynamic.</li> <li>Additional commits viewable in <a href="https://github.com/carltongibson/django-filter/compare/23.2...23.4">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.4)](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#111
No description provided.