diff --git a/Pipfile b/Pipfile index a93481c..1720d4d 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ name = "pypi" [packages] fastapi = "==0.141.1" pymarc = "==5.4.0" -uvicorn = {version = "==0.52.1", extras = ["standard"]} +uvicorn = {version = "==0.52.3", extras = ["standard"]} xmltodict = "==1.0.4" zeep = {version = "==4.3.3", extras = ["async"]} httpx = "==0.28.1"