Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Bump flask-compress from 1.10.1 to 1.14 #247

Merged
merged 2 commits into from
Mar 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps flask-compress from 1.10.1 to 1.14.

Changelog

Sourced from flask-compress's changelog.

1.14 (2023-09-11)

1.13 (2022-09-21)

  • Re-enable compression for streaming, but hide it behind a new option COMPRESS_STREAMS that defaults to True. See #36

1.12 (2022-04-28)

  • Disable compression when response is streamed, see #31

1.11 (2022-03-01)

  • When compression is enabled, accept-encoding is always added to the Vary header, fixes #28

1.10.0 (2021-06-15)

  • Automate the release process with GitHub Actions
  • Use setuptools_scm to manage package versions
  • The layout is now an actual package rather than a single module
  • Clean up unused files

1.9.0 (2021-02-12)

  • Add support for the identity value in accept-encoding, fixes #19

1.8.0 (2020-11-03)

  • Support ETag header as defined in RFC7232 #17
  • Implement per-view compression #14

1.7.0 (2020-10-09)

  • The following parameters to control Brotli compression are now available: #10
    • COMPRESS_BR_MODE
    • COMPRESS_BR_LEVEL
    • COMPRESS_BR_WINDOW
    • COMPRESS_BR_BLOCK
  • Add deflate support, with COMPRESS_DEFLATE_LEVEL to control compression level (default is -1) #8
  • The default quality level for Brotli is now 4, which provides compression comparable to gzip at the default setting, while reducing the time required versus the Brotli default of 11

1.6.0 (2020-10-05)

  • Support for multiple compression algorithms and quality factors #7
  • Modified default compression settings to use Brotli when available before gzip

1.5.0 (2020-05-09)

... (truncated)

Commits
  • 9c28e9c Update CHANGELOG
  • ecb269b Retire Python2.7 from GitHub actions
  • 685d341 Prefer brotlicffi for PyPy, fixing things for latest brotli release
  • 0abb794 Fix tests
  • 4493c13 Add text/javascript mimetype (#41)
  • fa254e3 Retire python 3.6 from GitHub Actions
  • 0f14ebe Fix markdown formatting
  • 8ebd19a Update README.md
  • 746ca9d Update ci.yaml
  • 73b0ee1 Update GitHub actions to remove most warnings
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 4, 2023
@srh-sloan
Copy link
Contributor

@dependabot recreate

Bumps [flask-compress](https://github.com/colour-science/flask-compress) from 1.10.1 to 1.14.
- [Changelog](https://github.com/colour-science/flask-compress/blob/master/CHANGELOG.md)
- [Commits](colour-science/flask-compress@v1.10.1...v1.14)

---
updated-dependencies:
- dependency-name: flask-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-flask-compress-1.14 branch from 67a12cf to 7c1995a Compare March 19, 2024 14:46
@dependabot dependabot bot requested review from a team as code owners March 19, 2024 14:46
Copy link
Contributor

@MarcUsher MarcUsher left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@srh-sloan srh-sloan merged commit 88a2d48 into main Mar 20, 2024
8 checks passed
@srh-sloan srh-sloan deleted the dependabot-pip-flask-compress-1.14 branch March 20, 2024 13:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants