Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit c1d6ee0

Browse files
authored
chore(deps): update dependency cachetools to v6.2.0 (#747)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [cachetools](https://redirect.github.com/tkem/cachetools) | `==6.1.0` -> `==6.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/cachetools/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cachetools/6.1.0/6.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>tkem/cachetools (cachetools)</summary> ### [`v6.2.0`](https://redirect.github.com/tkem/cachetools/blob/HEAD/CHANGELOG.rst#v620-2025-08-25) [Compare Source](https://redirect.github.com/tkem/cachetools/compare/v6.1.0...v6.2.0) \=================== - Improve general `RRCache` performance by storing cache keys in an additional sequence container. Note that this will increase memory consumption. - Add more unit tests. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/python-spanner-sqlalchemy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent 7d6865e commit c1d6ee0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ build==1.3.0 \
1414
# via
1515
# -r requirements.in
1616
# pip-tools
17-
cachetools==6.1.0 \
18-
--hash=sha256:1c7bb3cf9193deaf3508b7c5f2a79986c13ea38965c5adcff1f84519cf39163e \
19-
--hash=sha256:b4c4f404392848db3ce7aac34950d17be4d864da4b8b66911008e430bc544587
17+
cachetools==6.2.0 \
18+
--hash=sha256:1c76a8960c0041fcc21097e357f882197c79da0dbff766e7317890a65d7d8ba6 \
19+
--hash=sha256:38b328c0889450f05f5e120f56ab68c8abaf424e1275522b138ffc93253f7e32
2020
# via google-auth
2121
certifi==2025.8.3 \
2222
--hash=sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407 \

0 commit comments

Comments
 (0)