Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps dogpile-cache from 1.3.4 to 1.5.0.

Release notes

Sourced from dogpile-cache's releases.

1.5.0

Released: Sat Oct 11 2025

feature

  • [feature] [redis] Added a new RedisBackend.lock_prefix parameter to the RedisBackend and ValkeyBackend backends to allow customization of the lock key prefix. The prefix must be between 2 and 10 characters long and may contain any alphanumeric character and the symbols _-.: . This allows for improved visual clarity when inspecting backend keys, particularly when key names may be ambiguous with the default _lock prefix. Pull request courtesy Jonathan Vanasco.

    References: #76

change

  • [change] [tests] The top-level test runner has been changed to use nox, adding a noxfile.py as well as some included modules. The tox.ini file remains in place so that tox runs will continue to function in the near term, however it will be eventually removed and improvements and maintenance going forward will be only towards noxfile.py.

  • [change] [platform] Minimum Python version is now 3.10, as Python 3.9 is EOL.

bug

  • [bug] [typing] A wide range of typing improvements and modernizations within the codebase. Pull request courtesy Stephen Finucane.

1.4.1

Released: Fri Sep 12 2025

usecase

  • [usecase] [redis] Added new parameters RedisBackend.lock_blocking_timeout and RedisBackend.lock_blocking to the Redis backend; and ValkeyBackend.lock_blocking_timeout and ValkeyBackend.lock_blocking to the Valkey backends. These parameters are then passed onto the redis/valkey client Lock creation methods and use the same defaults.

    References: #271

... (truncated)

Commits

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 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 [dogpile-cache](https://github.com/sqlalchemy/dogpile.cache) from 1.3.4 to 1.5.0.
- [Release notes](https://github.com/sqlalchemy/dogpile.cache/releases)
- [Commits](https://github.com/sqlalchemy/dogpile.cache/commits)

---
updated-dependencies:
- dependency-name: dogpile-cache
  dependency-version: 1.5.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 Oct 13, 2025
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.

1 participant