diff --git a/poetry.lock b/poetry.lock index 45aa4be..990b159 100644 --- a/poetry.lock +++ b/poetry.lock @@ -233,13 +233,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "cachetools" -version = "5.3.2" +version = "5.3.3" description = "Extensible memoizing collections and decorators" optional = false python-versions = ">=3.7" files = [ - {file = "cachetools-5.3.2-py3-none-any.whl", hash = "sha256:861f35a13a451f94e301ce2bec7cac63e881232ccce7ed67fab9b5df4d3beaa1"}, - {file = "cachetools-5.3.2.tar.gz", hash = "sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2"}, + {file = "cachetools-5.3.3-py3-none-any.whl", hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945"}, + {file = "cachetools-5.3.3.tar.gz", hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105"}, ] [[package]] @@ -1498,4 +1498,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e77037e35b9dec2735ab91d7ee3a6006199c1d3f84853dda58a6b6d742e17b85" +content-hash = "ee453c8a194cbc9046b28a249d0a4140e8db05551932ab41cc9463f30915b6a5" diff --git a/pyproject.toml b/pyproject.toml index 2a8fbda..d86a600 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dnspython = "^2.5.0" requests = "^2.31.0" motor = "^3.3.2" pyshorteners = "^1.0.1" -cachetools = "^5.3.2" +cachetools = "^5.3.3" prettyconf = "^2.2.1" pypers = "^1.3.4"