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

Bump sanic from 22.6.2 to 23.3.0 in /ingestion-edge #345

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 27, 2023

Bumps sanic from 22.6.2 to 23.3.0.

Release notes

Sourced from sanic's releases.

Version 23.3.0

Features

  • #2545 Standardize init of exceptions for more consistent control of HTTP responses using exceptions

  • #2606 Decode headers as UTF-8 also in ASGI

  • #2646 Separate ASGI request and lifespan callables

  • #2659 Use FALLBACK_ERROR_FORMAT for handlers that return empty()

  • #2662 Add basic file browser (HTML page) and auto-index serving

  • #2667 Nicer traceback formatting (HTML page)

  • #2668 Smarter error page rendering format selection; more reliant upon header and "common sense" defaults

  • #2680 Check the status of socket before shutting down with SHUT_RDWR

  • #2687 Refresh Request.accept functionality to be more performant and spec-compliant

  • #2696 Add header accessors as properties

    Example-Field: Foo, Bar
    Example-Field: Baz
    
    request.headers.example_field == "Foo, Bar,Baz"
  • #2700 Simpler CLI targets

    $ sanic path.to.module:app          # global app instance
    $ sanic path.to.module:create_app   # factory pattern
    $ sanic ./path/to/directory/        # simple serve
  • #2701 API to define a number of workers in managed processes

  • #2704 Add convenience for dynamic changes to routing

  • #2706 Add convenience methods for cookie creation and deletion

    response = text("...")
    response.add_cookie("test", "It worked!", domain=".yummy-yummy-cookie.com")
  • #2707 Simplified parse_content_header escaping to be RFC-compliant and remove outdated FF hack

  • #2710 Stricter charset handling and escaping of request URLs

  • #2711 Consume body on DELETE by default

  • #2719 Allow password to be passed to TLS context

  • #2720 Skip middleware on RequestCancelled

  • #2721 Change access logging format to %s

  • #2722 Add CertLoader as application option for directly controlling SSLContext objects

  • #2725 Worker sync state tolerance on race condition

Bugfixes

  • #2651 ASGI websocket to pass thru bytes as is
  • #2697 Fix comparison between datetime aware and naive in file when using If-Modified-Since

Deprecations and Removals

  • #2666 Remove deprecated __blueprintname__ property

... (truncated)

Commits

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)

Bumps [sanic](https://github.com/sanic-org/sanic) from 22.6.2 to 23.3.0.
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Changelog](https://github.com/sanic-org/sanic/blob/main/CHANGELOG.rst)
- [Commits](sanic-org/sanic@v22.6.2...v23.3.0)

---
updated-dependencies:
- dependency-name: sanic
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 27, 2023

Dependabot tried to add @relud as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/fbertsch/gcp-ingestion/pulls/345/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the fbertsch/gcp-ingestion repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 27, 2023

The following labels could not be found: dependencies, python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants