Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump factory-boy from 3.1.0 to 3.2.0 #6767

Merged
merged 1 commit into from
Jan 8, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 4, 2021

Bumps factory-boy from 3.1.0 to 3.2.0.

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.
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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 4, 2021
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Jan 4, 2021
@codecov
Copy link

codecov bot commented Jan 4, 2021

Codecov Report

Merging #6767 (5690aeb) into master (cc10982) will increase coverage by 7.16%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6767      +/-   ##
==========================================
+ Coverage   22.90%   30.07%   +7.16%     
==========================================
  Files         573      573              
  Lines       40784    40784              
  Branches     5500     5500              
==========================================
+ Hits         9343    12267    +2924     
+ Misses      31107    27842    -3265     
- Partials      334      675     +341     

@dependabot dependabot bot force-pushed the dependabot/pip/factory-boy-3.2.0 branch from 5f28d55 to 5690aeb Compare January 7, 2021 08:29
@afabiani afabiani added this to the 3.2 milestone Jan 7, 2021
@afabiani afabiani merged commit 5ebd704 into master Jan 8, 2021
@dependabot dependabot bot deleted the dependabot/pip/factory-boy-3.2.0 branch January 8, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant