Skip to content

Commit 294041e

Browse files
fix(deps): update dependency cachetools to v5.5.2 (#573)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8bee393 commit 294041e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiohttp = {extras = ["speedups"], version = "^3.11.12"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
21-
cachetools = "^5.5.1"
21+
cachetools = "^5.5.2"
2222
emoji = "^2.14.1"
2323
feedparser = "^6.0.11"
2424
deep-translator = "^1.11.4"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp[speedups]~=3.11.12
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
5-
cachetools~=5.5.1
5+
cachetools~=5.5.2
66
emoji~=2.14.1
77
feedparser~=6.0.11
88
deep-translator~=1.11.4

0 commit comments

Comments
 (0)