swagger_codegen icon indicating copy to clipboard operation
swagger_codegen copied to clipboard

Bump schemathesis from 1.1.0 to 3.6.6

Open dependabot[bot] opened this issue 4 years ago • 0 comments

Bumps schemathesis from 1.1.0 to 3.6.6.

Release notes

Sourced from schemathesis's releases.

v3.6.6

:wrench: Chores and Improvements

  • a7d2bf1 Release 3.6.6
  • 667d8b7 Improve error message for failing Hypothesis deadline healthcheck in CLI

:package: Other

  • 88818f6 Disable deadline in flaky tests

v3.6.5

:rocket: Features

  • b78a164 Support for disabling ANSI color escape codes via the NO_COLOR environment variable or the --no-color CLI option

:wrench: Chores and Improvements

  • b8bed68 Release 3.6.5
  • e362292 Generate valid header values for Bearer auth by construction rather than by filtering
  • d414477 (deps) bump urllib3 from 1.25.6 to 1.25.8 in /example

:package: Other

  • 4e2114c Avoid flakiness in test_path_parameters_encoding

v3.6.4

:wrench: Chores and Improvements

  • 9d9255b Release 3.6.4
  • e85a13d Bump minimum hypothesis-graphql version to 0.5.0
  • aa632df Remove obsolete pylint and mypy tox envs

v3.6.3

:bug: Bug fixes

  • 5841dda UnicodeEncodeError when sending application/octet-stream payloads that has no format: binary in their schemas
  • 5098a1d Bump minimum hypothesis-graphql version to 0.4.1

:wrench: Chores and Improvements

  • 1050b81 Release 3.6.3
  • 95ec3ef (deps) bump asyncpg from 0.19.0 to 0.21.0 in /example

... (truncated)

Changelog

Sourced from schemathesis's changelog.

3.6.6_ - 2021-05-07

Changed

  • Improve error message for failing Hypothesis deadline healthcheck in CLI. [#880](https://github.com/schemathesis/schemathesis/issues/880)_

3.6.5_ - 2021-05-07

Added

  • Support for disabling ANSI color escape codes via the NO_COLOR <https://no-color.org/> environment variable or the --no-color CLI option. [#1153](https://github.com/schemathesis/schemathesis/issues/1153)_

Changed

  • Generate valid header values for Bearer auth by construction rather than by filtering.

3.6.4_ - 2021-04-30

Changed

  • Bump minimum hypothesis-graphql version to 0.5.0. It brings support for interfaces and unions and fixes a couple of bugs in query generation.

3.6.3_ - 2021-04-20

Fixed

  • Bump minimum hypothesis-graphql version to 0.4.1. It fixes a problem <https://github.com/Stranger6667/hypothesis-graphql/issues/30>_ with generating queries with surrogate characters.
  • UnicodeEncodeError when sending application/octet-stream payloads that have no format: binary in their schemas. [#1134](https://github.com/schemathesis/schemathesis/issues/1134)_

3.6.2_ - 2021-04-15

Fixed

  • Windows: UnicodeDecodeError during schema loading via the from_path loader if it contains certain Unicode symbols. from_path loader defaults to UTF-8 from now on.

3.6.1_ - 2021-04-09

Fixed

  • Using parametrized pytest fixtures with the from_pytest_fixture loader. [#1121](https://github.com/schemathesis/schemathesis/issues/1121)_

3.6.0_ - 2021-04-04

... (truncated)

Commits
  • a7d2bf1 chore: Release 3.6.6
  • 667d8b7 chore: Improve error message for failing Hypothesis deadline healthcheck in CLI
  • 88818f6 test: Disable deadline in flaky tests
  • b8bed68 chore: Release 3.6.5
  • 4e2114c test: Avoid flakiness in test_path_parameters_encoding
  • b78a164 feat: Support for disabling ANSI color escape codes via the NO_COLOR enviro...
  • e362292 chore: Generate valid header values for Bearer auth by construction rather th...
  • d414477 chore(deps): bump urllib3 from 1.25.6 to 1.25.8 in /example
  • 9d9255b chore: Release 3.6.4
  • e85a13d chore: Bump minimum hypothesis-graphql version to 0.5.0
  • 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[bot] avatar May 10 '21 08:05 dependabot[bot]