Skip to content

Commit

Permalink
Bump cachetools from 5.4.0 to 5.5.0
Browse files Browse the repository at this point in the history
Bumps [cachetools](https://github.com/tkem/cachetools) from 5.4.0 to 5.5.0.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2024
1 parent ad037b3 commit 0e84f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pydantic-settings = "^2.2.0"
async-lru = "^2.0.4"
hikari-lightbulb = "^2.3.5"
hikari = { extras = ["speedups"], version = "*" } # This will be constrained by lightbulb
cachetools = "^5.3.2"
cachetools = "^5.5.0"
# TwitchIO for twitch bot - waiting on twitchio 3.0 which will not be incompatible with hikari
twitchio = "^2.9.1"
atproto = "^0.0.49"
Expand Down

0 comments on commit 0e84f67

Please sign in to comment.