From 047db3bf6ba844c9ba352e4d5ba01e2574142da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 15:14:35 +0000 Subject: [PATCH] Update dependency afdko to v5 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 642018c..3f56fb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -afdko==4.0.3 +afdko==5.0.1 click>=8.4.2 foundrytools>=0.1.6 loguru>=0.7.3 diff --git a/setup.py b/setup.py index 8892589..62ad872 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ packages=find_packages(where="src"), include_package_data=True, install_requires=[ - "afdko==4.0.3", + "afdko==5.0.1", "click>=8.3.1", "foundrytools>=0.1.6", "loguru>=0.7.3",