[PR #2421] [CLOSED] Update django requirement from <2.3,>=2.2 to >=2.2,<4.1 #2553

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2421
Author: @dependabot[bot]
Created: 12/7/2021
Status: Closed

Base: masterHead: dependabot/pip/django-gte-2.2-and-lt-4.1


📝 Commits (1)

  • fc7c454 Update django requirement from <2.3,>=2.2 to >=2.2,<4.1

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Updates the requirements on django to permit the latest version.

Commits
  • 67d0c46 [4.0.x] Bumped version for 4.0 release.
  • 0f4fa0c [4.0.x] Finalized release notes for Django 4.0.
  • 01c0fb9 [4.0.x] Updated asgiref dependency for 4.0 release series.
  • 7f20e89 [4.0.x] Added CVE-2021-44420 to security archive.
  • 20b9ad3 [4.0.x] Fixed #30530, CVE-2021-44420 -- Fixed potential bypass of an upstream...
  • 4c5215a [4.0.x] Updated translations from Transifex.
  • fed7f99 [4.0.x] Fixed #33335 -- Made model validation ignore functional unique constr...
  • 7bde53a [4.0.x] Refs #33333 -- Fixed PickleabilityTestCase.test_annotation_with_calla...
  • 2c20883 [4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField o...
  • 306fbf1 [4.0.x] Fixed #33334 -- Alphabetized form and model fields in reference docs.
  • Additional commits viewable in compare view

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/2421 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/7/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/django-gte-2.2-and-lt-4.1` --- ### 📝 Commits (1) - [`fc7c454`](https://github.com/modoboa/modoboa/commit/fc7c4543bfeef9a20f6015bbe2d27a7d2b1732cf) Update django requirement from <2.3,>=2.2 to >=2.2,<4.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [django](https://github.com/django/django) to permit the latest version. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/django/django/commit/67d0c4644acfd7707be4a31e8976f865509b09ac"><code>67d0c46</code></a> [4.0.x] Bumped version for 4.0 release.</li> <li><a href="https://github.com/django/django/commit/0f4fa0caee16e08210821f8a86f7f0d29d144210"><code>0f4fa0c</code></a> [4.0.x] Finalized release notes for Django 4.0.</li> <li><a href="https://github.com/django/django/commit/01c0fb9d193cb7391558a3630734e4cb4958fe23"><code>01c0fb9</code></a> [4.0.x] Updated asgiref dependency for 4.0 release series.</li> <li><a href="https://github.com/django/django/commit/7f20e89453711dde13bd8e95116811812c65acc3"><code>7f20e89</code></a> [4.0.x] Added CVE-2021-44420 to security archive.</li> <li><a href="https://github.com/django/django/commit/20b9ad36ff0558b819659a10a9734262367750be"><code>20b9ad3</code></a> [4.0.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/30530">#30530</a>, CVE-2021-44420 -- Fixed potential bypass of an upstream...</li> <li><a href="https://github.com/django/django/commit/4c5215ab036aa8fda9cd0148fd034f4d8f7d69d1"><code>4c5215a</code></a> [4.0.x] Updated translations from Transifex.</li> <li><a href="https://github.com/django/django/commit/fed7f992ac8b2ccb5164761a609277513f10d963"><code>fed7f99</code></a> [4.0.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/33335">#33335</a> -- Made model validation ignore functional unique constr...</li> <li><a href="https://github.com/django/django/commit/7bde53a7ae7db5b97bcc3ef8eed2a7195cc0f258"><code>7bde53a</code></a> [4.0.x] Refs <a href="https://github-redirect.dependabot.com/django/django/issues/33333">#33333</a> -- Fixed PickleabilityTestCase.test_annotation_with_calla...</li> <li><a href="https://github.com/django/django/commit/2c20883cb0df8c56ecbb9a093fc4252410140b59"><code>2c20883</code></a> [4.0.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/33333">#33333</a> -- Fixed setUpTestData() crash with models.BinaryField o...</li> <li><a href="https://github.com/django/django/commit/306fbf197a742b4b79e4ed23c94f5bbdbec9afdc"><code>306fbf1</code></a> [4.0.x] Fixed <a href="https://github-redirect.dependabot.com/django/django/issues/33334">#33334</a> -- Alphabetized form and model fields in reference docs.</li> <li>Additional commits viewable in <a href="https://github.com/django/django/compare/2.2...4.0">compare view</a></li> </ul> </details> <br /> 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:11:35 +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#2553
No description provided.