Merge pull request #671 from abetlen/dependabot/pip/diskcache-5.6.3

Bump diskcache from 5.6.1 to 5.6.3
This commit is contained in:
Andrei 2023-09-08 15:37:37 -04:00 committed by GitHub
commit 85cd3d9abf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View file

@ -380,13 +380,13 @@ files = [
[[package]]
name = "diskcache"
version = "5.6.1"
version = "5.6.3"
description = "Disk Cache -- Disk and file backed persistent cache."
optional = false
python-versions = ">=3"
files = [
{file = "diskcache-5.6.1-py3-none-any.whl", hash = "sha256:558c6a2d5d7c721bb00e40711803d6804850c9f76c426ed81ecc627fe9d2ce2d"},
{file = "diskcache-5.6.1.tar.gz", hash = "sha256:e4c978532feff5814c4cc00fe1e11e40501985946643d73220d41ee7737c72c3"},
{file = "diskcache-5.6.3-py3-none-any.whl", hash = "sha256:5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19"},
{file = "diskcache-5.6.3.tar.gz", hash = "sha256:2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc"},
]
[[package]]
@ -1992,4 +1992,4 @@ server = ["fastapi", "pydantic-settings", "sse-starlette", "uvicorn"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "2d6f31cfa093c4f9522a66101e3ea1d4092cfcdb983260e315ba5c80c9245a32"
content-hash = "f625cd2447b6fd62aa479a348fe3e059a6fef03c4d6f808b73ea0b558ed708db"

View file

@ -16,7 +16,7 @@ include = [
python = "^3.8.1"
typing-extensions = "^4.7.1"
numpy = "^1.24.4"
diskcache = "^5.6.1"
diskcache = "^5.6.3"
uvicorn = { version = "^0.23.2", optional = true }
fastapi = { version = ">=0.100.0", optional = true }
sse-starlette = { version = ">=1.6.1", optional = true }