Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump quart from 0.19.4 to 0.19.5 (#73)
Bumps [quart](https://github.com/pallets/quart) from 0.19.4 to 0.19.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/quart/blob/main/CHANGES.rst">quart's changelog</a>.</em></p> <blockquote> <h2>0.19.5 2024-04-01</h2> <ul> <li>Bugfix DeprecationWarning from datetime.utcnow().</li> <li>Bugfix ensure request files are closed.</li> <li>Bugfix development restarting when commands are passed.</li> <li>Restore teardown_websocket methods.</li> <li>Correct the config_class type.</li> <li>Allow kwargs to be passed to the test client (matches Flask API).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/quart/commit/d5b5a99d7e1cfb123ae582a3cd8c59f782e08cd4"><code>d5b5a99</code></a> Bump and release 0.19.5</li> <li><a href="https://github.com/pallets/quart/commit/f49e2f3ab2aa981415eceef05ae3316c6a265056"><code>f49e2f3</code></a> Bump the slsa-github-generator action version</li> <li><a href="https://github.com/pallets/quart/commit/b2b7d48ad35a227dbd14ad6a6be694e595d215aa"><code>b2b7d48</code></a> Bugfix development restarting when commands are passed</li> <li><a href="https://github.com/pallets/quart/commit/1a65d32b88a5f462c277ef2b66c3bd97a0529655"><code>1a65d32</code></a> Add a test to demonstrate sending files via the test client</li> <li><a href="https://github.com/pallets/quart/commit/4ccc1eaebebbe4b93f80b233af11305b63806de5"><code>4ccc1ea</code></a> Allow kwargs to be passed to the test client</li> <li><a href="https://github.com/pallets/quart/commit/2ed6f8725b44cff81d12ccccfcefbfacb6aec19e"><code>2ed6f87</code></a> Correct the config_class type</li> <li><a href="https://github.com/pallets/quart/commit/153617a0b4fb125777ef6fd66757955ec72bbfb6"><code>153617a</code></a> Restore teardown_websocket methods</li> <li><a href="https://github.com/pallets/quart/commit/0da9e21db13fb5f86f92368c71d99097b3417309"><code>0da9e21</code></a> Fix typo in documentation</li> <li><a href="https://github.com/pallets/quart/commit/1fb23b7e156e5cd1d37f87abe794f51694d08952"><code>1fb23b7</code></a> Bugfix ensure request files are closed</li> <li><a href="https://github.com/pallets/quart/commit/32698f3b6b45ca8ffaa039dabbd4aa443ad1ef9d"><code>32698f3</code></a> Add final linting fix</li> <li>Additional commits viewable in <a href="https://github.com/pallets/quart/compare/0.19.4...0.19.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=quart&package-manager=pip&previous-version=0.19.4&new-version=0.19.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information