[PR #2389] [CLOSED] Update factory-boy requirement from <=3.2.0 to <3.3.0 #2542

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2389
Author: @dependabot[bot]
Created: 10/27/2021
Status: Closed

Base: masterHead: dependabot/pip/factory-boy-lt-3.3.0


📝 Commits (1)

  • 3d26a4d Update factory-boy requirement from <=3.2.0 to <3.3.0

📊 Changes

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

View changed files

📝 test-requirements.txt (+1 -1)

📄 Description

Updates the requirements on factory-boy to permit the latest version.

Changelog

Sourced from factory-boy's changelog.

3.2.1 (2021-10-26)

New:

- Add support for Django 3.2

Bugfix:

- Do not override signals receivers registered in a :meth:`~factory.django.mute_signals` context.
  • :issue:775: Change the signature for :meth:~factory.alchemy.SQLAlchemyModelFactory._save and :meth:~factory.alchemy.SQLAlchemyModelFactory._get_or_create to avoid argument names clashes with a field named session.

3.2.0 (2020-12-28)

New:

- Add support for Django 3.1
- Add support for Python 3.9

Removed:

- Drop support for Django 1.11. This version `is not maintained anymore <https://www.djangoproject.com/download/#supported-versions>`__.
- Drop support for Python 3.5. This version `is not maintained anymore <https://devguide.python.org/devcycle/#end-of-life-branches>`__.

Deprecated:

- :func:`factory.use_strategy`. Use :attr:`factory.FactoryOptions.strategy` instead.
  The purpose of :func:`~factory.use_strategy` duplicates the factory option. Follow :pep:`20`: *There should be
  one-- and preferably only one --obvious way to do it.*

:func:~factory.use_strategy() will be removed in the next major version.

Bug fix:

- :issue:`785` :issue:`786` :issue:`787` :issue:`788` :issue:`790` :issue:`796`: Calls to :class:`factory.Faker`
  and :class:`factory.django.FileField` within a :class:`~factory.Trait` or :class:`~factory.Maybe` no longer lead to
  a ``KeyError`` crash.

3.1.0 (2020-10-02)

New:

- Allow all types of declarations in :class:`factory.Faker` calls - enables references to other faker-defined attributes.

... (truncated)

Commits
  • 8845834 Preparing release 3.2.1
  • 00fc267 Add support for Django 3.2
  • f2c1e11 Avoid SQLAlchemyModelFactory name clash with a field named session
  • 15e3245 Move #799 changelog entry to the unreleased section
  • 1d387b4 Don’t override signal receivers registered during mute_signals
  • ec4211a Back to development: 3.2.1
  • e58684d Preparing release 3.2.0
  • 2c4e53c Adjust ChangeLog formatting for zest releaser
  • 8a9b148 Show the actual line for DeprecationWarning
  • 178f816 Update ChangeLog
  • 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/2389 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/27/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/factory-boy-lt-3.3.0` --- ### 📝 Commits (1) - [`3d26a4d`](https://github.com/modoboa/modoboa/commit/3d26a4da1fa435e168388c844720006f556e9275) Update factory-boy requirement from <=3.2.0 to <3.3.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `test-requirements.txt` (+1 -1) </details> ### 📄 Description Updates the requirements on [factory-boy](https://github.com/FactoryBoy/factory_boy) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/FactoryBoy/factory_boy/blob/3.2.1/docs/changelog.rst">factory-boy's changelog</a>.</em></p> <blockquote> <h2>3.2.1 (2021-10-26)</h2> <p><em>New:</em></p> <pre><code>- Add support for Django 3.2 </code></pre> <p><em>Bugfix:</em></p> <pre><code>- Do not override signals receivers registered in a :meth:`~factory.django.mute_signals` context. <ul> <li>:issue:<code>775</code>: Change the signature for :meth:<code>~factory.alchemy.SQLAlchemyModelFactory._save</code> and :meth:<code>~factory.alchemy.SQLAlchemyModelFactory._get_or_create</code> to avoid argument names clashes with a field named <code>session</code>. </code></pre></li> </ul> <h2>3.2.0 (2020-12-28)</h2> <p><em>New:</em></p> <pre><code>- Add support for Django 3.1 - Add support for Python 3.9 </code></pre> <p><em>Removed:</em></p> <pre><code>- Drop support for Django 1.11. This version `is not maintained anymore &lt;https://www.djangoproject.com/download/#supported-versions&gt;`__. - Drop support for Python 3.5. This version `is not maintained anymore &lt;https://devguide.python.org/devcycle/#end-of-life-branches&gt;`__. </code></pre> <p><em>Deprecated:</em></p> <pre><code>- :func:`factory.use_strategy`. Use :attr:`factory.FactoryOptions.strategy` instead. The purpose of :func:`~factory.use_strategy` duplicates the factory option. Follow :pep:`20`: *There should be one-- and preferably only one --obvious way to do it.* <p>:func:<code>~factory.use_strategy()</code> will be removed in the next major version. </code></pre></p> <p><em>Bug fix:</em></p> <pre><code>- :issue:`785` :issue:`786` :issue:`787` :issue:`788` :issue:`790` :issue:`796`: Calls to :class:`factory.Faker` and :class:`factory.django.FileField` within a :class:`~factory.Trait` or :class:`~factory.Maybe` no longer lead to a ``KeyError`` crash. </code></pre> <h2>3.1.0 (2020-10-02)</h2> <p><em>New:</em></p> <pre><code>- Allow all types of declarations in :class:`factory.Faker` calls - enables references to other faker-defined attributes. </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/88458348b01c347e31cf1524a71482923d406a4f"><code>8845834</code></a> Preparing release 3.2.1</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/00fc267791408acaa5cfe511b52ca954af9020b2"><code>00fc267</code></a> Add support for Django 3.2</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/f2c1e11853712d6356a7d73c17a11ac4a19e23ec"><code>f2c1e11</code></a> Avoid SQLAlchemyModelFactory name clash with a field named session</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/15e3245d864514f653785ba1f2aa47c2da1d65d0"><code>15e3245</code></a> Move <a href="https://github-redirect.dependabot.com/FactoryBoy/factory_boy/issues/799">#799</a> changelog entry to the unreleased section</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/1d387b480ca2437d6bcb8b1fab26e6369355fca2"><code>1d387b4</code></a> Don’t override signal receivers registered during mute_signals</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/ec4211a90cf6a6b58690d2fc7bfa2f911076e28e"><code>ec4211a</code></a> Back to development: 3.2.1</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/e58684d00e7f186ce7dcda74a95190d61f0fb593"><code>e58684d</code></a> Preparing release 3.2.0</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/2c4e53c6bc30578c7be3e3b149ae5f1af8f09115"><code>2c4e53c</code></a> Adjust ChangeLog formatting for zest releaser</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/8a9b148af443aa3edd336b1d43b322142eadaf61"><code>8a9b148</code></a> Show the actual line for DeprecationWarning</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/178f816c85f90800618703eb9b97c6b7e43dc823"><code>178f816</code></a> Update ChangeLog</li> <li>Additional commits viewable in <a href="https://github.com/FactoryBoy/factory_boy/compare/v1.0.4...3.2.1">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:33 +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#2542
No description provided.