From cd5c236b941e48c06f0d9f0cb902a30ef56f65a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:21:40 +0000 Subject: [PATCH] Update python-io-wrapper requirement from >=0.2 to >=0.3.1 Updates the requirements on [python-io-wrapper]() to permit the latest version. --- updated-dependencies: - dependency-name: python-io-wrapper dependency-version: 0.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9795f1d..6a29fff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ jsonpath-ng ply python-dateutil -python-io-wrapper>=0.2 +python-io-wrapper>=0.3.1 requests structlog unidecode