Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2025

Bumps dogpile-cache from 1.3.4 to 1.4.1.

Release notes

Sourced from dogpile-cache's releases.

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

  • [usecase] [redis] Added new parameters for the Redis/Valkey backends. These params are passed directly to the constructors:

    -   `RedisBackend.ssl`
    
    • ValkeyBackend.ssl

These params default to None, and are only passed to the constructor if set. The docstrings instruct users to submit all additional ssl_ prefixed params via the optional RedisBackend.connection_kwargs or ValkeyBackend.connection_kwargs parameter.

References: #276

bug

  • [bug] [memory] Fixed issue where MemoryBackend.configure() would unexpectedly modify the input arguments dictionary by removing its contents. The method now preserves the original arguments dictionary as expected, consistent with the behavior of other backend types. Pull request courtesy Nicolas Simonds.

    References: #273

1.4.0

Released: Sat Apr 26 2025

bug

  • [bug] [general] The pyproject.toml configuration has been amended to use

... (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.4.1.
- [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.4.1
  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 Sep 12, 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.

0 participants