[PR #79] [CLOSED] Update factory-boy requirement from <=2.12 to <3.3 #82

Closed
opened 2026-02-27 10:25:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/79
Author: @dependabot[bot]
Created: 12/29/2020
Status: Closed

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


📝 Commits (1)

  • 221d351 Update factory-boy requirement from <=2.12 to <3.3

📊 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.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.

3.0.1 (2020-08-13)

Bug fix:

- :issue:`769`: Fix ``import factory; factory.django.DjangoModelFactory`` and similar calls.

3.0.0 (2020-08-12)

Breaking changes """"""""""""""""

... (truncated)

Commits
  • e58684d Preparing release 3.2.0
  • 2c4e53c Adjust ChangeLog formatting for zest releaser
  • 8a9b148 Show the actual line for DeprecationWarning
  • 178f816 Update ChangeLog
  • 0eb3b3b Add make TAGS to run ctags
  • 82d6144 Remove ParameteredDeclaration
  • 824c6e0 Switch away from ParameteredDeclaration
  • 372f3c2 Handle default extra context for all declarations
  • 74918ac Stop passing unnamed kwargs up in declarations
  • 5692f64 Add a new regression testing module
  • 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-postfix-autoreply/pull/79 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/29/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/factory-boy-lt-3.3` --- ### 📝 Commits (1) - [`221d351`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/221d351fcb9ae78bbf333e0bbb81b395646a3cfb) Update factory-boy requirement from <=2.12 to <3.3 ### 📊 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/master/docs/changelog.rst">factory-boy's changelog</a>.</em></p> <blockquote> <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> <h2>3.0.1 (2020-08-13)</h2> <p><em>Bug fix:</em></p> <pre><code>- :issue:`769`: Fix ``import factory; factory.django.DjangoModelFactory`` and similar calls. </code></pre> <h2>3.0.0 (2020-08-12)</h2> <p>Breaking changes &quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;&quot;</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/FactoryBoy/factory_boy/commit/0eb3b3bfc75b6fd7f20ea9814cf79631d8ea6923"><code>0eb3b3b</code></a> Add <code>make TAGS</code> to run ctags</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/82d6144a4c590858107b707ebacc5863a107a548"><code>82d6144</code></a> Remove ParameteredDeclaration</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/824c6e01f91dcb07d16f51578300da3c99b6a336"><code>824c6e0</code></a> Switch away from ParameteredDeclaration</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/372f3c26665f32216631cf214375091a47a9b6ae"><code>372f3c2</code></a> Handle default extra context for all declarations</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/74918acd39e9200b04a1797f3e48dca61e01a96b"><code>74918ac</code></a> Stop passing unnamed kwargs up in declarations</li> <li><a href="https://github.com/FactoryBoy/factory_boy/commit/5692f64619bf009cf92bf0a8c6f77bf82f0e3d02"><code>5692f64</code></a> Add a new regression testing module</li> <li>Additional commits viewable in <a href="https://github.com/FactoryBoy/factory_boy/compare/v1.0.4...3.2.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 10:25:46 +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#82
No description provided.