Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Bump graphene-django from 2.2.0 to 2.8.0 #83

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps graphene-django from 2.2.0 to 2.8.0.

Release notes

Sourced from graphene-django's releases.

v2.8.0

Changelog

New features

  • Add headers arg to GraphQLTestCase.query (#827)
  • Read csrftoken from DOM if no cookie is set in graphiql browser (#826)
  • Add support for partial updates when using Django Rest Framework serializers (#731)
  • Raise exceptions if fields defined in Meta.fields and Meta.exclude on DjangoObjectType don't exist (#842)

Full changelog: graphql-python/graphene-django@v2.7.1...v2.8.0

v2.7.1

Changelog

Bugfixes

  • Keep original queryset on DjangoFilterConnectionField (#816)

Full changelog: graphql-python/graphene-django@v2.7.0...v2.7.1

v2.7.0

Changelog

New features

  • Support for Django v3 (#793)

Bugfixes

  • Fix bug with django filter lookup expressions (#805)
  • Fix multiple bugs with the DjangoConnectionField not supporting annotations (#796)

Full changelog: graphql-python/graphene-django@v2.6.0...v2.7.0

v2.6.0

Changelog

Another release before v3. Fingers crossed we'll get v3 out soon!

New features

  • Extend DjangoListField to use model queryset if none defined (#732)
  • Convert DRF ChoiceField to Enum (#537)
  • Adds variables arg to GraphQLTestCase.query (#699)

Bugfixes

  • Handle isnull filters differently (#753)
  • Pin higher version of graphene for proper graphql-core version r… (#768)
... (truncated)
Commits
  • b8a2d59 Don't run tests during deploy stage
  • 399ad13 v2.8.0
  • 3dd04f6 Update travis config to only run deploy once (#837)
  • efe210f Validate Meta.fields and Meta.exclude on DjangoObjectType (#842)
  • f661cf8 Fix typo in exclude type checking test (#841)
  • 7940a7b added support for partial updates in serializers (#731)
  • 45df744 Read csrftoken from DOM if no cookie is set (#826)
  • 3d01acf Bump django from 2.2.8 to 3.0 in /examples/cookbook (#825)
  • b66a3f3 Add headers arg to GraphQLTestCase.query (#827)
  • 968002f Bump django from 2.2.4 to 2.2.8 in /examples/cookbook (#821)
  • 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 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)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 2.2.0 to 2.8.0.
- [Release notes](https://github.com/graphql-python/graphene-django/releases)
- [Commits](graphql-python/graphene-django@v2.2.0...v2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants