chaos-genius / chaos_genius

ML powered analytics engine for outlier detection and root cause analysis.
https://www.chaosgenius.io
MIT License
737 stars 83 forks source link

chore(deps): bump flask-caching from 1.11.1 to 2.0.2 #1179

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 1 year ago

Bumps flask-caching from 1.11.1 to 2.0.2.

Release notes

Sourced from flask-caching's releases.

2.0.2

https://github.com/pallets-eco/flask-caching/blob/4b522cf488d355690b36a5d5eda02b34d6e80d5f/CHANGES.rst

2.0.1

https://github.com/pallets-eco/flask-caching/blob/4b522cf488d355690b36a5d5eda02b34d6e80d5f/CHANGES.rst

2.0.0

https://github.com/pallets-eco/flask-caching/blob/4b522cf488d355690b36a5d5eda02b34d6e80d5f/CHANGES.rst

Changelog

Sourced from flask-caching's changelog.

Version 2.0.2

Released 2023-01-12

  • fix issue with boto3 dependencie due to latest cachelib released
  • migrate flask_caching.backends.RedisCluster dependency from redis-py-cluster to redis-py
  • bug fix: make the make_cache_key attributed of decorated view functions writeable. :pr:431, issue [#97](https://github.com/pallets-eco/flask-caching/issues/97)

Version 2.0.1

Released 2022-07-30

  • Relax dependency pin to allow Flask 2.x.x

Version 2.0.0

Released 2022-06-26

  • fix bug where flask_caching.backends.RedisSentinelCache.get_many would query wrong host&port combination. :pr:372
  • Remove flask_caching.backends.FileSystemCache method overrides. It now shares 100% of cachelib.FileSystemCache API and is fully compatible. Functionality relient on implementation details of said overrides from older releases might not work anymore. :pr:369
  • Add proxy to underlaying has method of cache clients. :pr:356
  • flask_caching.backends.FileSystemCache now stores timestamps in a universal (non-frammed) way following the lastest version of cachelib.FileSystemCache. The change also reduces overhead from 17 bytes (via previous method using pickle) to 4 bytes (using python's struct). This, however, will break compatibily since older timestamps are serialized with a different strategy.
Commits
  • ed4c255 Release 2.0.2 (#442)
  • 580ee60 bug fix: make cached view function make_cache_key attr writeable (#431)
  • 972c666 pin cachelib to previous release (#441)
  • f48fa38 Bump wheel from 0.37.1 to 0.38.1 in /requirements (#432)
  • cc33f16 Bump pre-commit from 2.20.0 to 2.21.0 in /requirements (#434)
  • 569d959 Bump asgiref from 3.5.2 to 3.6.0 in /requirements (#433)
  • 2afb673 Bump types-redis from 4.3.21.6 to 4.3.21.7 in /requirements (#435)
  • 580048d Bump pallets-sphinx-themes from 2.0.2 to 2.0.3 in /requirements (#436)
  • b1d30a0 Bump tox from 3.27.1 to 3.28.0 in /requirements (#437)
  • a71eae9 Bump pytest-asyncio from 0.20.2 to 0.20.3 in /requirements (#438)
  • Additional commits viewable 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)
netlify[bot] commented 1 year ago

Deploy Preview for frontend-sb failed.

Name Link
Latest commit b26f6b907ff4d1b0dea3fd80be92267e80e234ba
Latest deploy log https://app.netlify.com/sites/frontend-sb/deploys/63c1815b05d4ce0008ff239c
gitpod-io[bot] commented 1 year ago

dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.