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.1 in /backend #2446

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2021

Bumps factory-boy from 3.1.0 to 3.2.1.

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.
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 compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@vercel
Copy link

vercel bot commented Nov 3, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

association-frontend – ./association-frontend

🔍 Inspect: https://vercel.com/python-italia/association-frontend/WnSK5SPWQ4WbN6Fs9VkRUFqLDsEg
✅ Preview: Canceled

[Deployment for ab65ab2 canceled]

pycon – ./frontend/

🔍 Inspect: https://vercel.com/python-italia/pycon/GoBXyBBFBHiz4EiArz8jcBLDff4o
✅ Preview: https://pycon-git-dependabot-pipbackendfactory-boy-321-python-italia.vercel.app

@vercel vercel bot temporarily deployed to Preview – association-frontend November 3, 2021 21:27 Inactive
@vercel vercel bot temporarily deployed to Preview – pycon November 3, 2021 21:27 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 7147c9b to 59592c0 Compare November 6, 2021 11:23
@vercel vercel bot temporarily deployed to Preview – pycon November 6, 2021 11:23 Inactive
@vercel vercel bot temporarily deployed to Preview – association-frontend November 6, 2021 11:23 Inactive
@codecov
Copy link

codecov bot commented Nov 6, 2021

Codecov Report

Merging #2446 (95f0b96) into main (21166a1) will decrease coverage by 23.56%.
The diff coverage is 62.67%.

❗ Current head 95f0b96 differs from pull request most recent head d455959. Consider uploading reports for the commit d455959 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2446       +/-   ##
===========================================
- Coverage   92.69%   69.13%   -23.56%     
===========================================
  Files         116      165       +49     
  Lines        2574     5029     +2455     
  Branches      247      521      +274     
===========================================
+ Hits         2386     3477     +1091     
- Misses        174     1525     +1351     
- Partials       14       27       +13     

@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 59592c0 to b5e7333 Compare November 16, 2021 21:40
@vercel vercel bot temporarily deployed to Preview – pycon November 16, 2021 21:40 Inactive
@vercel vercel bot temporarily deployed to Preview – association-frontend November 16, 2021 21:40 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from b5e7333 to e504810 Compare November 24, 2021 00:47
@vercel vercel bot temporarily deployed to Preview – association-frontend November 24, 2021 00:47 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from e504810 to d90c396 Compare November 26, 2021 20:39
@vercel vercel bot temporarily deployed to Preview – association-frontend November 26, 2021 20:39 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from d90c396 to 13976b9 Compare November 26, 2021 20:42
@vercel vercel bot temporarily deployed to Preview – association-frontend November 26, 2021 20:45 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 13976b9 to f774387 Compare November 26, 2021 21:51
@vercel vercel bot temporarily deployed to Preview – association-frontend November 26, 2021 21:51 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from f774387 to 5e7788a Compare November 27, 2021 00:04
@vercel vercel bot temporarily deployed to Preview – association-frontend November 27, 2021 00:04 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 5e7788a to 8e6fec2 Compare November 27, 2021 01:21
@vercel vercel bot temporarily deployed to Preview – association-frontend November 27, 2021 01:21 Inactive
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from b7a7611 to 0e00b3f Compare February 5, 2023 12:26
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 0e00b3f to b986b98 Compare February 7, 2023 13:15
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from b986b98 to 00544a8 Compare February 15, 2023 23:14
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 00544a8 to a778082 Compare February 18, 2023 15:57
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from a778082 to cdefdc5 Compare February 18, 2023 19:17
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from cdefdc5 to 840700b Compare February 22, 2023 21:49
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 840700b to bb3eeee Compare March 10, 2023 11:24
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from bb3eeee to 8cafe64 Compare March 16, 2023 21:14
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from 8cafe64 to fee95d8 Compare March 18, 2023 12:50
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from fee95d8 to be68ebe Compare March 19, 2023 20:32
@dependabot dependabot bot force-pushed the dependabot/pip/backend/factory-boy-3.2.1 branch from be68ebe to 95f0b96 Compare March 22, 2023 11:18
Bumps [factory-boy](https://github.com/FactoryBoy/factory_boy) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/FactoryBoy/factory_boy/releases)
- [Changelog](https://github.com/FactoryBoy/factory_boy/blob/3.2.1/docs/changelog.rst)
- [Commits](FactoryBoy/factory_boy@3.1.0...3.2.1)

---
updated-dependencies:
- dependency-name: factory-boy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/backend/factory-boy-3.2.1 branch November 26, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant