From eec23b1f1967d5b89627915dc1bfd591a499fa9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Chirico=20Indreb=C3=B8?= Date: Wed, 21 Feb 2024 07:53:53 +0100 Subject: [PATCH] Target new alitra version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8aac5bd..74111d51 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ ], include_package_data=True, install_requires=[ - "alitra>=1.1.0", + "alitra>=1.1.3", "azure-identity", "azure-keyvault-secrets", "azure-storage-blob",