8000 Bump stories from 0.10.1 to 0.14.0 by dependabot-preview[bot] · Pull Request #393 · dry-python/dry-python.github.io · GitHub
[go: up one dir, main page]

Skip to content

Bump stories from 0.10.1 to 0.14.0 #393

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

Merged
merged 1 commit into from
Mar 26, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor
@dependabot-preview dependabot-preview bot commented Mar 26, 2020

Bumps stories from 0.10.1 to 0.14.0.

Release notes

Sourced from stories's releases.

0.14.0

0.14.0 (2020-03-21)

Features

  • support marshmallow v3 as a context contract definition (a87c0c4)

0.13.0

0.13.0 (2020-03-15)

Features

  • use assignment expression instead of Success keyword arguments (9756571)

0.12.0

0.12.0 (2020-03-06)

Features

  • support coroutine functions as story step definitions (55cbfda)

0.11.2

0.11.2 (2020-03-02)

Bug Fixes

  • hide context private attributes in closure (f8144aa)
  • hide failure and success summary private attributes in closure (eae4e95)
  • hide FailureError private attributes in closure (1fafcc1)
  • hide story private attributes in closure (9e79e14)

0.11.1

0.11.1 (2020-02-28)

Bug Fixes

  • deny to define stories without steps (5067546)

0.11.0

0.11.0 (2020-02-14)

Features

  • migrate to pydantic v1.x (9049eae)
... (truncated)
Changelog

Sourced from stories's changelog.

0.14.0 (2020-03-21)

Features

  • support marshmallow v3 as a context contract definition (a87c0c4)

0.13.0 (2020-03-14)

Features

  • use assignment expression instead of Success keyword arguments (9756571)

0.12.0 (2020-03-06)

Features

  • support coroutine functions as story step definitions (55cbfda)

0.11.2 (2020-03-02)

Bug Fixes

  • hide context private attributes in closure (f8144aa)
  • hide failure and success summary private attributes in closure (eae4e95)
  • hide FailureError private attributes in closure (1fafcc1)
  • hide story private attributes in closure (9e79e14)

0.11.1 (2020-02-28)

Bug Fixes

  • deny to define stories without steps (5067546)

0.11.0 (2020-02-14)

Features

  • Add context contract to the story. Success keyword arguments can be validated by contract definition in the story.
  • Raise MutationError when some story method tries to set or delete context attribute directly.
  • Only keyword arguments are allowed to call and run the story.
  • Raise StoryDefinitionError when arguments decorator is used incorrectly.
  • migrate to pydantic v1.x (9049eae)

0.10.2 (2020-02-11)

Bug Fixes

... (truncated)
Commits
  • 6834b6e chore(release): 0.14.0 [skip ci]
  • a87c0c4 feat: support marshmallow v3 as a context contract definition
  • 8b6cee9 ci: install nodejs in the commitlint environment
  • 50f94ae test: check azure pipeline have nodejs installed
  • 771090a style: reduce amount of the copy-paste code in the examples package
  • bd4fbd0 build: remove mypy checker
  • 9e63c36 chore(release): 0.13.0 [skip ci]
  • 69898eb docs: rewrite code examples to use assignment expression
  • acae01c test: rewrite test examples to use assignment expression
  • 9756571 feat: use assignment expression instead of Success keyword arguments
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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)

@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/stories-0.14.0 branch 3 times, most recently from 7d4fcf3 to 9bd8ff4 Compare March 26, 2020 23:24
@proofit404
Copy link
Contributor

@dependabot rebase

Bumps [stories](https://github.com/dry-python/stories) from 0.10.1 to 0.14.0.
- [Release notes](https://github.com/dry-python/stories/releases)
- [Changelog](https://github.com/dry-python/stories/blob/master/docs/changelog.md)
- [Commits](proofit404/stories@0.10.1...0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/stories-0.14.0 branch from 9bd8ff4 to 9763e7e Compare March 26, 2020 23:54
@dependabot-preview dependabot-preview bot merged commit 7f3487d into develop Mar 26, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/stories-0.14.0 branch March 26, 2020 23:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0