diff --git a/Pipfile b/Pipfile index da289cf..74eb7d8 100644 --- a/Pipfile +++ b/Pipfile @@ -7,7 +7,7 @@ name = "pypi" fastapi = "==0.116.1" pymarc = "==5.3.1" uvicorn = {version = "==0.35.0", extras = ["standard"]} -xmltodict = "==0.14.2" +xmltodict = "==0.15.1" zeep = {version = "==4.3.1", extras = ["async"]} httpx = "==0.27.2"