Skip to content

Bump factory-boy from 2.9.2 to 2.11.1#11

Closed
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/factory-boy-2.11.1
Closed

Bump factory-boy from 2.9.2 to 2.11.1#11
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/develop/factory-boy-2.11.1

Conversation

@dependabot-preview
Copy link

Bumps factory-boy from 2.9.2 to 2.11.1.

Changelog

Sourced from factory-boy's changelog.

2.11.1 (2018-05-05)

Bugfix:

- Fix passing deep context to a :class:`~factory.SubFactory` (``Foo(x__y__z=factory.Faker('name')``)

2.11.0 (2018-05-05)

Bugfix:

- Fix :class:`~factory.fuzzy.FuzzyFloat` to return a 15 decimal digits precision float by default
- :issue:`451`: Restore :class:`~factory.django.FileField` to a
  :class:`~factory.declarations.ParameteredAttribute`, relying on composition to parse the provided parameters.
- :issue:`389`: Fix random state management with ``faker``.
- :issue:`466`: Restore mixing :class:`~factory.Trait` and :meth:`~factory.post_generation`.

2.10.0 (2018-01-28)

Bugfix:

- :issue:`443`: Don't crash when calling :meth:`factory.Iterator.reset()` on a brand new iterator.

New:

- :issue:`397`: Allow a :class:`factory.Maybe` to contain a :class:`~factory.PostGenerationDeclaration`.
  This also applies to :class:`factory.Trait`, since they use a :class:`factory.Maybe` declaration internally.

.. _v2.9.2:

Commits
  • c31aa42 Preparing release 2.11.1
  • d6b65e9 Restore overriding values deep in subfactories.
  • 9d0eeb7 Back to development: 2.11.1
  • 5b21e49 Preparing release 2.11.0
  • 3d502ff Evaluate extra kwargs passed to declarations.
  • 8a960a4 Increase testing regarding issue #466.
  • e06e16c Add reproduction for issue #466.
  • b40bec8 examples: Adjust to Flask>=1.0 extension nanespace
  • 12c0892 Update all pypi.python.org URLs to pypi.org
  • 7fdd833 Fix FuzzyDecimal test
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 19, 2018
@dependabot-preview
Copy link
Author

Superseded by #36.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/develop/factory-boy-2.11.1 branch May 13, 2019 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant