diff --git a/Pipfile b/Pipfile index 6364d9d..cea49fa 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" fastapi = "==0.128.0" pymarc = "==5.3.1" uvicorn = {version = "==0.38.0", extras = ["standard"]} -xmltodict = "==1.0.2" +xmltodict = "==1.0.4" zeep = {version = "==4.3.2", extras = ["async"]} httpx = "==0.28.1"