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

chore(deps): bump pytest-flask from 0.8.1 to 0.15.0 #241

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps pytest-flask from 0.8.1 to 0.15.0.

Changelog

Sourced from pytest-flask's changelog.

0.15.0 (2019-05-13)

  • Properly register the options marker (#97).

0.14.0 (2018-10-15)

  • New --live-server-host command-line option to set the host name used by the live_server fixture.

    Thanks @​o1da for the PR (#90).

0.13.0 (2018-09-29)

  • JSONReponse now supports comparison directly with status codes:

    assert client.get('invalid-route', headers=[('Accept', 'application/json')]) == 404
    

    Thanks @​dusktreader for the PR (#86).

0.12.0 (2018-09-06)

  • pytest-flask now requires pytest>=3.6 (#84).
  • Add new --live-server-port option to select the port the live server will use (#82). Thanks @​RazerM for the PR.
  • Now live_server will try to stop the server cleanly by emitting a SIGINT signal and waiting 5 seconds for the server to shutdown. If the server is still running after 5 seconds, it will be forcefully terminated. This behavior can be changed by passing --no-live-server-clean-stop in the command-line (#49). Thanks @​jadkik for the PR.
  • Internal fixes silence pytest warnings, more visible now with pytest-3.8.0 (#84).

0.11.0 (compared to 0.10.0)

  • Implement deployment using Travis, following in line with many other pytest plugins.
  • Allow live server to handle concurrent requests (#56), thanks to @​mattwbarry for the PR.
  • Fix broken link to pytest documentation (#50), thanks to @​jineshpaloor for the PR.
  • Tox support (#48), thanks to @​steenzout for the PR.
  • Add LICENSE into distribution (#43), thanks to @​danstender.
  • Minor typography improvements in documentation.
  • Add changelog to documentation.

0.10.0 (compared to 0.9.0)

  • Add --start-live-server/--no-start-live-server options to prevent live server from starting automatically (#36), thanks to @​EliRibble.
  • Fix title formatting in documentation.
Commits
  • 1fe2d18 Update CHANGELOG for 0.15.0
  • cc9af68 Merge pull request #97 from zgoda/register_options_marker
  • 71f151d Fixes #96: options marker not registered
  • 93bc950 Merge pull request #91 from nicoddemus/release-1.14.0
  • ac13d56 Prepare CHANGELOG for 1.14.0
  • 114a342 Merge pull request #90 from o1da/master
  • b827081 '--live-server-host' option added
  • ed538e1 #dropthedot
  • 2678983 Merge pull request #88 from nicoddemus/release-0.13
  • c1fdca0 Fix 'docs' tox environment and change warnings into errors
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Author

The following labels could not be found: dependencies.

@m0nhawk m0nhawk closed this Jan 3, 2020
@dependabot-preview
Copy link
Author

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.

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

@m0nhawk m0nhawk deleted the dependabot/pip/pytest-flask-0.15.0 branch January 3, 2020 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant