Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

chore(deps): bump graphene-django-plus from 2.3.2 to 2.4.0 #5

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 22, 2021

Bumps graphene-django-plus from 2.3.2 to 2.4.0.

Release notes

Sourced from graphene-django-plus's releases.

Release 2.4.0

  • Fix exclude_field when clean instance #22
  • Fix required fields with default value in create mutation #21
  • Experimental query to retrieve mutations input information to make it easier for frontends to build forms
  • Start using poetry for managing dependencies and the build process
Commits
  • deb26c6 Fix released rule
  • 4fb8d01 Make readthedocs work again
  • cc5c764 Migrate everything to github actions
  • 4d10a88 Add a small notice regarding running tests
  • 616a931 Migrate to poetry
  • bfba931 Merge pull request #23 from RainshawGao/patch-3
  • 640513f s/field/name/ and s/verbose_name/label/
  • 07d24ab Upgrade requirements and start testing on python 3.9 and django 3.1 and 3.2
  • 379bb2f Merge pull request #22 from RainshawGao/patch-2
  • fb7e4cf Merge pull request #21 from RainshawGao/patch-1
  • 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 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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2021

The following labels could not be found: dependencies.

@codecov
Copy link

codecov bot commented Apr 22, 2021

Codecov Report

Merging #5 (5833be0) into master (12563ec) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #5   +/-   ##
=======================================
  Coverage   89.61%   89.61%           
=======================================
  Files          21       21           
  Lines         568      568           
=======================================
  Hits          509      509           
  Misses         59       59           

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 12563ec...5833be0. Read the comment docs.

@AllanChain
Copy link
Member

AllanChain commented Apr 22, 2021

Tests are failing ... Yes poetry indeed sucks from time to time (so do pipenv 😄 ). But this time we can try v1.1.6 (python-poetry/poetry#3199 (comment))

And yes, rerunning test might be a good temp fix.

@Rainshaw
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/graphene-django-plus-2.4.0 branch from 60b0222 to 5833be0 Compare April 22, 2021 09:46
@Rainshaw
Copy link
Member

@AllanChain which test is failed?

@Rainshaw Rainshaw merged commit 6664f9e into master Apr 22, 2021
@dependabot dependabot bot deleted the dependabot/pip/graphene-django-plus-2.4.0 branch April 22, 2021 09:58
@AllanChain
Copy link
Member

@RainshawGao test (Pull Request) failed due to a poetry bug (fail to install). Passed after rerun.

It is weird that I cannot find the initial log 🤷

@Rainshaw
Copy link
Member

Rainshaw commented Apr 22, 2021

ok, there have been several times it fails to build, I will update its version 😊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants