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

chore(deps): update flask-caching requirement from ~=1.9.0 to ~=1.11.1 #219

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 30, 2022

Updates the requirements on flask-caching to permit the latest version.

Changelog

Sourced from flask-caching's changelog.

Version 1.11.1

Released 2022-05-27

  • Add cachelib to setup.py

Version 1.11.0

Released 2022-05-27

  • Add suport for cached/memoized generators. PR [#286](https://github.com/pallets-eco/flask-caching/issues/286) <https://github.com/pallets-eco/flask-caching/pull/286>_.
  • Add support for Flask 2.0 async. PR [#282](https://github.com/pallets-eco/flask-caching/issues/282) <https://github.com/pallets-eco/flask-caching/pull/282>_.
  • Cachelib is now used as backend. PR [#308](https://github.com/pallets-eco/flask-caching/issues/308) <https://github.com/pallets-eco/flask-caching/pull/308>_.
  • Drop support for python 3.6. PR [#332](https://github.com/pallets-eco/flask-caching/issues/332) <https://github.com/pallets-eco/flask-caching/pull/332>_.
  • Add support for dynamic cache timeouts [#296](https://github.com/pallets-eco/flask-caching/issues/296) <https://github.com/pallets-eco/flask-caching/pull/296>_.
  • Fix bug in CACHE_OPTIONS reading for redis in RedisSentinelCache. PR [#343](https://github.com/pallets-eco/flask-caching/issues/343) <https://github.com/pallets-eco/flask-caching/issues/343>_.

Version 1.10.1

Released 2021-03-17

  • A GoogleCloudStorageCache backend has been added to the user contributed caching backends. PR [#214](https://github.com/pallets-eco/flask-caching/issues/214) <https://github.com/sh4nks/flask-caching/pull/214>_.
  • Fix a regression introduced in the last release which broke all applications subclassing the Cache class.
  • Add test_generic_get_bytes test case. PR [#236](https://github.com/pallets-eco/flask-caching/issues/236) <https://github.com/sh4nks/flask-caching/pull/236>_.
  • Various improvements and fixes.

Version 1.10.0

Released 2021-03-04

  • Important: The way caching backends are loaded have been refactored. Instead of passing the name of the initialization function one can now use the full path to the caching backend class. For example: CACHE_TYPE="flask_caching.backends.SimpleCache". In the next major release (2.0), this will be the only supported way.
  • UWSGICache is not officially supported anymore and moved to the user contributed backends.
  • Switch from Travis-CI to GitHub Actions
  • Fix add() in RedisCache without a timeout.

... (truncated)

Commits

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)

Updates the requirements on [flask-caching](https://github.com/pallets-eco/flask-caching) to permit the latest version.
- [Release notes](https://github.com/pallets-eco/flask-caching/releases)
- [Changelog](https://github.com/pallets-eco/flask-caching/blob/master/CHANGES.rst)
- [Commits](pallets-eco/flask-caching@v1.9.0...v1.11.1)

---
updated-dependencies:
- dependency-name: flask-caching
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 30, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 27, 2022

Superseded by #226.

@dependabot dependabot bot closed this Jun 27, 2022
@dependabot dependabot bot deleted the dependabot/pip/flask-caching-approx-eq-1.11.1 branch June 27, 2022 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants