Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

deps: update dependency cachetools to v5 #309

Merged

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cachetools ==4.2.4 -> ==5.2.0 age adoption passing confidence

Release Notes

tkem/cachetools

v5.2.0

Compare Source

===================

  • Add cachetools.keys.methodkey().

  • Add cache_clear() function to decorators.

  • Add src directory to sys.path for Sphinx autodoc.

  • Modernize func wrappers.

v5.1.0

Compare Source

===================

  • Add cache decorator parameters as wrapper function attributes.

v5.0.0

Compare Source

===================

  • Require Python 3.7 or later (breaking change).

  • Remove deprecated submodules (breaking change).

    The cache, fifo, lfu, lru, mru, rr and
    ttl submodules have been deleted. Therefore, statements like

    from cachetools.ttl import TTLCache

    will no longer work. Use

    from cachetools import TTLCache

    instead.

  • Pass self to @cachedmethod key function (breaking change).

    The key function passed to the @cachedmethod decorator is
    now called as key(self, *args, **kwargs).

    The default key function has been changed to ignore its first
    argument, so this should only affect applications using custom key
    functions with the @cachedmethod decorator.

  • Change exact time of expiration in TTLCache (breaking change).

    TTLCache items now get expired if their expiration time is less
    than or equal to timer(). For applications using the default
    timer(), this should be barely noticable, but it may affect the
    use of custom timers with larger tick intervals. Note that this
    also implies that a TTLCache with ttl=0 can no longer hold
    any items, since they will expire immediately.

  • Change Cache.__repr__() format (breaking change).

    String representations of cache instances now use a more compact and
    efficient format, e.g.

    LRUCache({1: 1, 2: 2}, maxsize=10, currsize=2)

  • Add TLRU cache implementation.

  • Documentation improvements.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner September 28, 2022 02:30
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 28, 2022
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Sep 28, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 28, 2022
@product-auto-label product-auto-label bot added the api: servicemanagement Issues related to the googleapis/java-service-management API. label Sep 28, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 28, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 28, 2022
@product-auto-label product-auto-label bot added size: u Pull request is empty. and removed size: xs Pull request size is extra small. labels Sep 28, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 28, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 28, 2022
@forking-renovate
Copy link

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@diegomarquezp diegomarquezp added the automerge Merge the pull request once unit tests and other checks pass. label Sep 28, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit 2c32cb0 into googleapis:main Sep 28, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 28, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request Oct 3, 2022
🤖 I have created a release *beep* *boop*
---


## [3.1.6](https://togithub.com/googleapis/java-service-management/compare/v3.1.5...v3.1.6) (2022-10-03)


### Dependencies

* Update dependency cachetools to v5 ([#309](https://togithub.com/googleapis/java-service-management/issues/309)) ([2c32cb0](https://togithub.com/googleapis/java-service-management/commit/2c32cb08df99878caf7dffc08005e32714ba0037))
* Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.4 ([#313](https://togithub.com/googleapis/java-service-management/issues/313)) ([de68658](https://togithub.com/googleapis/java-service-management/commit/de686586a01689479a1e3ae890b0070259061b46))
* Update dependency google-api-core to v2.10.1 ([#297](https://togithub.com/googleapis/java-service-management/issues/297)) ([ed997c8](https://togithub.com/googleapis/java-service-management/commit/ed997c8150fda386f93ed291f0f420a1c53659a8))
* Update dependency google-auth to v2.12.0 ([#298](https://togithub.com/googleapis/java-service-management/issues/298)) ([0375462](https://togithub.com/googleapis/java-service-management/commit/0375462f7af9a48fa83b56ac8b4457f2009a11a1))
* Update dependency google-cloud-storage to v2.5.0 ([#299](https://togithub.com/googleapis/java-service-management/issues/299)) ([9755362](https://togithub.com/googleapis/java-service-management/commit/97553626ca65709a3fea86bfd28b339e9c507c99))
* Update dependency google-crc32c to v1.5.0 ([#300](https://togithub.com/googleapis/java-service-management/issues/300)) ([2e4b87b](https://togithub.com/googleapis/java-service-management/commit/2e4b87bcbafe40d421c0f506dc4537bb6283c476))
* Update dependency importlib-metadata to v4.12.0 ([#301](https://togithub.com/googleapis/java-service-management/issues/301)) ([9f6c9d1](https://togithub.com/googleapis/java-service-management/commit/9f6c9d127b67765df97103ef7da73e9445d46cd1))
* Update dependency jeepney to v0.8.0 ([#302](https://togithub.com/googleapis/java-service-management/issues/302)) ([166201f](https://togithub.com/googleapis/java-service-management/commit/166201fe7cd6a7c3c948e30cba00a718accc1beb))
* Update dependency jinja2 to v3.1.2 ([#303](https://togithub.com/googleapis/java-service-management/issues/303)) ([4330974](https://togithub.com/googleapis/java-service-management/commit/43309749cee8ce839f63c86c8175c3482d1a0ee0))
* Update dependency keyring to v23.9.3 ([#304](https://togithub.com/googleapis/java-service-management/issues/304)) ([bb1d595](https://togithub.com/googleapis/java-service-management/commit/bb1d5959be63ca50b5e7a5cb7131473b096eda12))
* Update dependency protobuf to v4 ([#310](https://togithub.com/googleapis/java-service-management/issues/310)) ([4f0050f](https://togithub.com/googleapis/java-service-management/commit/4f0050f851b50ed159bf7c7aa9b7449a95e5f444))
* Update dependency pyjwt to v2.5.0 ([#305](https://togithub.com/googleapis/java-service-management/issues/305)) ([17590c9](https://togithub.com/googleapis/java-service-management/commit/17590c9e5906b265173f9f6d4bc6d790dc5b16c4))
* Update dependency requests to v2.28.1 ([#306](https://togithub.com/googleapis/java-service-management/issues/306)) ([47c8000](https://togithub.com/googleapis/java-service-management/commit/47c800066f120e4e6ac834636481645e41c6b356))
* Update dependency typing-extensions to v4.3.0 ([#307](https://togithub.com/googleapis/java-service-management/issues/307)) ([eb8037c](https://togithub.com/googleapis/java-service-management/commit/eb8037c5425e7c39836787355c4e31f8078f0778))
* Update dependency zipp to v3.8.1 ([#308](https://togithub.com/googleapis/java-service-management/issues/308)) ([c0580b8](https://togithub.com/googleapis/java-service-management/commit/c0580b8e8a0612ea5bf9836b2f64a1686b1e9f36))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: servicemanagement Issues related to the googleapis/java-service-management API. size: u Pull request is empty.
Projects
None yet
3 participants