Skip to content

Bump cachelib from 0.14.0 to 0.15.0 - #178

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cachelib-0.15.0
Closed

Bump cachelib from 0.14.0 to 0.15.0#178
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/cachelib-0.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps cachelib from 0.14.0 to 0.15.0.

Release notes

Sourced from cachelib's releases.

0.15.0

This is CacheLib's 0.15.0 feature release. A feature release may include new features, remove previously deprecated code, add new deprecations, or introduce potentially breaking changes. We encourage everyone to upgrade, and to use a tool such as pip-tools to pin all dependencies and control upgrades. Test with warnings treated as errors to be able to adapt to deprecation warnings early.

PyPI: https://pypi.org/project/CacheLib/0.15.0/ Changes: https://cachelib.readthedocs.io/en/stable/changes/#version-0.15.0 Milestone: https://github.com/pallets-eco/cachelib/milestone/2?closed=1

Full Changelog: pallets-eco/cachelib@0.14.0...0.15.0

Changelog

Sourced from cachelib's changelog.

Version 0.15.0

Released 2026-07-31

  • Make SimpleCache thread-safe using a threading.RLock. :issue:446
  • Make pylibmc and libmc clients thread-safe by using ClientPool. :pr:287
  • Drop support for Python 3.8, 3.9 and 3.10. :issue:477
  • Add support for optional dependencies in pyproject.toml to allow users to install the dependencies for specific cache backends as needed. :pr:459
Commits
  • 1010e97 release version 0.15.0
  • 4cdf92b Merge pull request #459 from pallets-eco/feat/add-optional-dependencies
  • 1ec7b7c Merge branch 'main' into feat/add-optional-dependencies
  • d35ee11 Merge pull request #479 from pallets-eco/remove-eol-python
  • 389da52 update packages
  • 0637f7b Merge branch 'main' into remove-eol-python
  • 75b67a5 Merge pull request #287 from drcpu-github/fix-pylibmc-gevent-race
  • 4f3c725 Merge pull request #484 from pallets-eco/pre-commit-ci-update-config
  • 152ce88 [pre-commit.ci] pre-commit autoupdate
  • 9422e3d add docstrings for new params and add tests for threads
  • 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 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)

Bumps [cachelib](https://github.com/pallets-eco/cachelib) from 0.14.0 to 0.15.0.
- [Release notes](https://github.com/pallets-eco/cachelib/releases)
- [Changelog](https://github.com/pallets-eco/cachelib/blob/main/CHANGES.rst)
- [Commits](pallets-eco/cachelib@0.14.0...0.15.0)

---
updated-dependencies:
- dependency-name: cachelib
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Integration Tests on Kind

filepath passed skipped SUBTOTAL
tests/test_gen3_workflow.py 25 4 29
TOTAL 25 4 29

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Integration Tests

filepath passed skipped SUBTOTAL
tests/test_gen3_workflow.py 28 1 29
TOTAL 28 1 29

Please find the detailed integration test report here

Please find the Github Action logs here

@dependabot @github

dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like cachelib is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 7, 2026
@dependabot
dependabot Bot deleted the dependabot/pip/cachelib-0.15.0 branch August 7, 2026 14:44
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants