klen / py-frameworks-bench

Another benchmark for some python frameworks
https://klen.github.io/py-frameworks-bench/
MIT License
712 stars 84 forks source link

build(deps): bump blacksheep from 1.0.8 to 1.0.9 in /frameworks #87

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps blacksheep from 1.0.8 to 1.0.9.

Release notes

Sourced from blacksheep's releases.

v1.0.9

  • Adds support for application mounts (see [discussion #160](https://github.com/Neoteroi/BlackSheep/discussions/160))
  • Applies sorting of imports using isort, enforces linters in the CI pipeline with both black and isort
  • Adds support for application events defined using decorators: @app.on_start, @app.on_stop
  • Updates Jinja2 dependency to version 3.0.1
  • Adds support to configure JSON serializer and deserializer globally for the web framework (#138), thus adding support for custom logic happening upong JSON serialization and deserialization, and also for different libraries like orjson, to handle JSON serialization and deserialization
Changelog

Sourced from blacksheep's changelog.

[1.0.9] - 2021-07-14 🇮🇹

  • Adds support for application mounts (see [discussion #160](https://github.com/Neoteroi/BlackSheep/discussions/160))
  • Applies sorting of imports using isort, enforces linters in the CI pipeline with both black and isort
  • Adds support for application events defined using decorators: @app.on_start, @app.on_stop
  • Updates Jinja2 dependency to version 3.0.1
  • Adds support to configure JSON serializer and deserializer globally for the web framework (#138), thus adding support for custom logic happening upong JSON serialization and deserialization, and also for different libraries like orjson, to handle JSON serialization and deserialization
Commits
  • f7264e5 Makes json libraries pluggable for blacksheep
  • 42c708c event handlers with decorators, upgrades Jinja2 dependency (#179)
  • 564dc4c Applies isort, enforces black and isort rules in CI 🗡️
  • 6165744 Add support for mounts
  • See full diff 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)