tawilkinson / boardgamebot

A Discord.py bot that fetches board game data
7 stars 0 forks source link

Update cachetools to 5.5.0 #251

Closed pyup-bot closed 1 month ago

pyup-bot commented 2 months ago

This PR updates cachetools from 5.4.0 to 5.5.0.

Changelog ### 5.5.0 ``` =================== - ``TTLCache.expire()`` returns iterable of expired ``(key, value)`` pairs. - ``TLRUCache.expire()`` returns iterable of expired ``(key, value)`` pairs. - Documentation improvements. - Update CI environment. ```
Links - PyPI: https://pypi.org/project/cachetools - Changelog: https://data.safetycli.com/changelogs/cachetools/ - Repo: https://github.com/tkem/cachetools/