GeoMatDigital / django-geomat

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Update factory_boy to 2.10.0 #260

Closed pyup-bot closed 5 years ago

pyup-bot commented 6 years ago

There's a new version of factory_boy available. You are currently using 2.9.2. I have updated it to 2.10.0

These links might come in handy: PyPI | Changelog | Repo

Changelog

2.10.0


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.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

codecov-io commented 6 years ago

Codecov Report

Merging #260 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #260   +/-   ##
========================================
  Coverage    80.43%   80.43%           
========================================
  Files           15       15           
  Lines          552      552           
========================================
  Hits           444      444           
  Misses         108      108

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 57c8132...a631947. Read the comment docs.